summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18Userland: Add `lsusb` :^)Jesse Buhagiar
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17js: Add print_number method and use it to print out TypedArray valuesLuke
2021-06-17Userland: Allow multiple files to be run by jssin-ack
2021-06-15Userland: Teach the file utility that empty files also existValtteri Koskivuori
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-14Userland: Fix double line spacing in grepSahan Fernando
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Make StringOrSymbol always be FlyString in the string caseAndreas Kling
2021-06-13Utilites: Implement `unzip -q`Jelle Raaijmakers
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-11Utilities/du: Add -h optionMarcus Nilsson
2021-06-11Utilities: Add a simple utility to test the IMAP libraryx-yl
2021-06-10Userland: Fix incorrect iflag/oflag printing in `stty`Daniel Bertalan
2021-06-10LibJS: Show the VM's last value after executing bytecode programsGunnar Beutner
2021-06-10LibJS: Don't generate bytecode after we've encountered a parser errorGunnar Beutner
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-06-09wasm: Add a help command to the shell mode and start it on --shellAli Mohammad Pur
2021-06-09LibJS: Store strings in a string tableGunnar Beutner
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur
2021-06-09Utilities: Do not allow creating users with existing usernamesbrapru
2021-06-08LibJS: Handle Proxy with Array target in IsArray() abstract operationLinus Groh
2021-06-08gron: Handle invalid input gracefullySam Atkins
2021-06-08gron: Make gron read from stdin if no file is providedSam Atkins
2021-06-08Utilities: Make `xargs` stop parsing options on first non-optionJelle Raaijmakers
2021-06-08Utilities: Make `watch` stop parsing options on first non-optionJelle Raaijmakers
2021-06-08Utilities: Make `strace` stop parsing options on first non-optionJelle Raaijmakers
2021-06-08Userland: Let `env` parse options up to first non-optionJelle Raaijmakers
2021-06-08LibCore: Support fine-grained failure behavior for ArgsParserJelle Raaijmakers
2021-06-07js: Exit the program after dumping and/or running bytecodeAndreas Kling
2021-06-07LibJS: Start fleshing out a bytecode for the JavaScript engine :^)Andreas Kling
2021-06-06Utilities: Add support for testing null deferencing a RefPtrGunnar Beutner
2021-06-06Userland: Fix matroska utility displaying invalid track dataFalseHonesty
2021-06-06Userland: Add matroska program to test parsing Matroska container filesFalseHonesty
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-05ifconfig: Use shorter argument namesMaciej Zygmanowski
2021-06-05LibWasm: Move Wasm::BytecodeInterpreter into its own headerSahan Fernando
2021-06-05rm: Allow empty paths if -f is specifiedTim Schumacher
2021-06-04hostname: Handle 'sethostname' errorsMaciej Zygmanowski
2021-06-04LibWasm+wasm: Switch to east-const to comply with project styleAli Mohammad Pur