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-05-19
LibCrypto: Add the SHA-384 hash algorithm
DexesTTP
2021-05-19
Utilities: Allow for white spaces in lsof name parsing
brapru
2021-05-18
LibCore+Userland: Add two more detectable formats
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add 5 more detectable filetypes
Valtteri Koskivuori
2021-05-18
Utilites: Make find respect lack of -L when iterating over directories
Gunnar Beutner
2021-05-18
Utilities: Make the STATE column for top slightly larger
Gunnar Beutner
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-17
Utilities/wasm: Say something when execution traps
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Utilities: Add errno utility
Brendan Coles
2021-05-15
Utilities: Implement a netstat command
brapru
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-14
Utilities: Fix const-correctness inside seq
Jean-Baptiste Boric
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-13
Userland: Remove no-longer-needed unveil()'s of /tmp/rpc
Andreas Kling
2021-05-13
LibWasm: Add basic support for module instantiation and execution stubs
Ali Mohammad Pur
2021-05-13
LibWasm: Add a module pretty printer
Ali Mohammad Pur
2021-05-13
test-crypto: Add more tests for the modular power operator
DexesTTP
2021-05-13
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
DexesTTP
2021-05-12
LibCore+Everywhere: Move SeekMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()
Valtteri Koskivuori
2021-05-11
strace: Write output to stderr instead of stdout (#7016)
SViN24
2021-05-10
Userland: Implement paste --watch mode
Sergey Bugaev
2021-05-10
Userland: Implement copy --clear
Sergey Bugaev
2021-05-09
Userland: Preserve keyboard mapping preference on reboot (#6955)
Ömer Kurttekin
2021-05-09
tac: Support concatenating multiple files (#6970)
faxe1008
2021-05-08
LibWasm: Add some more descriptive parse errors
Ali Mohammad Pur
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
Utilities: Fix mv command requesting incorrect path
r-paiva
2021-05-08
Utilities/CMakeLists: Put all entries in alphabetical order
Linus Groh
2021-05-08
dd: Add ability to use k, M, & G suffixes for block sizes
bleusakura
2021-05-08
Utilities/CMakeLists: Put 'file' entry in alphabetical order
Ali Mohammad Pur
2021-05-08
Utilities: Specify mode argument when creating files with dd
Gunnar Beutner
2021-05-08
LibTest: Move Crash testing facility from crash.cpp to LibTest
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Brian Gianforcaro
2021-05-07
Utilities: Use GzipDecompressor::describe_header for gzip descriptions
Idan Horowitz
2021-05-07
Userland: Fix some weird syntax in `find`
Valtteri Koskivuori
2021-05-07
Userland: Remove extra slashes from `find` output
Valtteri Koskivuori
2021-05-07
strace: Stop using Core::IODevice::printf()
Andreas Kling
2021-05-07
Utilities: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
[next]