summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-08-17echo: Implement -e flagNico Weber
2021-08-16Userland: Add as-user execution to the pls utilitypyunbiwi
2021-08-15LibJS: Add a mode to parse JS as a moduledavidot
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-15ddate: Use DateTime::now() for timeBrian Gianforcaro
2021-08-15date: Use DateTime::now() for time, cleanup duplicate returnsBrian Gianforcaro
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-14Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessorItamar
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-14Utilities: Rename PreprocessorTest=>cpp-preprocessorItamar
2021-08-13Utilities: Add program argument for netstat to display connection pidbrapru
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-12Utilities: Add option to control when to use colored output for grepTheFightingCatfish
2021-08-12Userland: Add partial support for complex specifications to trJean-Baptiste Boric
2021-08-12Userland: Add support for --delete flag as alias of -d to trJean-Baptiste Boric
2021-08-12Userland: Add support for -c/--complement flag to trJean-Baptiste Boric
2021-08-12Userland: Add support for multiple character translations to trJean-Baptiste Boric
2021-08-12profile: Always enable PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-06Kernel: Make a bunch of "char const* to_string()" return StringViewAndreas Kling
2021-08-05Utilities: Improve the arp information outputbrapru
2021-08-05Utilities: Add pledge and unveil protections in arpbrapru
2021-08-03Ping: Add -s argument to specify the payload size of the pingThomas Wagenveld
2021-08-02LibCpp: Correctly parse lines that end in '\'Ali Mohammad Pur
2021-08-01js: Implement pretty-printing of Temporal.ZonedDateTime objectsLinus Groh
2021-08-01cksum: Print argv[0] on failed readLuK1337
2021-08-01cksum: Display adler32/crc32 sums as hex numbersLuK1337
2021-08-01cksum: Don't read the entire input file in memoryLuK1337
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-08-01shot: Make output filename a hyperlink when applicableRyan Liptak
2021-07-31Userland: Fix id(1) printing the user's primary group for extra gidssin-ack
2021-07-29Utilities: Make 'less' act more like 'more' when emulating 'more' :^)Lennon Donaghy
2021-07-29Utilities: Add half-page scrolling + number modifiers to 'less'Lennon Donaghy
2021-07-29Utilities: Add fix for 'less' not buffering the correct number of linesLennon Donaghy
2021-07-28js: Implement pretty-printing of Temporal.PlainTime objectsLinus Groh
2021-07-27Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'Lennon Donaghy
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-07-25Utilities: Add count option for pingbrapru
2021-07-22js: Implement pretty-printing of Temporal.PlainDateTime objectsLinus Groh
2021-07-22js: Implement pretty-printing of Temporal.PlainDate objectsLinus Groh
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22Utilities: Make the columns for readelf fit all reloc types on x86_64Gunnar Beutner
2021-07-22LibELF+Utilities: Avoid truncating 64-bit valuesGunnar Beutner
2021-07-22Utilities: Make sure columns are properly aligned for readelf on x86_64Gunnar Beutner
2021-07-22Utilities: Make sure columns are properly aligned for pmap on x86_64Gunnar Beutner
2021-07-22AK: Add a getter to JsonValue to get machine-native addressesGunnar Beutner
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner