summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-06-28pls: Implement support for `--preserve-env`Tim Schumacher
2022-06-28pls: Don't rely on `getenv` to find `TERM`Tim Schumacher
2022-06-28ln: Fix typo in `arguments` argumentMaciej
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-16Keymap: Fix switching selected keymapPaweł Łukasik
2022-06-15Utilities: Remove `ddate` joke programAndreas Kling
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-06-06js: Add a loadINI() function for loading INI files :^)Linus Groh
2022-06-06tar: Implement support for GNU longname headersTim Schumacher
2022-06-03js: Create throw completions instead of raw error values on SyntaxErrorIdan Horowitz
2022-06-02lsusb: Add `-v` flag to `lsusb` :^)Jesse Buhagiar
2022-05-29Utilities: Add networking to headless-browserDexesTTP
2022-05-29Utilities: Add image decoding to headless-browserDexesTTP
2022-05-29Utilities: Add a simple headless-browserDexesTTP
2022-05-29lscpu: Show size of L1 data/instruction, L2, and L3 CPU cachesLinus Groh
2022-05-27Utilities: Add edid-dump program to dump EDID from Display connectorsLiav A
2022-05-26netstat: Stop needing LookupServer for parsing argumentsMaciej
2022-05-26route: Add the flags columnbrapru
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-21touch: Support custom timestampsAriel Don
2022-05-08xml: Avoid UAF in Error return from serenity_main()Ali Mohammad Pur
2022-05-07LibELF: Name library maps with the full file pathTim Schumacher
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
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