summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-07-14Utilities: Add an implementation of 'comm'TheFightingCatfish
2021-07-14Tests: Change test-filtering mechanismHendiadyoin1
2021-07-14Utilities: Implement usermod commandbrapru
2021-07-13Userland: Prefer using ARCH() over __LP64__Gunnar Beutner
2021-07-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-12ls: Add option to list subdirectories recursivelyAriel Don
2021-07-12Utilities: Make `less` accept 'page up' and 'page down' keysBrandon van Houten
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-10expr: Make Match expressions comply with POSIXAli Mohammad Pur
2021-07-10chres: Make screen an optional parameterNico Weber
2021-07-10chres: Unbreak scale factor setting after aa15bf81e48637Nico Weber
2021-07-10Utilities: Use alpha channel instead of opacity in shotAziz Berkay Yesilyurt
2021-07-10grep: Use Basic POSIX regexps by default and make -E not the defaultAli Mohammad Pur
2021-07-10expr: Use Basic Posix regular expressionsAli Mohammad Pur
2021-07-10Userland: Add fopen error handling to lessRalf Donau
2021-07-09Utilities: Add ability to query specific user with idJean-Baptiste Boric
2021-07-09Utilities: Use Core::Account for idJean-Baptiste Boric
2021-07-09Utilities: Fix return value of exprJean-Baptiste Boric
2021-07-09Utilities: Add support for -d flag to trJean-Baptiste Boric