summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04js: Handle detached ArrayBuffer in print_typed_array()Linus Groh
2021-07-04Userland: Add pgrepAziz Berkay Yesilyurt
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-30run-tests: Update for LexicalPath API changesAndreas Kling
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-30Userland: Unlink file after waiting for child in run-testsAndrew Kaster
2021-06-30Base+Utilities: Add run-tests program to run system tests with LibTestAndrew Kaster
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-06-28Utilities/top: Remove unused header includesMarcus Nilsson
2021-06-28Utilities/top: Add sort-by and delay-time optionsMarcus Nilsson
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27Kernel: Rename Thread::tss to Thread::regs and add x86_64 supportGunnar Beutner
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-24Utilities: Validate user with Core::Account in userdelbrapru
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-21cp: Copy sources into destination if it is already a directorySam Atkins
2021-06-20js: Insert newline after each line in REPL modeyeeter-the-dog
2021-06-20WindowServer: Enable screen capture to span multiple screensTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-19LibSymbolication+Utilities: Show inlined functions for btGunnar Beutner
2021-06-18LibJS: Implement the 'Hashbang Grammar for JS' proposalLinus Groh
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18Userland: Add `lsusb` :^)Jesse Buhagiar
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17js: Add print_number method and use it to print out TypedArray valuesLuke
2021-06-17Userland: Allow multiple files to be run by jssin-ack
2021-06-15Userland: Teach the file utility that empty files also existValtteri Koskivuori
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-14Userland: Fix double line spacing in grepSahan Fernando
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz
2021-06-13LibJS: Make StringOrSymbol always be FlyString in the string caseAndreas Kling
2021-06-13Utilites: Implement `unzip -q`Jelle Raaijmakers
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers