summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-06-04Userland/wasm: Replace manual noop export with an automatic oneAli Mohammad Pur
2021-06-04LibWasm: Load and instantiate tablesAli Mohammad Pur
2021-06-03Everywhere: Remove accidental '\n' from various outln() invocationsAndreas Kling
2021-06-03Utilities: Make sure columns for ps are properly alignedGunnar Beutner
2021-06-03AK: Remove unused JsonValue <=> IPv4Address conversion codeGunnar Beutner
2021-06-02Utilities: Add support for relative paths in open commandFilip Kania
2021-06-02wasm: Add a way to create dummy function exportsAli Mohammad Pur
2021-06-02LibWasm: Implement reference instructions (ref.{null,func,is_null})Ali Mohammad Pur
2021-06-02Utilities: Report correct memory addresses for pmapGunnar Beutner
2021-06-01md: Improve document parsing error messageLinus Groh
2021-06-01Userland: Return 1 when help text is shown for insufficient argsLinus Groh
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-06-01basename: Tidy up a little moreAndreas Kling
2021-06-01basename: Support suffix strippingAndreas Kling
2021-05-31lsof: Replace copy with reference in a for loopLinus Groh
2021-05-31cal: Remove unused variable declarationsLinus Groh
2021-05-31Userland: Remove a bunch of unused includesLinus Groh
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-30pls: Fix typo in TERM environment variable propagationAndreas Kling
2021-05-30pls: Drastically simplify this programAndreas Kling
2021-05-30Utilities: Implement ArmedScopeGuard in userdel to unlink temp filesbrapru