mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 22:59:13 +00:00
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. |
||
---|---|---|
.. | ||
arch | ||
auxv.cpp | ||
auxv.h | ||
cdefs.h | ||
file.cpp | ||
file.h | ||
internals.h | ||
ioctl.h | ||
mman.cpp | ||
mman.h | ||
param.h | ||
poll.h | ||
prctl.cpp | ||
prctl.h | ||
ptrace.cpp | ||
ptrace.h | ||
resource.h | ||
select.cpp | ||
select.h | ||
socket.cpp | ||
socket.h | ||
stat.h | ||
statvfs.cpp | ||
statvfs.h | ||
sysmacros.h | ||
time.h | ||
times.h | ||
ttydefaults.h | ||
types.h | ||
uio.cpp | ||
uio.h | ||
un.h | ||
utsname.h | ||
wait.cpp | ||
wait.h |