summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-10-19LibCore: Change Account::set_password to take a SecretStringTimothy Flynn
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialogPeter Elliott
2021-10-17Utilities: Show PGID and SID in ps -fPeter Elliott
2021-10-17rev: Unbreak reading from standard inputSeekingBlues
2021-10-17tac: Unbreak reading from standard inputSeekingBlues
2021-10-17shuf: Fix division by zero when no lines are readSeekingBlues
2021-10-17sysctl: Allow showing or setting multiple variablesSeekingBlues
2021-10-14js: Implement pretty-printing of ShadowRealmLinus Groh
2021-10-13arp: Preserve error if only the first ioctl failsBen Wiederhake
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-12strace: Add command line options to filter syscallsRodrigo Tobar
2021-10-12strace: Show sun_path on AF_UNIX socket addressesRodrigo Tobar
2021-10-12strace: Add support for get{u,eu,g,eg,p,pp}id syscallsRodrigo Tobar
2021-10-12strace: Add formatting for clock_gettimeRodrigo Tobar
2021-10-12strace: Add initial ioctl formattingRodrigo Tobar
2021-10-10Manpages+markdown-checker: Permit only specific missing filesBen Wiederhake
2021-10-10markdown-checker: New tool that checks document linksBen Wiederhake
2021-10-10Utilities: Fix null deref in `groupdel` when given a nonexistent groupBrian Gianforcaro
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