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
Age
Commit message (
Expand
)
Author
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
test-crypto: Silence the "creating bytebuffer..." debug
AnotherTest
2020-11-14
Userland: Add test-gfx-font for Gfx::Font tests
Brendan Coles
2020-11-12
Lagom: Add ntpquery to lagom build
Nico Weber
2020-11-12
Userland: env: Add `-i` / `--ignore-environment` arg to clear env
Brendan Coles
2020-11-12
test-js: Add canParseSource() native function
Linus Groh
2020-11-11
Userland: Add test for file SUID+SGID bits stripped when modified
Brendan Coles
2020-11-11
ls: Only append file type indicators when -F or --classify is specified
Andreas Kling
2020-11-11
ls: Add newline after "ls -d" output
Andreas Kling
2020-11-10
ntpquery: Add a '-a' flag that makes it use adjtime
Nico Weber
2020-11-10
Userland: Add an "adjtime" utility
Nico Weber
2020-11-10
Userland: ls: Add `-d` / `--directory` flag
Brendan Coles
2020-11-10
js: Use new string formatting functions
Linus Groh
2020-11-10
Tests: Add Kernel tests for unveil system call
Brendan Coles
2020-11-10
Userland: ls: Add `-o` and `-B` / `--ignore-backups` flags
Brendan Coles
2020-11-10
Userland: Basic statistics for ping
marprok
2020-11-10
ls: Add -A flag to show dot files excluding implied . and .. directories
Brendan Coles
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-09
ls: print inodes in short output format when -i arg is supplied
Brendan Coles
2020-11-08
seq: Check start, step, end for NaN
Nico Weber
2020-11-08
js: Limit number of consecutive error trace entries being printed
Linus Groh
2020-11-08
su: Refuse to run if stdin is not a TTY
Andreas Kling
2020-11-02
ls: Add colored output for set-gid files
Brendan Coles
2020-10-31
ping: Account for raw sockets now receiving IPv4 headers
Andreas Kling
2020-10-30
LibTLS: (Almost) verify certificate chain against root CA certificates
AnotherTest
2020-10-29
Userland+LibC: Add "kill -l" to show all known signal names/numbers
Andreas Kling
2020-10-29
Userland: Do not put a trailing space after the resulting pids in pidof
AnotherTest
2020-10-29
Userland: Add an implementation of 'expr'
AnotherTest
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
Userland: Make killall accept signal names as well
Andreas Kling
2020-10-29
LibC: Move getsignalbyname() helper from Userland/kill into LibC
Andreas Kling
2020-10-29
Userland: Teach "kill" to understand signal names (not just numbers)
Andreas Kling
2020-10-26
js: Load and save history from/to ~/.js-history
Linus Groh
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
LibC+Tests: Fix broken snprintf test.
asynts
2020-10-25
Userland/sort: Convert sort to use getline
Matthew L. Curry
2020-10-25
Userland/uniq: Add uniq utility
Matthew L. Curry
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-25
Userland: Add missing license header to hexdump
Andreas Kling
2020-10-25
Userland: Add a very simple hexdump program :^)
Andreas Kling
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-23
rm: Exit with status 0 if stat fails and force is set
Wesley Moore
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
Userland: Make `man` provide a `view_width` to `render_for_terminal()'
AnotherTest
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-20
Userland: Run clang-format on tree.cpp
Andreas Kling
2020-10-20
Userland: Use new format functions in some programs
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-19
test-js: Support test262 parser tests
Linus Groh
2020-10-19
test-js: Exit with 1 if any test failed
Linus Groh
[next]