summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-05-13LibWasm: Add basic support for module instantiation and execution stubsAli Mohammad Pur
2021-05-13LibWasm: Add a module pretty printerAli Mohammad Pur
2021-05-13test-crypto: Add more tests for the modular power operatorDexesTTP
2021-05-13LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithmsDexesTTP
2021-05-12LibCore+Everywhere: Move SeekMode out of IODeviceAli Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-11strace: Write output to stderr instead of stdout (#7016)SViN24
2021-05-10Userland: Implement paste --watch modeSergey Bugaev
2021-05-10Userland: Implement copy --clearSergey Bugaev
2021-05-09Userland: Preserve keyboard mapping preference on reboot (#6955)Ömer Kurttekin
2021-05-09tac: Support concatenating multiple files (#6970)faxe1008
2021-05-08LibWasm: Add some more descriptive parse errorsAli Mohammad Pur
2021-05-08LibWasm: Start implementing a basic WebAssembly binary format parserAli Mohammad Pur
2021-05-08Utilities: Fix mv command requesting incorrect pathr-paiva
2021-05-08Utilities/CMakeLists: Put all entries in alphabetical orderLinus Groh
2021-05-08dd: Add ability to use k, M, & G suffixes for block sizesbleusakura
2021-05-08Utilities/CMakeLists: Put 'file' entry in alphabetical orderAli Mohammad Pur
2021-05-08Utilities: Specify mode argument when creating files with ddGunnar Beutner
2021-05-08LibTest: Move Crash testing facility from crash.cpp to LibTestBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-js to Tests/LibJSBrian Gianforcaro
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
2021-05-07Userland: Fix some weird syntax in `find`Valtteri Koskivuori
2021-05-07Userland: Remove extra slashes from `find` outputValtteri Koskivuori
2021-05-07strace: Stop using Core::IODevice::printf()Andreas Kling
2021-05-07Utilities: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07file: Clean up mime type enumeration macroLinus Groh
2021-05-07file: Remove unused static description stringsLinus Groh
2021-05-07file: Don't exit immediately after file open errorLinus Groh
2021-05-07file: Remove redundant value_or({})Linus Groh
2021-05-07file: Avoid some unnecessary string copiesLinus Groh
2021-05-07Userland: Implement a file utilityValtteri Koskivuori
2021-05-05Userland: Add groups programsetepenre
2021-05-04Userland: Pledge wpath & cpath in straceSergey Bugaev
2021-05-04Userland: Refactor head(1) to not use stdioSergey Bugaev
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-05-01Userland: Improve how traceroute reports timing data for packetsGunnar Beutner
2021-05-01Userland: Add the rev(1) utility to reverse linesMango0x45
2021-05-01Userland: Remove an unused function declaration from tac.Mango0x45
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01bt: Enumerate all threads when symbolizing stacks in the bt utility.Brian Gianforcaro
2021-05-01bt: Fix generation of click-able links for source files.Brian Gianforcaro
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner