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-27
headless-browser: Add a --dump-text mode for simplified run & dump tests
Andreas Kling
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
LibTimeZone+Userland: Change timezone functions to use UnixDateTime
kleines Filmröllchen
2023-05-24
Kernel: Use UnixDateTime wherever applicable
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-24
image: Add --no-output flag to omit output writing
Nico Weber
2023-05-24
image: Remove no-longer-needed comment
Nico Weber
2023-05-24
Utilities: Use elapsed_milliseconds() instead of elapsed()
Nico Weber
2023-05-24
Utilities/w: Add `-h` option to optionally hide the header
Tim Ledbetter
2023-05-24
Utilities/w: Add the ability to filter by username
Tim Ledbetter
2023-05-24
Utilities/w: Display the TTY pseudo name in the "TTY" column
Tim Ledbetter
2023-05-24
Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo name
Tim Ledbetter
2023-05-24
Utilities/w: Port to String
Tim Ledbetter
2023-05-24
Utilities/w: Replace LibC function calls with modern equivalents
Tim Ledbetter
2023-05-23
test-fuzz: Add all the missing fuzzers
Tim Schumacher
2023-05-23
test-fuzz: Don't include all fuzzers into the same .cpp file
Tim Schumacher
2023-05-23
du: Continue enumerating directories on error
Tim Ledbetter
2023-05-23
du: Print to stderr rather than stdout when directory can't be read
Tim Ledbetter
2023-05-22
mkfifo: Don't rely on global errno
Karol Kosek
2023-05-21
xml: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
wasm: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
userdel: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
unzip: Prefer File over DeprecatedFile
Ben Wiederhake
2023-05-21
shot: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
run-tests: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
open: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
markdown-check: Prefer LibFileSystem and String over Deprecated*
Ben Wiederhake
2023-05-21
headless-browser: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-21
Meta: Also run markdown-check on markdown files in each Port subdir
Ben Wiederhake
2023-05-21
tail: Count lines correctly when file ends with two or more newlines
Tim Ledbetter
2023-05-21
tail: Don't skip the last line if it doesn't end in a newline
Tim Ledbetter
2023-05-21
tail: Don't read past EOF when reading from a seekable stream
Tim Ledbetter
2023-05-19
aplay: Determine absolute path before raising the veil
Ben Wiederhake
2023-05-19
usermod: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
mv: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
cp: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
install: Prefer FileSystem over DeprecatedFile
Ben Wiederhake
2023-05-18
shuf: Add `-r` option to allow output lines to be repeated
Tim Ledbetter
2023-05-17
Kernel+Userland: Split bind-mounting and re-mounting from mount syscall
Liav A
2023-05-17
Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView
Timothy Flynn
2023-05-17
Browser+Ladybird+LibWebView: Virtualize computing content/widget points
Timothy Flynn
2023-05-17
tar: Wire up compressing .tar files with LZMA
Tim Schumacher
2023-05-17
lsirq: Restore enumeration of interrupt line
Jelle Raaijmakers
2023-05-16
ping: Add -i option to specify the time to wait between packets
Tim Ledbetter
2023-05-16
ping: Add -q option to specify quiet mode
Tim Ledbetter
2023-05-16
ps: Add `-u` option, to list processes associated with specified users
Sam Atkins
2023-05-16
ps: Perform filtering step before the output loop
Sam Atkins
2023-05-16
ps: Add `-p` option, and distinguish it from `-q`
Sam Atkins
2023-05-16
ps: Allow `-q` option multiple times, and separated by spaces or commas
Sam Atkins
2023-05-16
ps: Add the `-a` option, to list all processes associated with terminals
Sam Atkins
[next]