ladybird/Userland/DevTools/UserspaceEmulator
Liav A d16d805d96 Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
It makes much more sense to have these actions being performed via the
prctl syscall, as they both require 2 plain arguments to be passed to
the syscall layer, and in contrast to most syscalls, we don't get in
these removed syscalls an automatic representation of Userspace<T>, but
two FlatPtr(s) to perform casting on them in the prctl syscall which is
suited to what has been done in the removed syscalls.

Also, it makes sense to have these actions in the prctl syscall, because
they are strongly related to the process control concept of the prctl
syscall.
2023-03-15 20:10:48 +01:00
..
CMakeLists.txt
Emulator.cpp AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
Emulator.h Kernel: Merge {get,set}_process_name syscalls to the prctl syscall 2023-03-15 20:10:48 +01:00
Emulator_syscalls.cpp Kernel: Merge {get,set}_process_name syscalls to the prctl syscall 2023-03-15 20:10:48 +01:00
EmulatorControl.h
main.cpp AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2023-03-13 15:16:20 +00:00
MallocTracer.cpp
MallocTracer.h
MmapRegion.cpp
MmapRegion.h
Range.cpp
Range.h
RangeAllocator.cpp
RangeAllocator.h
Region.cpp
Region.h
Report.h AK: Add support for "debug only" formatters 2023-01-13 21:09:26 +00:00
SimpleRegion.cpp
SimpleRegion.h
SoftCPU.cpp
SoftCPU.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
SoftFPU.cpp Everywhere: Change all XXX into FIXME or remove as appropriate 2023-02-15 23:33:25 +01:00
SoftFPU.h
SoftMMU.cpp
SoftMMU.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
SoftVPU.cpp
SoftVPU.h
ValueWithShadow.h