index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
syscall.cpp
Age
Commit message (
Expand
)
Author
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
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