summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-05-24LibCore+Userland: Add 13 more detectable file typesValtteri Koskivuori
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-24tar: Ignore "extended headers"Lynn
2021-05-23Utilities: Fix test-unveil INT_MAX includeJean-Baptiste Boric
2021-05-23Utilities: Fix fgrep assertion includeJean-Baptiste Boric
2021-05-23ps: Sort output by PID :^)Andreas Kling
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23Userland: Allow nc to connect by hostname instead of just addressBrian Gianforcaro
2021-05-23Utilities: Implement `stty`Daniel Bertalan
2021-05-23Userland: Tweak the visual display of the `bt` utilityBrian Gianforcaro
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-22Userland: Rename e1k0 to ep0s7Gunnar Beutner
2021-05-22Userland: Rename loop0 to loopGunnar Beutner