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-14
config: Add option to remove config key
faxe1008
2021-11-13
Utilities/tr: Rework squeezing to be supported during more operations
Tim Schumacher
2021-11-13
Utilities/grep: Implement using multiple patterns
Tim Schumacher
2021-11-13
Utilities/tar: Ignore directory entry if it already exists
Tim Schumacher
2021-11-12
Utilities/grep: Implement line-counting mode
Tim Schumacher
2021-11-12
Utilities/tr: Implement squeezing repeated characters
Tim Schumacher
2021-11-12
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
Ali Mohammad Pur
2021-11-11
Utilities: cut: Implement field-based cutting
Tim Schumacher
2021-11-11
Utilities: cut: Split up into file and line processing
Tim Schumacher
2021-11-11
Utilities: cut: Work exclusively with ranges
Tim Schumacher
2021-11-11
Utilities: cut: Move string splitting into expand_list
Tim Schumacher
2021-11-11
Utilities: cut: Migrate to ArgsParser
Tim Schumacher
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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
[next]