summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2023-05-16ps: Use Optional for column indices, instead of -1 meaning "not present"Sam Atkins
2023-05-16ps: Ensure columns capacity in advanceSam Atkins
2023-05-16ps: Migrate from DeprecatedString to StringSam Atkins
2023-05-16ps: Use Core::System::fstat()Sam Atkins
2023-05-16pgrep: Add -d option to specify a pid delimiterTim Ledbetter
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15pidof: Add -S option to specify a pid separatorTim Ledbetter
2023-05-15pidof: Use ArgsParser to validate argumentsTim Ledbetter
2023-05-15readlink: Prefer FileSystem::readlink over DeprecatedFileBen Wiederhake
2023-05-14ls: Migrate away from DeprecatedFileBen Wiederhake
2023-05-14test-imap: Prefer Core::File over DeprecatedFileBen Wiederhake
2023-05-13Userland+Meta: Add new helper program for network settingsFabian Dellwing
2023-05-13pledge: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13which: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13test-pthread: Check for correct return value from sem_trywait()Tim Ledbetter
2023-05-13top: Add -p option to filter by pidTim Ledbetter
2023-05-13tar: Convert from DeprecatedFile to Core::File and FileSystemBen Wiederhake
2023-05-13aplay: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13abench: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-11errno: Remove usage of DeprecatedStringSam Atkins
2023-05-11errno: Look up errors by name as well as numberSam Atkins
2023-05-11errno: Include error code names in outputSam Atkins
2023-05-09LibGfx/PortableFormat+image: Make `encode` take a StreamLucas CHOLLET
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09image: Initialize `strip_color_profile` with a default valueLucas CHOLLET
2023-05-08LibWeb: Add `--layout-test-mode` flag to HeadlessBrowsermartinfalisse
2023-05-07netstat: Fix fallback value for pid fieldFabian Dellwing
2023-05-07netstat: Add -e argumentFabian Dellwing
2023-05-07netstat: Fix in/out bytes not showingFabian Dellwing