ladybird/Kernel/API/POSIX/sys
Andrew Kaster ad30b8c447 Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
And don't include <sys/auxv.h> from LibELF/AuxiliaryVector.h, to reduce
the number of Kernel files that include LibC headers.
2023-01-21 10:43:59 -07:00
..
auxv.h Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2023-01-21 10:43:59 -07:00
limits.h Kernel+LibC: Move name length constants to Kernel/API from limits.h 2023-01-21 10:43:59 -07:00
mman.h Kernel: Add the remaining POSIX MADV_* constants 2022-05-05 20:47:38 +02:00
ptrace.h
resource.h Kernel: Add getrusage() syscall 2022-02-28 20:09:37 +01:00
socket.h Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWAT 2022-10-24 15:49:39 +02:00
stat.h Kernel+LibC+VFS: Implement utimensat(3) 2022-05-21 18:15:00 +02:00
statvfs.h Kernel: Implement f_basetype in statvfs 2022-04-03 19:15:14 +02:00
time.h
times.h
types.h Everywhere: Add serenity_dev_{makedev,major,minor} 2022-01-09 00:58:44 +01:00
uio.h Kernel: Properly define IOV_MAX 2022-05-05 20:47:38 +02:00
un.h
utsname.h
wait.h LibC: Add WIFCONTINUED macro 2022-06-17 10:59:26 +02:00