ladybird/Kernel/API/POSIX
Idan Horowitz 468ae105d8 Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
These should allow users to receive the names of network interfaces in
the system, but for now these are only stubs required to compile some
ports.
2021-12-22 00:02:36 -08:00
..
net Kernel+LibC: Stub out if_nameindex() and if_freenameindex() 2021-12-22 00:02:36 -08:00
netinet Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macros 2021-12-05 12:53:29 +01:00
sys Kernel: Implement new ptrace function PT_PEEKBUF 2021-12-05 22:59:09 +01:00
dirent.h Kernel+LibC: Share definitions for dirent.h 2021-08-14 19:58:11 +02:00
errno.h Kernel+LibC: Move errno definitions to Kernel/API/POSIX 2021-12-16 22:21:35 +03:30
fcntl.h Kernel+LibC: Share definitions in fcntl.h and sys/types.h 2021-08-14 19:58:11 +02:00
futex.h Kernel+Userland: Remove global futexes 2021-08-17 01:21:47 +02:00
poll.h Kernel: Add support for the POLLWRBAND poll event 2021-12-05 12:53:29 +01:00
sched.h Kernel+LibC: Share definitions for sched.h 2021-08-14 19:58:11 +02:00
serenity.h Kernel+LibC: Share definitions for serenity.h 2021-08-14 19:58:11 +02:00
signal.h Kernel+LibC: Implement sigaltstack() 2021-12-01 21:44:11 +02:00
stdio.h Kernel+LibC: Share definitions for stdio.h 2021-08-14 19:58:11 +02:00
termios.h Kernel+LibC: Share definitions for termios.h 2021-08-14 19:58:11 +02:00
time.h Kernel+LibC: Share definitions for time.h and sys/stat.h 2021-08-14 19:58:11 +02:00
unistd.h Kernel: Implement sysconf(_SC_SYMLOOP_MAX) 2021-12-21 12:54:11 -08:00