summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-05-21js: Don't print newline for empty ArrayBufferLinus Groh
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21LibWasm: Implement a very basic linkerAli Mohammad Pur
2021-05-21LibWasm: Make the instantiation process produce an OwnPtrAli Mohammad Pur
2021-05-21LibWasm: Decouple ModuleInstance from the AbstractMachineAli Mohammad Pur
2021-05-20Utilities: Fix grep match when reading from stdinr-paiva
2021-05-19LibCpp: Generalize ASTNode::dump() to support redirecting its outputItamar
2021-05-19Utilities: Rename CppParserTest => cpp-parserItamar
2021-05-19Kernel: Generate page fault events from the kernel profilerBrian Gianforcaro
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19LibCrypto: Add the SHA-384 hash algorithmDexesTTP
2021-05-19Utilities: Allow for white spaces in lsof name parsingbrapru
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori