ladybird/Userland/DevTools
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
..
GMLPlayground Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
HackStudio Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
Profiler Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
SQLStudio Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
UserspaceEmulator Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00