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-07-13
du: Don't fail immediately when directory can't be read (#8719)
luk1337
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-07-12
Utilities: Make `less` accept 'page up' and 'page down' keys
Brandon van Houten
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-11
Utilities+Tests: Convert test_efault to be LibTest based
Andrew Kaster
2021-07-10
expr: Make Match expressions comply with POSIX
Ali Mohammad Pur
2021-07-10
chres: Make screen an optional parameter
Nico Weber
2021-07-10
chres: Unbreak scale factor setting after aa15bf81e48637
Nico Weber
2021-07-10
Utilities: Use alpha channel instead of opacity in shot
Aziz Berkay Yesilyurt
2021-07-10
grep: Use Basic POSIX regexps by default and make -E not the default
Ali Mohammad Pur
2021-07-10
expr: Use Basic Posix regular expressions
Ali Mohammad Pur
2021-07-10
Userland: Add fopen error handling to less
Ralf Donau
2021-07-09
Utilities: Add ability to query specific user with id
Jean-Baptiste Boric
2021-07-09
Utilities: Use Core::Account for id
Jean-Baptiste Boric
2021-07-09
Utilities: Fix return value of expr
Jean-Baptiste Boric
2021-07-09
Utilities: Add support for -d flag to tr
Jean-Baptiste Boric
2021-07-09
Utilities: Implement pwd
Jean-Baptiste Boric
2021-07-09
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
Ali Mohammad Pur
2021-07-09
Userland: Add ability to capture rectangular region in shot
Aziz Berkay Yesilyurt
2021-07-09
Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...
Ali Mohammad Pur
2021-07-09
Userland: Add ability to screenshot rectangular region in `shot` (#8515)
Aziz Berkay Yesilyurt
2021-07-08
Utilities: Teach sql utility to use the SQLClient class
Jan de Visser
2021-07-08
Utilities/run-tests: Don't use `using enum`
Daniel Bertalan
2021-07-08
LibC+Utilities: Add `gnu::format` attributes
Daniel Bertalan
2021-07-08
Everywhere: Add Clang pragmas
Daniel Bertalan
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-07
WindowServer+wsctl: Add a simple utility for toggling "flash flush"
Andreas Kling
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-07
Userland: Add pledge to less
Ralf Donau
2021-07-07
js: Implement pretty-printing of Temporal.Instant objects
Linus Groh
2021-07-07
Userland: Convert delay option to unsigned for shot
Aziz Berkay Yesilyurt
2021-07-07
Userland: Less: emulate cat when stdout is not a tty
Peter Elliott
2021-07-07
Userland: Add pager option to man and use less by default
Peter Elliott
2021-07-07
Userland: Add more(1) emulation to less(1)
Peter Elliott
2021-07-07
Userland: Add minimal prompt support to less
Peter Elliott
2021-07-07
Userland: Add less, a better terminal pager
Peter Elliott
2021-07-07
test-pthread: Add a mutex test
Sergey Bugaev
2021-07-07
js: Implement pretty-printing of Temporal.TimeZone objects
Linus Groh
2021-07-06
js: Convert to east const
Linus Groh
2021-07-06
test-pthread: Add semaphore tests
Sergey Bugaev
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
js: Handle detached ArrayBuffer in print_typed_array()
Linus Groh
2021-07-04
Userland: Add pgrep
Aziz Berkay Yesilyurt
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-06-30
Utilities: Fix Build on x86_64
Hendiadyoin1
[next]