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
/
DevTools
/
UserspaceEmulator
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-23
UserspaceEmulator: Improve error message for typos
Ben Wiederhake
2021-01-23
UserspaceEmulator: Implement chown
Ben Wiederhake
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
UserlandEmulator: Fix data loss in realpath/readlink
Ben Wiederhake
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling