summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-11-24js: Add command line flag for disabling source line hintsIdan Horowitz
2021-11-24js: Pretty-print custom error typesIdan Horowitz
2021-11-24js: Add command line flag for disabling ANSI colorsIdan Horowitz
2021-11-24logout: Port to LibMain :^)Andreas Kling
2021-11-23usermod: Port to LibMainfaxe1008
2021-11-23userdel: Port to LibMainfaxe1008
2021-11-23lsusb: Port to LibMainfaxe1008
2021-11-23blockdev: Port to LibMainfaxe1008
2021-11-23base64: Port to LibMainfaxe1008
2021-11-23arp: Port to LibMainfaxe1008
2021-11-23dmesg: Port to LibMain :^)Andreas Kling
2021-11-23ps: Port to LibMain :^)Andreas Kling
2021-11-23keymap: Port to LibMain :^)Andreas Kling
2021-11-23pmap: Port to LibMain :^)Andreas Kling
2021-11-23utmpupdate: Port to LibMain :^)Andreas Kling
2021-11-23truncate: Add a basic set of pledge promisesAndreas Kling
2021-11-23truncate: Port to LibMain and use LibCore syscall wrappers :^)Andreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22js: Use pledge()Linus Groh
2021-11-22js: Port to LibMain :^)Linus Groh
2021-11-22tar: Support extracting symlinksTim Schumacher
2021-11-22nproc: Port to LibMain :^)Andreas Kling
2021-11-22w: Port to LibMain :^)Andreas Kling
2021-11-22id: Port to LibMain :^)Andreas Kling
2021-11-22tar: Implement usage of prefixes when extractingTim Schumacher
2021-11-21kcov-example: Print helpful error if kcov feature is missingBen Wiederhake
2021-11-21SystemServer+kcov-example: Make /dev/kcov0 available againBen Wiederhake
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-20LibDebug: Add ProcessInspector base classItamar
2021-11-19Hexdump: Add verbose optionPankaj Raghav
2021-11-19Hexdump: Allow identical lines to coalescePankaj Raghav
2021-11-17LibJS + js: Rethrow exception on the vm after bytecode interpreter rundavidot
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-14config: Add option to remove config keyfaxe1008
2021-11-13Utilities/tr: Rework squeezing to be supported during more operationsTim Schumacher
2021-11-13Utilities/grep: Implement using multiple patternsTim Schumacher
2021-11-13Utilities/tar: Ignore directory entry if it already existsTim Schumacher
2021-11-12Utilities/grep: Implement line-counting modeTim Schumacher
2021-11-12Utilities/tr: Implement squeezing repeated charactersTim Schumacher
2021-11-12LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>Ali Mohammad Pur
2021-11-11Utilities: cut: Implement field-based cuttingTim Schumacher
2021-11-11Utilities: cut: Split up into file and line processingTim Schumacher
2021-11-11Utilities: cut: Work exclusively with rangesTim Schumacher
2021-11-11Utilities: cut: Move string splitting into expand_listTim Schumacher
2021-11-11Utilities: cut: Migrate to ArgsParserTim Schumacher
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling