summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-30pro: Use a rolling average for the download rate calculationAnotherTest
2021-01-29ls: Lazily align the number of hard links in ls output :^)Andreas Kling
2021-01-29pmap: Trim "VMObject" suffix from VMObject types to save spaceAndreas Kling
2021-01-29pmap: Add shared flag to access column and align-right numeric columnsBrendan Coles
2021-01-29js: Handle exceptions thrown during value printingAndreas Kling
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-26lspci: Add numerical displayJean-Baptiste Boric
2021-01-25crash: Add option for failing assertionLinus Groh
2021-01-25crash: Add option for pledge() violationLinus Groh
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Userland: Implement grep -v (invert-match)Andrew Kaster
2021-01-25Userland: Use getline instead of Core::File::standard_input in grepAndrew Kaster
2021-01-24pmap: Sort memory regions in outputAndreas Kling
2021-01-23sleep: Support fractional sleep lengthsAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22su: Drop "id" pledge after switching userAndreas Kling
2021-01-22passwd: Drop "rpath" pledge after opening filesAndreas Kling
2021-01-22Kernel+Userland: Remove "dns" pledge promise aliasAndreas Kling
2021-01-22Build: Replace explicit use of mv(1) in CMake file with file(RENAME).Emanuele Torre
2021-01-22passwd: Remove duplicate 'wpath' pledgeDoctor5555
2021-01-21LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow openAndreas Kling
2021-01-21passwd+LibCore: Make passwd replace /etc files atomicallyAndreas Kling
2021-01-20Userland: Implement shuf for basic shufflingBen Wiederhake
2021-01-20Userland: Fix broken newlines in 'sort'Ben Wiederhake
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber
2021-01-15Utilities: Add "chres", a way to change the screen resolution from the comman...Nico Weber
2021-01-15Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new testsBrendan Coles
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling