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-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
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-19
LibCore: Change Account::set_password to take a SecretString
Timothy Flynn
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-10-17
TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialog
Peter Elliott
2021-10-17
Utilities: Show PGID and SID in ps -f
Peter Elliott
2021-10-17
rev: Unbreak reading from standard input
SeekingBlues
2021-10-17
tac: Unbreak reading from standard input
SeekingBlues
2021-10-17
shuf: Fix division by zero when no lines are read
SeekingBlues
2021-10-17
sysctl: Allow showing or setting multiple variables
SeekingBlues
2021-10-14
js: Implement pretty-printing of ShadowRealm
Linus Groh
2021-10-13
arp: Preserve error if only the first ioctl fails
Ben Wiederhake
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
[next]