summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-28ls: Display times in the user's local time zoneTimothy Flynn
2022-01-27ping: Port to LibMainbrapru
2022-01-25date: Display time zone information in all output formatsTimothy Flynn
2022-01-25Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctlIdan Horowitz
2022-01-25js: Implement pretty-printing of Intl.RelativeTimeFormatTimothy Flynn
2022-01-25LibTimeZone+Userland: Rename current_time_zone to system_time_zoneTimothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-25timezone: Add an option to list all time zonesTimothy Flynn
2022-01-25AK: Standardize the behaviour of GenericLexer::consume_until overloadsIdan Horowitz
2022-01-25tree: Port to LibMainNames4Noobs
2022-01-25rmdir: Port to LibMainAriel Abreu
2022-01-25rm: Port to LibMainAriel Abreu
2022-01-25md: Port to LibMainFabian INGREMEAU
2022-01-25mv: Port to LibMainFabian INGREMEAU
2022-01-25tail: Port to LibMainFabian INGREMEAU
2022-01-24less: Fix memory leak when scrolling to EOFRummskartoffel