Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling dbb644f20c Kernel: Start implementing purgeable memory support před 5 roky
  Andreas Kling 23e802518d Kernel: Add getsockopt(SO_PEERCRED) for local sockets před 5 roky
  Andreas Kling 794758df3a Kernel: Implement some basic stack pointer validation před 5 roky
  Andreas Kling 18348cebf1 Kernel+LibC: Implement the openat() syscall před 5 roky
  Andreas Kling cc68654a44 Kernel+LibC: Implement clock_gettime() and clock_nanosleep() před 5 roky
  Andreas Kling 3f2c1a2e3d Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter před 5 roky
  Andreas Kling 2482fc3538 IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR před 5 roky
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) před 5 roky
  Conrad Pankoff 1868523e00 LibC: Move duplicated winsize struct definition into ioctl_numbers.h před 6 roky
  Andreas Kling 3073ea7d84 Kernel: Add support for the WSTOPPED flag to the waitpid() syscall. před 6 roky
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. před 6 roky
  Robin Burchell 9cd0f6ffac Kernel/LibC: Implement sched_* functionality to set/get process priority před 6 roky
  Robin Burchell a906098579 Kernel: Fix a bad printf, and stub out SO_ERROR a bit more fully před 6 roky
  Robin Burchell 0dc9af5f7e Add clang-format file před 6 roky
  Andreas Kling b3a1671f1a Kernel: Add support for recv() with MSG_DONTWAIT. před 6 roky
  Andreas Kling 99aead4857 Kernel: Add a writev() syscall for writing multiple buffers in one go. před 6 roky
  Andreas Kling 5f63f8120c Kernel: Remove "restorer" field from SignalActionData. před 6 roky
  Andreas Kling a58d7fd8bb Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. před 6 roky
  Andreas Kling 58c4d41c5f Kernel: Remove Limits.h před 6 roky
  Andreas Kling b59d588c04 Kernel: Start fleshing out an UDP implementation. před 6 roky
  Andreas Kling 562663df7c Add support for socket send/receive timeouts. před 6 roky
  Andreas Kling a017a77442 Kernel+LibC+Userland: Start working on an IPv4 socket backend. před 6 roky
  Andreas Kling 251293f2e1 Kernel: Block a signal from being dispatched again until handler returns. před 6 roky
  Andreas Kling a356746d04 Compat work towards porting vim. před 6 roky
  Andreas Kling 3f29a12d90 More compat work. Rename libraries from LibFoo.a => libfoo.a před 6 roky
  Andreas Kling 54b1d6f57f Kernel: More sockets work. Fleshing out accept(). před 6 roky
  Andreas Kling 77177dbb76 Kernel: Begin fleshing out bind() syscall. před 6 roky
  Andreas Kling 2f35e54f80 Kernel: Begin implementing UNIX domain sockets. před 6 roky
  Andreas Kling 27fa09aee4 LibC: Add mktime(). před 6 roky
  Andreas Kling c30e2c8d44 Implement basic chmod() syscall and /bin/chmod helper. před 6 roky