summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-05-05js: Print different type for each kind of ECMAScript function objectLinus Groh
2022-05-05js: Implement pretty-printing of generator objectsLinus Groh
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-05su: Change the HOME enviroment variable on loginUndefine
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-05-02base64: Replace char pointer with StringViewKenneth Myhra
2022-05-02base64: Use TRY() instead of VERIFY(!result.is_error())Kenneth Myhra
2022-05-02base64: Use Core::File standard_input() standard_output()Kenneth Myhra
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-05-02readelf: Don't error out on invalid interpreter pathAndrew Kaster
2022-05-01ifconfig: Stop supporting setting/displaying default gatewayMaciej
2022-05-01readelf: Add printing for STT_GNU_IFUNCDaniel Bertalan
2022-04-30Kernel+route: Support global routing table deletionbrapru
2022-04-28Kernel+Utilities: Add the route utilitybrapru
2022-04-27unzip: Create parent directory before extracting filesTim Schumacher
2022-04-26config: Allow setting a key to the empty stringRalf Donau
2022-04-25ini: Use String for argumentsRalf Donau
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21netstat: Add the wide flag optionbrapru
2022-04-21netstat: Add hostname resolutionbrapru
2022-04-21arp: Add hostname resolutionbrapru
2022-04-20mkfifo: Add support for setting permissions with -mEli Youngs
2022-04-18Utilities/profile: Call split_view() using StringView for command partsKarol Kosek
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-16host: Use AK/IPv4Address to determine if argument is host/ipbrapru
2022-04-14AK: Differ between long and long long formatsTim Schumacher
2022-04-13Utilities/unzip: Use Core::Directory to create output directorySam Atkins
2022-04-11env: Use Core::System::exec()Sam Atkins
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-11strace: Use Core::System::exec()Sam Atkins
2022-04-11profile: Use Core::System::exec()Sam Atkins
2022-04-11pls: Use Core::System::exec()Sam Atkins
2022-04-11paste: Use Core::System::{exec,setenv}Sam Atkins
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-09pro: Only attempt to parse a proxy url if it is providedAli Mohammad Pur
2022-04-09pro: Accept an optional proxy to tunnel the download throughAli Mohammad Pur
2022-04-07LibX86+disasm: Use an output format closer to objdumpHendiadyoin1
2022-04-07disasm: Print instruction bytesHendiadyoin1
2022-04-05Utilities: Update arp to use newer APIsbrapru
2022-04-05Utilities: Pledge inet in arp commandbrapru
2022-04-05js: Print the accumulator instead of the returned value in BC modeAli Mohammad Pur
2022-04-05js: Convert non-UTF-8 encoded files to UTF-8 before parsingTimothy Flynn
2022-04-03ls: Use `Core::System::pledge(..)` instead of LibC APIBrian Gianforcaro
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03lscpu: Show hypervisor_vendor_id if presentLinus Groh
2022-04-03Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'Linus Groh
2022-04-03netstat: Resolve ports to service namesBrendan Coles
2022-04-02top: Add support for quitting top by pressing qJames Mintram
2022-04-02Userland: Fix crash when inputting non-tty device into psThomas Symalla