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-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
Utilities: tar: Always create parent directory when extracting
Tim Schumacher
2021-11-10
strace: Interpret errno codes for pointer-like return codes
Ben Wiederhake
2021-11-10
strace: Switch to new flag handler, support more flags
Ben Wiederhake
2021-11-10
strace: Better support for bitflags, show unrecognized flags
Ben Wiederhake
2021-11-08
pape: Add set-random option
faxe1008
2021-11-08
LibCore: Use ErrorOr<T> for Core::get_password()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-11-08
syscall: Translate errno to something human-readable
Ben Wiederhake
2021-11-08
hexdump: Improve error handling
Ben Wiederhake
2021-11-06
grep: Add ability to output line numbers
Ben Wiederhake
2021-11-06
grep: Simplify lambda signature for readability
Ben Wiederhake
2021-11-05
shot: Fix hanging due to zero sized Rect
Aziz Berkay Yesilyurt
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
Utilities: Remove misbehaving-application
Ben Wiederhake
2021-11-01
profile: Don't treat '--help' as an error
Ben Wiederhake
2021-11-01
less: Fix condition to read more data
Ben Wiederhake
2021-11-01
hexdump: Avoid using read_all
Ben Wiederhake
2021-11-01
hexdump: Make non-ASCII output easier to read
Ben Wiederhake
2021-11-01
echo: Obey -n when text is empty
Rodrigo Tobar
2021-10-31
strace: Teach mmap() pretty-printer about more MAP_FOO flags
Andreas Kling
2021-10-31
Revert "wc: Count last line even if it doesn't end in newline"
Andreas Kling
2021-10-31
Userland: Handle terminal window resizing in less(1)
Kyle Ambroff-Kao
2021-10-31
Utilities: Add option to suppress errors to grep
Marco Cutecchia
2021-10-31
Utilities: Add 'quiet' mode to grep
Marco Cutecchia
2021-10-31
js: Convert JavaScript REPL to ThrowCompletionOr
Timothy Flynn
2021-10-29
wc: Count last line even if it doesn't end in newline
Rodrigo Tobar
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
Utilities: Add -f option to ln
Jean-Baptiste Boric
2021-10-23
Utilities: Add ignored -f option to touch
Jean-Baptiste Boric
2021-10-23
watch: Add ability to run command on file change
junior rantila
2021-10-23
watch: VERIFY that command vector ends with nullptr
junior rantila
2021-10-23
watch: Remove unnecessary call to StringBuilder::appendff
junior rantila
2021-10-23
Utilities: Change watch utility to use eastconst style
junior rantila
2021-10-22
man.serenityos.org: Use pandoc for listings and landing page
Ben Wiederhake
2021-10-21
Utilities: Add fdtdump for dumping OpenFirmware Device Trees
Andrew Kaster
2021-10-21
logout: Add this utility to REQUIRED_TARGETS
Karol Kosek
2021-10-21
adjtime: Drop unnecessary privileges unconditionally
Ben Wiederhake
2021-10-21
Userland: Teach the file utility more about ELF files
Valtteri Koskivuori
2021-10-21
LibELF+Userland: Move a few functions to Elf::Image
Valtteri Koskivuori
[next]