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-24
js: Add command line flag for disabling source line hints
Idan Horowitz
2021-11-24
js: Pretty-print custom error types
Idan Horowitz
2021-11-24
js: Add command line flag for disabling ANSI colors
Idan Horowitz
2021-11-24
logout: Port to LibMain :^)
Andreas Kling
2021-11-23
usermod: Port to LibMain
faxe1008
2021-11-23
userdel: Port to LibMain
faxe1008
2021-11-23
lsusb: Port to LibMain
faxe1008
2021-11-23
blockdev: Port to LibMain
faxe1008
2021-11-23
base64: Port to LibMain
faxe1008
2021-11-23
arp: Port to LibMain
faxe1008
2021-11-23
dmesg: Port to LibMain :^)
Andreas Kling
2021-11-23
ps: Port to LibMain :^)
Andreas Kling
2021-11-23
keymap: Port to LibMain :^)
Andreas Kling
2021-11-23
pmap: Port to LibMain :^)
Andreas Kling
2021-11-23
utmpupdate: Port to LibMain :^)
Andreas Kling
2021-11-23
truncate: Add a basic set of pledge promises
Andreas Kling
2021-11-23
truncate: Port to LibMain and use LibCore syscall wrappers :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
js: Use pledge()
Linus Groh
2021-11-22
js: Port to LibMain :^)
Linus Groh
2021-11-22
tar: Support extracting symlinks
Tim Schumacher
2021-11-22
nproc: Port to LibMain :^)
Andreas Kling
2021-11-22
w: Port to LibMain :^)
Andreas Kling
2021-11-22
id: Port to LibMain :^)
Andreas Kling
2021-11-22
tar: Implement usage of prefixes when extracting
Tim Schumacher
2021-11-21
kcov-example: Print helpful error if kcov feature is missing
Ben Wiederhake
2021-11-21
SystemServer+kcov-example: Make /dev/kcov0 available again
Ben Wiederhake
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-20
LibDebug: Add ProcessInspector base class
Itamar
2021-11-19
Hexdump: Add verbose option
Pankaj Raghav
2021-11-19
Hexdump: Allow identical lines to coalesce
Pankaj Raghav
2021-11-17
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
davidot
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
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
[next]