summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-01-15ls: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15du: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15df: Add an option to print the human readable sizes in powers of 10Arda Cinar
2023-01-15Utilities: Add new utility for converting images to raw bitmap binariesLiav A
2023-01-15Lagom/Fuzzers: Add fuzzer for the TGALoader codeLiav A
2023-01-15hexdump: Add an option to specify dump offsetArda Cinar
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13strace: Fix ignored errors in formattingMacDue
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12Utilities: Add ttfdisasm for disassembling OpenType instructionsMacDue
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-08LibGfx+icc: Look at profile_size fieldNico Weber
2023-01-08base64: TRY() the fallible function encode_base64()Kenneth Myhra
2023-01-08chgrp: Use StringView instead of 'char const*'Kenneth Myhra
2023-01-08passwd: Use StringView instead of DeprecatedStringKenneth Myhra
2023-01-08blockdev: Use Core::System::open() instead of LibC open()Kenneth Myhra
2023-01-08blockdev: Let fetch_ioctl() return ErrorOr<void>Kenneth Myhra
2023-01-08markdown-check: Check that binary links use the text "Open"kleines Filmröllchen
2023-01-08markdown-check: Check that no old-style inter-manpage links are usedkleines Filmröllchen
2023-01-08LibGfx+icc: Print primary platformNico Weber
2023-01-08LibArchive+Utilities: Stop using DeprecatedStringimplicitfield
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07Userland: Silence warnings from ElapsedTimer::elapsed() type changeAndrew Kaster
2023-01-07Utilities: Store per-benchmark timeout in AK::Time rather than integerAndrew Kaster
2023-01-07LibGfx+icc: Print fields that are fourccs registered with the ICCNico Weber
2023-01-07icc: Extract out_optional() functionNico Weber
2023-01-06sed: Perform case insensitive substitutions with "/i"Eli Youngs
2023-01-06sed: Write substitution output to a file with "/w"Eli Youngs
2023-01-06Userland: Add a sed utilityEli Youngs
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06LibGfx+icc: Print device attribute flagsNico Weber
2023-01-06LibGfx+icc: Verify ICCProfile ID at parse time instead of in iccNico Weber
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-05LibGfx+icc: Print if profile id is validNico Weber
2023-01-05icc: Print profile idNico Weber
2023-01-04Everywhere: Make global `inline` functions not `static`Nico Weber
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02df: Add an option to display used/available inodesArda Cinar
2023-01-02df: Show used percentages for each listed entryArda Cinar
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02LibGfx+icc: Print pcs illuminantNico Weber
2023-01-02Utilities: Resolve manpage paths more robustly in markdown-checkkleines Filmröllchen
2023-01-01Utilities: Print arbitrary bytes in `ls`Victor Song
2022-12-31LibGfx+icc: Add profile connection space printingNico Weber
2022-12-31LibGfx+icc: Print profile flagsNico Weber