summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20Userland: Hardcode the x86_64 kernel base address for nowGunnar Beutner
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-19LibTest/Utilities: Add method for TestRunner to print failed test namesAndrew Kaster
2021-07-18Everywhere: Make tracking cpu usage independent from system ticksTom
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18pmap: Add support for 64-bit addressesGunnar Beutner
2021-07-18readelf: Add names for x86_64 relocations and machine typeGunnar Beutner
2021-07-18Kernel/USB: Move USB bus information from /proc to /sysAndreas Kling
2021-07-17wasm: Don't try to print the function results if it trapsAli Mohammad Pur
2021-07-17Revert "LibWasm: Some more performance stuff (#8812)"Ali Mohammad Pur
2021-07-17LibWasm: Some more performance stuff (#8812)Ali Mohammad Pur
2021-07-16js: Implement pretty-printing of Temporal.Duration objectsLinus Groh
2021-07-16Utilities: Make the js REPL autocomplete correctly handle `new Ident`Ali Mohammad Pur
2021-07-15Utilities: Allow filenames containing '=' in dd (#8766)Dhruv Maroo
2021-07-15Utilities: Add groupdelM4x1m3
2021-07-15Utilities: Add groupaddM4x1m3
2021-07-14js: Implement pretty-printing of Temporal.Calendar objectsLinus Groh
2021-07-14js: Tweak pretty-printing of Temporal.{Instant,TimeZone} objectsLinus Groh