serenity/Kernel/API/POSIX
Andreas Kling b98f537f11 Kernel+Userland: Make some of the POSIX types larger
Expand the following types from 32-bit to 64-bit:
- blkcnt_t
- blksize_t
- dev_t
- nlink_t
- suseconds_t
- clock_t

This matches their size on other 64-bit systems.
2023-04-04 10:33:42 +02: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+Userland: Make some of the POSIX types larger 2023-04-04 10:33:42 +02:00
dirent.h Kernel+LibC: Share definitions for dirent.h 2021-08-14 19:58:11 +02:00
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 Kernel+LibC: Stub out getifaddrs() and freeifaddrs() 2021-12-22 00:02:36 -08:00
poll.h Kernel: Add support for the POLLWRBAND poll event 2021-12-05 12:53:29 +01:00
sched.h Kernel+LibC: Report correct scheduling priority limits 2022-10-27 11:30:19 +01:00
select.h Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file 2023-03-01 19:36:53 -07:00
serenity.h Kernel/Profiling: Add profiling to read syscall 2022-02-14 11:38:13 +01:00
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 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
ucontext.h Kernel: Add missing include in API 2022-09-18 13:27:24 -04:00
unistd.h Kernel: Add non standard value to sys$sysconf 2023-03-11 13:06:36 +00:00