summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-05bt: Hyperlink filenames in backtraces if available :^)Andreas Kling
2021-02-05bt: Show filenames and line numbers when available :^)Andreas Kling
2021-02-04LibSymbolClient+bt: Move bt logic to SymbolClient::symbolicate_thread()Andreas Kling
2021-02-04SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel availableAndreas Kling
2021-02-04bt: Add a little backtrace program that uses SymbolServerAndreas Kling
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01keymap: Unveil path, if one is givenBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake