ladybird/Kernel/API/POSIX
Peter Elliott f20902deb3 Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
This is necessary to support the wayland protocol.
I also moved the CMSG_* macros to the kernel API since they are used in
both kernel and userspace.
this does not break ntpquery/SCM_TIMESTAMP.
2023-02-19 00:37:37 +01:00
..
net Kernel: Add support for route flags 2022-05-26 16:33:10 +02:00
netinet LibC: Add missing definitions for IPv6 packet info 2022-11-05 19:31:37 -06:00
sys Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS 2023-02-19 00:37:37 +01:00
dirent.h
errno.h Kernel: Add ESTALE errno code (stale network file handle) 2022-04-26 14:05:49 +02:00
fcntl.h Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2) 2023-02-19 00:37:37 +01:00
futex.h Kernel: Clean up sys$futex and add support for cross-process futexes 2022-07-21 16:39:22 +02:00
ifaddrs.h
poll.h
sched.h Kernel+LibC: Report correct scheduling priority limits 2022-10-27 11:30:19 +01:00
serenity.h
signal.h Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2023-01-21 10:43:59 -07:00
signal_numbers.h Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2023-01-21 10:43:59 -07:00
stdio.h
termios.h
time.h
ucontext.h Kernel: Add missing include in API 2022-09-18 13:27:24 -04:00
unistd.h Kernel+Base: Introduce MS_NOREGULAR mount flag 2022-10-22 19:18:15 +02:00