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-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
2021-05-07
file: Clean up mime type enumeration macro
Linus Groh
2021-05-07
file: Remove unused static description strings
Linus Groh
2021-05-07
file: Don't exit immediately after file open error
Linus Groh
2021-05-07
file: Remove redundant value_or({})
Linus Groh
2021-05-07
file: Avoid some unnecessary string copies
Linus Groh
2021-05-07
Userland: Implement a file utility
Valtteri Koskivuori
2021-05-05
Userland: Add groups program
setepenre
2021-05-04
Userland: Pledge wpath & cpath in strace
Sergey Bugaev
2021-05-04
Userland: Refactor head(1) to not use stdio
Sergey Bugaev
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
[next]