Age | Commit message (Expand) | Author |
---|---|---|
2021-05-14 | LibC: Move mman.h to sys/mman.h | Jean-Baptiste Boric |
2021-04-23 | Utilities: Fix the --list-syscalls option to syscall(1) | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-14 | Utilities: Fix embarassing typo in syscall(1) | Ben Wiederhake |
2021-02-13 | Tests: Merge and extend syscall tests into a syscall fuzzer | Ben Wiederhake |
2021-02-13 | Utilities: Make syscall(1) explain what it's doing | Ben Wiederhake |
2021-02-13 | Utilities: Enable syscall(1) to use SC_*_params buffers | Ben Wiederhake |
2021-02-13 | Utilities: Make syscall(1) use Core::ArgsParser | Ben Wiederhake |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |