summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24Kernel: Use UnixDateTime wherever applicablekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24image: Add --no-output flag to omit output writingNico Weber
2023-05-24image: Remove no-longer-needed commentNico Weber
2023-05-24Utilities: Use elapsed_milliseconds() instead of elapsed()Nico Weber
2023-05-24Utilities/w: Add `-h` option to optionally hide the headerTim Ledbetter
2023-05-24Utilities/w: Add the ability to filter by usernameTim Ledbetter
2023-05-24Utilities/w: Display the TTY pseudo name in the "TTY" columnTim Ledbetter
2023-05-24Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo nameTim Ledbetter
2023-05-24Utilities/w: Port to StringTim Ledbetter
2023-05-24Utilities/w: Replace LibC function calls with modern equivalentsTim Ledbetter
2023-05-23test-fuzz: Add all the missing fuzzersTim Schumacher
2023-05-23test-fuzz: Don't include all fuzzers into the same .cpp fileTim Schumacher
2023-05-23du: Continue enumerating directories on errorTim Ledbetter
2023-05-23du: Print to stderr rather than stdout when directory can't be readTim Ledbetter
2023-05-22mkfifo: Don't rely on global errnoKarol Kosek
2023-05-21xml: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21wasm: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21userdel: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21unzip: Prefer File over DeprecatedFileBen Wiederhake
2023-05-21shot: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21run-tests: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21open: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21markdown-check: Prefer LibFileSystem and String over Deprecated*Ben Wiederhake
2023-05-21headless-browser: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-21Meta: Also run markdown-check on markdown files in each Port subdirBen Wiederhake
2023-05-21tail: Count lines correctly when file ends with two or more newlinesTim Ledbetter
2023-05-21tail: Don't skip the last line if it doesn't end in a newlineTim Ledbetter
2023-05-21tail: Don't read past EOF when reading from a seekable streamTim Ledbetter
2023-05-19aplay: Determine absolute path before raising the veilBen Wiederhake
2023-05-19usermod: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-19mv: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-19cp: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-19install: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-18shuf: Add `-r` option to allow output lines to be repeatedTim Ledbetter
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Virtualize computing content/widget pointsTimothy Flynn
2023-05-17tar: Wire up compressing .tar files with LZMATim Schumacher
2023-05-17lsirq: Restore enumeration of interrupt lineJelle Raaijmakers
2023-05-16ping: Add -i option to specify the time to wait between packetsTim Ledbetter
2023-05-16ping: Add -q option to specify quiet modeTim Ledbetter
2023-05-16ps: Add `-u` option, to list processes associated with specified usersSam Atkins
2023-05-16ps: Perform filtering step before the output loopSam Atkins
2023-05-16ps: Add `-p` option, and distinguish it from `-q`Sam Atkins
2023-05-16ps: Allow `-q` option multiple times, and separated by spaces or commasSam Atkins
2023-05-16ps: Add the `-a` option, to list all processes associated with terminalsSam Atkins
2023-05-16ps: Add the `-A` optionSam Atkins