summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-11Utilities/du: Add -h optionMarcus Nilsson
2021-06-11Utilities: Add a simple utility to test the IMAP libraryx-yl
2021-06-10Userland: Fix incorrect iflag/oflag printing in `stty`Daniel Bertalan
2021-06-10LibJS: Show the VM's last value after executing bytecode programsGunnar Beutner
2021-06-10LibJS: Don't generate bytecode after we've encountered a parser errorGunnar Beutner
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-06-09wasm: Add a help command to the shell mode and start it on --shellAli Mohammad Pur
2021-06-09LibJS: Store strings in a string tableGunnar Beutner
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur
2021-06-09Utilities: Do not allow creating users with existing usernamesbrapru
2021-06-08LibJS: Handle Proxy with Array target in IsArray() abstract operationLinus Groh
2021-06-08gron: Handle invalid input gracefullySam Atkins
2021-06-08gron: Make gron read from stdin if no file is providedSam Atkins
2021-06-08Utilities: Make `xargs` stop parsing options on first non-optionJelle Raaijmakers