summaryrefslogtreecommitdiff
path: root/Userland/Utilities/syscall.cpp
AgeCommit message (Expand)Author
2021-08-06Kernel: Make a bunch of "char const* to_string()" return StringViewAndreas Kling
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-04-23Utilities: Fix the --list-syscalls option to syscall(1)Brian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14Utilities: Fix embarassing typo in syscall(1)Ben Wiederhake
2021-02-13Tests: Merge and extend syscall tests into a syscall fuzzerBen Wiederhake
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-13Utilities: Enable syscall(1) to use SC_*_params buffersBen Wiederhake
2021-02-13Utilities: Make syscall(1) use Core::ArgsParserBen Wiederhake
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling