index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
Age
Commit message (
Expand
)
Author
2023-01-15
ls: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
du: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
df: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
Utilities: Add new utility for converting images to raw bitmap binaries
Liav A
2023-01-15
Lagom/Fuzzers: Add fuzzer for the TGALoader code
Liav A
2023-01-15
hexdump: Add an option to specify dump offset
Arda Cinar
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
strace: Fix ignored errors in formatting
MacDue
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-12
Utilities: Add ttfdisasm for disassembling OpenType instructions
MacDue
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-08
LibGfx+icc: Look at profile_size field
Nico Weber
2023-01-08
base64: TRY() the fallible function encode_base64()
Kenneth Myhra
2023-01-08
chgrp: Use StringView instead of 'char const*'
Kenneth Myhra
2023-01-08
passwd: Use StringView instead of DeprecatedString
Kenneth Myhra
2023-01-08
blockdev: Use Core::System::open() instead of LibC open()
Kenneth Myhra
2023-01-08
blockdev: Let fetch_ioctl() return ErrorOr<void>
Kenneth Myhra
2023-01-08
markdown-check: Check that binary links use the text "Open"
kleines Filmröllchen
2023-01-08
markdown-check: Check that no old-style inter-manpage links are used
kleines Filmröllchen
2023-01-08
LibGfx+icc: Print primary platform
Nico Weber
2023-01-08
LibArchive+Utilities: Stop using DeprecatedString
implicitfield
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
Utilities: Store per-benchmark timeout in AK::Time rather than integer
Andrew Kaster
2023-01-07
LibGfx+icc: Print fields that are fourccs registered with the ICC
Nico Weber
2023-01-07
icc: Extract out_optional() function
Nico Weber
2023-01-06
sed: Perform case insensitive substitutions with "/i"
Eli Youngs
2023-01-06
sed: Write substitution output to a file with "/w"
Eli Youngs
2023-01-06
Userland: Add a sed utility
Eli Youngs
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
LibGfx+icc: Print device attribute flags
Nico Weber
2023-01-06
LibGfx+icc: Verify ICCProfile ID at parse time instead of in icc
Nico Weber
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-05
LibGfx+icc: Print if profile id is valid
Nico Weber
2023-01-05
icc: Print profile id
Nico Weber
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
df: Add an option to display used/available inodes
Arda Cinar
2023-01-02
df: Show used percentages for each listed entry
Arda Cinar
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2023-01-02
LibGfx+icc: Print pcs illuminant
Nico Weber
2023-01-02
Utilities: Resolve manpage paths more robustly in markdown-check
kleines Filmröllchen
2023-01-01
Utilities: Print arbitrary bytes in `ls`
Victor Song
2022-12-31
LibGfx+icc: Add profile connection space printing
Nico Weber
2022-12-31
LibGfx+icc: Print profile flags
Nico Weber
[next]