ladybird/Userland/Libraries/LibC/sys
Daniel Bertalan 286984750e Kernel+LibC: Pass 64-bit integers in syscalls by value
Now that support for 32-bit x86 has been removed, we don't have to worry
about the top half of `off_t`/`u64` values being chopped off when we try
to pass them in registers. Therefore, we no longer need the workaround
of pointers to stack-allocated values to syscalls.

Note that this changes the system call ABI, so statically linked
programs will have to be re-linked.
2023-08-12 01:14:26 +02:00
..
arch Kernel+LibC: Modify aarch64's __mcontext to store registers in an array 2023-04-06 21:19:58 +03:00
auxv.cpp
auxv.h Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2023-01-21 10:43:59 -07:00
cdefs.h
file.cpp
file.h
internals.h
ioctl.h Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
mman.cpp
mman.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
param.h
poll.h
prctl.cpp
prctl.h Kernel+Userland: Move prctl numbers header file to Kernel/API directory 2023-02-24 20:35:45 +01:00
ptrace.cpp
ptrace.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
resource.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
select.cpp
select.h LibC: Fix struct declaration visibility 2023-07-29 16:51:58 -06:00
socket.cpp
socket.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
stat.h Kernel+LibC+LibCore: Implement mkdirat(2) 2022-12-11 19:55:37 -07:00
statvfs.cpp
statvfs.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
sysmacros.h
time.h LibC: Define time* macros before definitions 2023-08-09 05:40:39 +02:00
times.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
ttydefaults.h Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file 2023-03-01 19:36:53 -07:00
types.h
uio.cpp Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
uio.h Kernel+LibC+Tests: Implement pwritev(2) 2022-12-11 19:55:37 -07:00
un.h
utsname.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
wait.cpp
wait.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00