summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-15Utilities: Add errno utilityBrendan Coles
2021-05-15Utilities: Implement a netstat commandbrapru
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-14Utilities: Fix const-correctness inside seqJean-Baptiste Boric
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
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