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
Age
Commit message (
Expand
)
Author
2021-03-11
crash: Fix more typos in check logic
Ben Wiederhake
2021-03-11
crash: Fix typo in check logic
Ben Wiederhake
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-11
xargs: Fix boring memory leak
Ben Wiederhake
2021-03-09
Utilities: Add a quotes database and 'fortunes' program
Ben Wiederhake
2021-03-08
Base: Add sysctl man page
Brendan Coles
2021-03-07
open: Fix opening "." (again)
Linus Groh
2021-03-02
Userland: Gate OSC 9 usage in test-js behind an argument
Andrew Kaster
2021-03-01
test-web: Utilize new LibTest types from test-web
Brian Gianforcaro
2021-03-01
LibTest + test-js: Add initial skelaton of LibTest and migrate code there.
Brian Gianforcaro
2021-02-28
Userland: Don't leak buffer from getline in shuf program
Andrew Kaster
2021-02-28
Userland: Add a simple mktemp(1) utility
Idan Horowitz
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
disk_benchmark: Modernize this code a little bit
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-21
Utilities: Provide fuzzers as a utility in serenity
Ben Wiederhake
2021-02-21
rm: Use Core::File::remove
Mițca Dumitru
2021-02-21
Utilities: Remove cp.h
Mițca Dumitru
2021-02-21
mv: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-21
cp: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-21
Userland: Use uniform initialization instead of memset
Brian Gianforcaro
2021-02-21
utmpupdate: Don't complain about an error if the utmp is just empty
Andreas Kling
2021-02-20
LibCpp: Store filename in ASTNodes
Itamar
2021-02-20
test-web: Create execution scope for new interpreter instead of the old one
Luke
2021-02-20
Userland: Support moving files between different mounted filesystems
Bui Quang Minh
2021-02-17
PreprocessorTest: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-15
grep: Exit with 1 if nothing matches
AnotherTest
2021-02-14
LibCrypto: Make a better ASN.1 parser
AnotherTest
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-09
Userland: Use INET_ADDRSTRLEN for inet_ntop() buffers
Linus Groh
2021-02-08
LibCpp: Start working on a C preprocessor
Itamar
2021-02-08
ping: Replace two magic numbers with ICMP_* macros
Linus Groh
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
bt: Hyperlink filenames in backtraces if available :^)
Andreas Kling
2021-02-05
bt: Show filenames and line numbers when available :^)
Andreas Kling
2021-02-04
LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()
Andreas Kling
2021-02-04
SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel available
Andreas Kling
2021-02-04
bt: Add a little backtrace program that uses SymbolServer
Andreas Kling
2021-02-02
pmap+SystemMonitor: Mark syscall regions with 'C'
Andreas Kling
2021-02-02
Base: Rename some keymaps to use xx-xx format where appropriate
Linus Groh
2021-02-01
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
Ben Wiederhake
2021-02-01
keymap: Unveil path, if one is given
Ben Wiederhake
2021-02-01
LibKeyboard: Don't assert on failure
Ben Wiederhake
[next]