summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-02-12kill: Parse CLI arguments using Arguments.stringsitskarudo
2022-02-12kill: Port to LibMainitskarudo
2022-02-12Utilities: Add update-cpp-test-results utilityItamar
2022-02-12strace: Add a chdir formatterAli Mohammad Pur
2022-02-11Utilities/readelf: Add printing for RELR relocationsDaniel Bertalan
2022-02-10pgrep: Port to LibMainRiccardo Arena
2022-02-10pidof: Port to LibMainRiccardo Arena
2022-02-10js: Add a command line argument to evaluate a string as a scriptTimothy Flynn
2022-02-10Utilities: Port realpath to LibMainRyan Chandler
2022-02-09LibJS: Implement Sets using MapsAli Mohammad Pur
2022-02-09LibJS: Make Map iterators independent of the underlying hashmapAli Mohammad Pur
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-06less: Add hotkeys f and b to scroll screen up/downMiika Hämynen
2022-02-05Utilities/run-tests: Add command-line switch to also run "skipped" testsSam Atkins
2022-02-05LibJS: Remove the JS_TRACK_ZOMBIE_CELLS optiondavidot
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-02mount: Do not print usage if executed without any argumentsKenneth Myhra
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-02-01sleep: Port to LibMainalexmajor
2022-02-01shutdown: Port to LibMainalexmajor
2022-02-01stty: Port to LibMainalexmajor
2022-02-01sql: Port to LibMainalexmajor
2022-02-01shot: Port to LibMainalexmajor
2022-02-01sysctl: Port to LibMainalexmajor
2022-02-01syscall: Port to LibMainalexmajor
2022-02-01sync: Port to LibMainalexmajor
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtrAndreas Kling
2022-01-31pape: Port to LibMainKenneth Myhra
2022-01-31open: Use more StringView instead of const char*Kenneth Myhra
2022-01-31open: Port to LibMainKenneth Myhra
2022-01-31ntpquery: Port to LibMainKenneth Myhra
2022-01-31notify: Port to LibMainKenneth Myhra
2022-01-31nl: Port to LibMainKenneth Myhra
2022-01-31mount: Use more StringView instead of const char*Kenneth Myhra
2022-01-31mount: Port to LibMainKenneth Myhra
2022-01-31lsof: Use more StringView instead of const char*Kenneth Myhra
2022-01-31lsof: Port to LibMainKenneth Myhra
2022-01-31lsirq: Port to LibMainKenneth Myhra
2022-01-30js: Implement pretty-printing of Intl Segments objectsIdan Horowitz
2022-01-30js: Implement pretty-printing of Intl.SegmenterIdan Horowitz
2022-01-29js: Implement pretty-printing of Intl.CollatorTimothy Flynn
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-28date: Use an explicit time format string for default optionTimothy Flynn
2022-01-28run-tests: Dump a backtrace for crashed testsAli Mohammad Pur
2022-01-28js: Use generic reference instead of Variant<A,B>Ali Mohammad Pur
2022-01-28js: Implement pretty-printing of Intl.PluralRulesTimothy Flynn
2022-01-28zip: Ignore symlinks when recursively zipping filesIdan Horowitz
2022-01-28Revert "ls: Display times in the user's local time zone"Timothy Flynn