summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-05-30Utilities: Update userdel to use /etc/shadowbrapru
2021-05-30Utilities: Update useradd to use /etc/shadowbrapru
2021-05-30Utilities: Change default shell of useradd to /bin/shbrapru
2021-05-30which: Replace printf() with outln()/warnln()Linus Groh
2021-05-30userdel: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-30ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln()Linus Groh
2021-05-30pls: Unveil search paths with browse permissionsBrendan Coles
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-27Userland: Treat inet_pton returning 0 as an errorTim Schumacher
2021-05-27Utilites: Make dd truncate output fileMarcus Nilsson
2021-05-27LibWasm: Let the interpreter itself manage the call frameAli Mohammad Pur
2021-05-27LibWasm: Make Interpreter a virtual interfaceAli Mohammad Pur
2021-05-27LibWasm: Make Frame a value type as wellAli Mohammad Pur
2021-05-27file: Output directory when path is a directoryArjan Zuidema
2021-05-26LibWasm: Add execution hooks and a debugger mode to the wasm toolAli Mohammad Pur
2021-05-26js: Consolidate and re-implement the load() functionLinus Groh
2021-05-26js: Use default constructor and destructor for global objectsLinus Groh
2021-05-26js: Define load() in global object for scriptsMarcin Gasperowicz
2021-05-25ls: Fix incorrect -t sort orderAndreas Kling
2021-05-24Userland: Fix `stty` not setting control charactersDaniel Bertalan