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-05-08
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
martinfalisse
2023-05-07
netstat: Fix fallback value for pid field
Fabian Dellwing
2023-05-07
netstat: Add -e argument
Fabian Dellwing
2023-05-07
netstat: Fix in/out bytes not showing
Fabian Dellwing
2023-05-07
netstat: Fix port numbers not showing
Fabian Dellwing
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-06
image: Add a --frame-index option
Nico Weber
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
sed: Implement in-place file editing
kleines Filmröllchen
2023-05-05
sed: Correctly unveil all paths
kleines Filmröllchen
2023-05-03
ICC+image: Add conversion between color spaces for images :^)
Nico Weber
2023-05-03
profile: Prevent crash when -p is supplied a non-integer value
PrestonLTaylor
2023-05-03
profile: Add -a to warning message when -e, -d, -w xor -f is not set
PrestonLTaylor
2023-04-30
nc: Fix overflow in port and local_port argument
Fabian Dellwing
2023-04-30
icc: Add a --measure flag that prints color difference in profile
Nico Weber
2023-04-28
AK+Everywhere: Disallow Error::from_string_view(FooString)
Ali Mohammad Pur
2023-04-27
LibCore+file: Factorize code to detect mime-type from bytes of a file
Lucas CHOLLET
2023-04-26
nc: Add -n option to suppress name resolution
Fabian Dellwing
2023-04-26
nc: Add -p option
Fabian Dellwing
2023-04-26
nc: Fix off-by-one-error in calls to inet_ntop
Fabian Dellwing
2023-04-26
nc: Sort command line arguments alphabetically
Fabian Dellwing
2023-04-26
Utilities: Add support for loading the WASI module to wasm
Ali Mohammad Pur
2023-04-25
cal: Add the `-y` option to show the current year
Karol Baraniecki
2023-04-25
cal: Add the `-3` option
Karol Baraniecki
2023-04-25
cal: Get default week start day from Calendar
Karol Baraniecki
2023-04-25
cal: Make start of the week configurable
Karol Baraniecki
2023-04-25
cal: Pad days on the left with spaces instead of zeroes
Karol Baraniecki
2023-04-25
cal: Only show year next to each month in one-month-mode
Karol Baraniecki
2023-04-25
cal: Fix width calculation by not leaving an extra space at month's end
Karol Baraniecki
2023-04-25
cal: Display month names
Karol Baraniecki
2023-04-25
cal: Use global string widths instead of hardcoding them
Karol Baraniecki
2023-04-25
cal: Center the month-year text
Karol Baraniecki
2023-04-25
cal: Mark the current day as inverted text
Karol Baraniecki
2023-04-25
cal: Rewrite cal to use new Strings and handle errors
Karol Baraniecki
2023-04-25
cal: Correctly identify current day
Karol Baraniecki
2023-04-25
cal: Don't accept passing a [day]
Karol Baraniecki
2023-04-24
Aplay: Determine absolute path before first `unveil`
Jelle Raaijmakers
2023-04-24
Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file
Timothy Flynn
2023-04-24
Kernel: Allow configuring a Jail to not impose PID isolation restriction
Liav A
2023-04-22
copy: Stop using DeprecatedString
Sam Atkins
2023-04-22
config: Stop using DeprecatedString
Sam Atkins
2023-04-22
cksum: Stop using DeprecatedString
Sam Atkins
2023-04-22
chown: Stop using DeprecatedString
Sam Atkins
2023-04-22
asctl: Stop using DeprecatedString
Sam Atkins
2023-04-22
arp: Stop using DeprecatedString
Sam Atkins
2023-04-22
Utilities: Use lround() instead of casting round() to long
Sam Atkins
2023-04-22
cmp: Replace uses of DeprecatedString
Sam Atkins
2023-04-22
cmp: Use Core::File::open_file_or_standard_stream()
Sam Atkins
2023-04-22
Utilities: Replace ctype.h usage with AK/CharacterTypes.h
Sam Atkins
2023-04-21
Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`
Tim Schumacher
[next]