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
2021-01-31
Userland: Rename PCI slot to PCI device terminology
Jean-Baptiste Boric
2021-01-30
pro: Use a rolling average for the download rate calculation
AnotherTest
2021-01-29
ls: Lazily align the number of hard links in ls output :^)
Andreas Kling
2021-01-29
pmap: Trim "VMObject" suffix from VMObject types to save space
Andreas Kling
2021-01-29
pmap: Add shared flag to access column and align-right numeric columns
Brendan Coles
2021-01-29
js: Handle exceptions thrown during value printing
Andreas Kling
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-26
lspci: Add numerical display
Jean-Baptiste Boric
2021-01-25
crash: Add option for failing assertion
Linus Groh
2021-01-25
crash: Add option for pledge() violation
Linus Groh
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Userland: Implement grep -v (invert-match)
Andrew Kaster
2021-01-25
Userland: Use getline instead of Core::File::standard_input in grep
Andrew Kaster
2021-01-24
pmap: Sort memory regions in output
Andreas Kling
2021-01-23
sleep: Support fractional sleep lengths
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
su: Drop "id" pledge after switching user
Andreas Kling
2021-01-22
passwd: Drop "rpath" pledge after opening files
Andreas Kling
2021-01-22
Kernel+Userland: Remove "dns" pledge promise alias
Andreas Kling
2021-01-22
Build: Replace explicit use of mv(1) in CMake file with file(RENAME).
Emanuele Torre
2021-01-22
passwd: Remove duplicate 'wpath' pledge
Doctor5555
2021-01-21
LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Andreas Kling
2021-01-21
passwd+LibCore: Make passwd replace /etc files atomically
Andreas Kling
2021-01-20
Userland: Implement shuf for basic shuffling
Ben Wiederhake
2021-01-20
Userland: Fix broken newlines in 'sort'
Ben Wiederhake
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
Utilities: Add "chres", a way to change the screen resolution from the comman...
Nico Weber
2021-01-15
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Brendan Coles
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling