1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Libraries/LibSystem
Andreas Kling 4e530135d5 AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures
This creates an error that contains the name of the syscall that failed.
This allows error handlers to print out the name of the call if they
want to. :^)
2021-11-22 19:28:31 +01:00
..
CMakeLists.txt LibSystem: Disable stack protector in syscall wrappers on i686 2021-11-22 19:28:31 +01:00
syscall.cpp Kernel+LibSystem: Add a 4th syscall argument 2021-07-25 14:08:50 +02:00
syscall.h Kernel+LibSystem: Add a 4th syscall argument 2021-07-25 14:08:50 +02:00
Wrappers.cpp AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures 2021-11-22 19:28:31 +01:00
Wrappers.h LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void> 2021-11-22 18:34:08 +01:00