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-15
bt: add source file number integration
ElDonad
2021-03-14
test-compress: Initialize byte buffer with random data
Brendan Coles
2021-03-14
readelf: Tweak section headers output column padding
Brendan Coles
2021-03-14
readelf: Add support for core notes and relocations
Brendan Coles
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-13
tar: Implement tar archive creation
Idan Horowitz
2021-03-13
LibTar: Implement TarOutputStream
Idan Horowitz
2021-03-13
test-compress: Add GZip compression tests
Idan Horowitz
2021-03-13
test-compress: Add DEFLATE compression tests
Idan Horowitz
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
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
[next]