summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-11-06grep: Add ability to output line numbersBen Wiederhake
2021-11-06grep: Simplify lambda signature for readabilityBen Wiederhake
2021-11-05shot: Fix hanging due to zero sized RectAziz Berkay Yesilyurt
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02LibJS: Convert the GetValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02Utilities: Remove misbehaving-applicationBen Wiederhake
2021-11-01profile: Don't treat '--help' as an errorBen Wiederhake
2021-11-01less: Fix condition to read more dataBen Wiederhake
2021-11-01hexdump: Avoid using read_allBen Wiederhake
2021-11-01hexdump: Make non-ASCII output easier to readBen Wiederhake
2021-11-01echo: Obey -n when text is emptyRodrigo Tobar
2021-10-31strace: Teach mmap() pretty-printer about more MAP_FOO flagsAndreas Kling
2021-10-31Revert "wc: Count last line even if it doesn't end in newline"Andreas Kling
2021-10-31Userland: Handle terminal window resizing in less(1)Kyle Ambroff-Kao
2021-10-31Utilities: Add option to suppress errors to grepMarco Cutecchia
2021-10-31Utilities: Add 'quiet' mode to grepMarco Cutecchia
2021-10-31js: Convert JavaScript REPL to ThrowCompletionOrTimothy Flynn
2021-10-29wc: Count last line even if it doesn't end in newlineRodrigo Tobar
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-24LibJS: Include executable name in bytecode dumpsAndreas Kling
2021-10-24LibJS: Move global "should dump bytecode" flag into LibJSAndreas Kling
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-23Utilities: Add -f option to lnJean-Baptiste Boric
2021-10-23Utilities: Add ignored -f option to touchJean-Baptiste Boric
2021-10-23watch: Add ability to run command on file changejunior rantila
2021-10-23watch: VERIFY that command vector ends with nullptrjunior rantila
2021-10-23watch: Remove unnecessary call to StringBuilder::appendffjunior rantila
2021-10-23Utilities: Change watch utility to use eastconst stylejunior rantila
2021-10-22man.serenityos.org: Use pandoc for listings and landing pageBen Wiederhake
2021-10-21Utilities: Add fdtdump for dumping OpenFirmware Device TreesAndrew Kaster
2021-10-21logout: Add this utility to REQUIRED_TARGETSKarol Kosek
2021-10-21adjtime: Drop unnecessary privileges unconditionallyBen Wiederhake
2021-10-21Userland: Teach the file utility more about ELF filesValtteri Koskivuori
2021-10-21LibELF+Userland: Move a few functions to Elf::ImageValtteri Koskivuori
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-19LibCore: Change Account::set_password to take a SecretStringTimothy Flynn
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialogPeter Elliott
2021-10-17Utilities: Show PGID and SID in ps -fPeter Elliott
2021-10-17rev: Unbreak reading from standard inputSeekingBlues
2021-10-17tac: Unbreak reading from standard inputSeekingBlues
2021-10-17shuf: Fix division by zero when no lines are readSeekingBlues
2021-10-17sysctl: Allow showing or setting multiple variablesSeekingBlues
2021-10-14js: Implement pretty-printing of ShadowRealmLinus Groh
2021-10-13arp: Preserve error if only the first ioctl failsBen Wiederhake
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-12strace: Add command line options to filter syscallsRodrigo Tobar