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
2022-08-02
wallpaper: Add pledge promises
networkException
2022-08-02
Utilities+Base: Rename `pape` utility to `wallpaper`
networkException
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-07-28
Utilities/lsusb: Allow the utility to work without existing USB IDs file
Liav A
2022-07-27
grep: Fix out of bounds StringView indexing
MacDue
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-27
less: Fix out of bounds StringView indexing
MacDue
2022-07-25
chown: Implement recursion
Tim Schumacher
2022-07-25
chown: Add support for multiple file paths
Tim Schumacher
2022-07-25
ln: Implement correct handling of directories as link targets
Tim Schumacher
2022-07-25
ln: Rework to use LibCore syscall wrappers
Tim Schumacher
2022-07-25
chmod: Implement the `--recursive` flag
Tim Schumacher
2022-07-25
chmod: Port to ArgsParser
Tim Schumacher
2022-07-24
du: Consolidate all "do not print" conditions
Tim Schumacher
2022-07-24
du: Only use unmodified file sizes internally
Tim Schumacher
2022-07-24
du: Use 64-bit integers when handling file sizes or related values
Tim Schumacher
2022-07-24
du: Fix a typo in the `--exclude-from` option
Tim Schumacher
2022-07-24
du: Don't stop descending even if the maximum depth is reached
Tim Schumacher
2022-07-21
Utilities+LibELF: Temporary promises for dynamic linker in "pledge"
Itamar
2022-07-21
du: Implement the 1k block size short option
Tim Schumacher
2022-07-21
du: Invert apparent-size behaviour
Tim Schumacher
2022-07-21
du: Implement custom block sizes
Tim Schumacher
2022-07-21
du: Replace home-grown block-based size calculation with `ceil_div`
Tim Schumacher
2022-07-20
js: Don't pass error strings as the format argument to outln()
Ali Mohammad Pur
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-07-19
Utilities: Remove the edid-dump utility
Liav A
2022-07-19
Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDs
Liav A
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
headless-browser: Simplify the arguments used to select resources
DexesTTP
2022-07-19
headless-browser: Split the setters for the screen and the viewport rect
DexesTTP
2022-07-19
headless-browser: Use port 443 as default for HTTPS requests
DexesTTP
2022-07-15
Userland: Introduce the lsblk utility to show list of storage devices
Liav A
2022-07-14
Utilities: Add "pledge" utility for launching a sandboxed command
Andreas Kling
2022-07-14
cp: Implement the granular `--preserve` flag
Tim Schumacher
2022-07-14
LibCore: Make copying permissions, ownership and timestamps combineable
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-13
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
Timothy Flynn
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-07-10
js: Add missing built-in functions to help() output
Linus Groh
2022-07-10
js: Remove load() built-in function
Linus Groh
2022-07-09
LibCore+Userland: Use StringViews when calling Core::System::open
kleines Filmröllchen
2022-07-09
route: Support removing entries with unknown gateway
Maciej
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
[next]