summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-03-15bt: add source file number integrationElDonad
2021-03-14test-compress: Initialize byte buffer with random dataBrendan Coles
2021-03-14readelf: Tweak section headers output column paddingBrendan Coles
2021-03-14readelf: Add support for core notes and relocationsBrendan Coles
2021-03-14LibCompress: Handle literal only lz77 streams in DeflateCompressorIdan Horowitz
2021-03-13tar: Implement tar archive creationIdan Horowitz
2021-03-13LibTar: Implement TarOutputStreamIdan Horowitz
2021-03-13test-compress: Add GZip compression testsIdan Horowitz
2021-03-13test-compress: Add DEFLATE compression testsIdan Horowitz
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-11crash: Fix more typos in check logicBen Wiederhake
2021-03-11crash: Fix typo in check logicBen Wiederhake
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-11xargs: Fix boring memory leakBen Wiederhake
2021-03-09Utilities: Add a quotes database and 'fortunes' programBen Wiederhake
2021-03-08Base: Add sysctl man pageBrendan Coles
2021-03-07open: Fix opening "." (again)Linus Groh
2021-03-02Userland: Gate OSC 9 usage in test-js behind an argumentAndrew Kaster
2021-03-01test-web: Utilize new LibTest types from test-webBrian Gianforcaro
2021-03-01LibTest + test-js: Add initial skelaton of LibTest and migrate code there.Brian Gianforcaro
2021-02-28Userland: Don't leak buffer from getline in shuf programAndrew Kaster
2021-02-28Userland: Add a simple mktemp(1) utilityIdan Horowitz
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26disk_benchmark: Modernize this code a little bitAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK+Userland: Extend the compiletime format string check to other functionsAnotherTest
2021-02-21Utilities: Provide fuzzers as a utility in serenityBen Wiederhake
2021-02-21rm: Use Core::File::removeMițca Dumitru
2021-02-21Utilities: Remove cp.hMițca Dumitru
2021-02-21mv: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21cp: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-02-21utmpupdate: Don't complain about an error if the utmp is just emptyAndreas Kling
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-20test-web: Create execution scope for new interpreter instead of the old oneLuke
2021-02-20Userland: Support moving files between different mounted filesystemsBui Quang Minh
2021-02-17PreprocessorTest: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-15grep: Exit with 1 if nothing matchesAnotherTest
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-14Utilities: Fix embarassing typo in syscall(1)Ben Wiederhake
2021-02-13Tests: Merge and extend syscall tests into a syscall fuzzerBen Wiederhake
2021-02-13Utilities: Make syscall(1) explain what it's doingBen Wiederhake
2021-02-13Utilities: Enable syscall(1) to use SC_*_params buffersBen Wiederhake
2021-02-13Utilities: Make syscall(1) use Core::ArgsParserBen Wiederhake
2021-02-09Userland: Use INET_ADDRSTRLEN for inet_ntop() buffersLinus Groh
2021-02-08LibCpp: Start working on a C preprocessorItamar
2021-02-08ping: Replace two magic numbers with ICMP_* macrosLinus Groh
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling