summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-10-09Utilities: Add way to get a storage devices block size in blockdevDavid Isaksson
2021-10-09Utilities: Add blockdev utilityDavid Isaksson
2021-10-08Utilities: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-07Strace: Add formatting for misc syscallsRodrigo Tobar
2021-10-07Strace: Add formatting for main memory-related syscallsRodrigo Tobar
2021-10-07Strace: Add formatting for main socket syscallsRodrigo Tobar
2021-10-07Strace: Add main infrastructure and formatting of main I/O operationsRodrigo Tobar
2021-10-07Strace: Move output formatting to separate functionRodrigo Tobar
2021-10-05js: Fix pretty-printing of RegExp objectsLinus Groh
2021-10-05SQL Utility: Implement reading sql filesJan de Visser
2021-10-05SQL Utility: Redesigned the input loopJan de Visser
2021-10-05SQL Utility: Implement connection switchingJan de Visser
2021-10-05SQLServer+SQL+LibSQL: Allow sql client to specify the database nameJan de Visser
2021-10-04sql: Account for the single quotes in syntax highlightingMahmoud Mandour
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-10-03js: Allow for completion of lexically declared variablesdavidot
2021-10-03js: Fix that auto completion of properties faileddavidot
2021-10-02LibJS: Put zombie cell tracking code behind a compile-time flagAndreas Kling
2021-10-01Userland: Fix typosNico Weber
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-26LibELF+readelf: Remove duplicated dtag->string mapRodrigo Tobar
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-24diff: Only color output when stdout is a ttyMustafa Quraish
2021-09-24diff: Show start/end of line ranges in source/target filesMustafa Quraish
2021-09-21checksum: Stop reusing the same Core::File for multiple filesIdan Horowitz
2021-09-19Utilities: Fix asctl volume unitsDavid Isaksson
2021-09-19LibTLS: Use a setter for on_tls_ready_to_write with some more smartsAli Mohammad Pur
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish
2021-09-16crash: Run automatically during CIBen Wiederhake
2021-09-16crash: Check whether the msyscall mitigation actually worksBen Wiederhake
2021-09-16js: Add a simple loadJSON(path) built-in to load JSON from a fileAndreas Kling
2021-09-12Utilities: Use ElapsedTimer::start_new in allocateBrian Gianforcaro
2021-09-12Utilities: Use ElapsedTimer::start_new() in disk_bechmarkBrian Gianforcaro
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-09-12Utilities: Fix incorrect error handling in tracerouteBrian Gianforcaro
2021-09-12LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()Linus Groh
2021-09-12Kernel+Userland: Introduce a new way to reboot and poweroff the machineLiav A
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11Kernel+Userland: Remove loadable kernel modulessLiav A
2021-09-11LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombiesAndreas Kling
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-11Utilities: Show dynamic ELF info with "show all" optionRodrigo Tobar
2021-09-11wasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11nproc: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11js: Implement pretty-printing of Intl.NumberFormatTimothy Flynn
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-09-06js: Implement pretty-printing of Intl.ListFormatTimothy Flynn