summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10Utilities: tar: Always create parent directory when extractingTim Schumacher
2021-11-10strace: Interpret errno codes for pointer-like return codesBen Wiederhake
2021-11-10strace: Switch to new flag handler, support more flagsBen Wiederhake
2021-11-10strace: Better support for bitflags, show unrecognized flagsBen Wiederhake
2021-11-08pape: Add set-random optionfaxe1008
2021-11-08LibCore: Use ErrorOr<T> for Core::get_password()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibRegex: Don't push LibRegex's "Error" into the global namespaceAndreas Kling
2021-11-08syscall: Translate errno to something human-readableBen Wiederhake
2021-11-08hexdump: Improve error handlingBen Wiederhake
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