summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30test: Port to LibMainKenneth Myhra
2022-03-30AK: Allow printing wide characters using %ls modifiersafarp
2022-03-29seq: Port to LibMainKenneth Myhra
2022-03-29tty: Port to LibMainKenneth Myhra
2022-03-29tt: Port to LibMainKenneth Myhra
2022-03-29tr: Utilize TRY moreKenneth Myhra
2022-03-29tr: Port to LibMainKenneth Myhra
2022-03-29test_env: Port to LibMainKenneth Myhra
2022-03-29test-unveil: Port to LibMainKenneth Myhra
2022-03-29test-pthread: Port to LibMain and let local functions return ErrorOr<T>Kenneth Myhra
2022-03-29test-fuzz: Allow listing fuzzing targets without specifying input fileKenneth Myhra
2022-03-29test-fuzz: Port to LibMainKenneth Myhra
2022-03-29test-bindtodevice: Port to LibMainKenneth Myhra
2022-03-29kcov-example: Port to LibMainKenneth Myhra
2022-03-29telws: Port to LibMainKenneth Myhra
2022-03-29run-tests: Port to LibMainKenneth Myhra
2022-03-29markdown-check: Use Core::ArgsParserKenneth Myhra
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-27disk_benchmark: TRY more stuff :^)Kenneth Myhra
2022-03-27disk_benchmark: Core::ArgsParser to parse argumentsKenneth Myhra
2022-03-26tee: Port to LibMain and move to SerenityOS code patternsKenneth Myhra
2022-03-26ls: Remove leading dashes from ArgsParser argument nameAli Mohammad Pur
2022-03-26Utilities/ps: Don't assume the kernel can provide real TTY pathsLiav A
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2022-03-24sql: Re-prompt user for input after unrecognized commandNicholas Cellino
2022-03-24readlink: Use StringView instead of const char*Kenneth Myhra
2022-03-24readlink: Port to LibMainKenneth Myhra
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-23sql: Do not indent next line when current one is blankNicholas Cellino
2022-03-22Mount: Implement wxallowed mount optionint16
2022-03-22disk_benchmark: Port to LibMainNicholas Cellino
2022-03-22readelf: Port to LibMainBrian Gianforcaro
2022-03-22purge: Port to LibMainBrian Gianforcaro