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-11-01
Utilities: Clean up CMakeLists.txt
Tim Schumacher
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
ntpquery: Unveil paths after parsing arguments
Timothy Flynn
2022-10-31
LibELF: Drop the separate file name member from DynamicLoader
Tim Schumacher
2022-10-31
LibELF: Ensure that DynamicLoader only receives absolute paths
Tim Schumacher
2022-10-31
nologin: Use proper format strings with out() and outln()
Timothy Flynn
2022-10-31
Utilities: Add nologin application
Beckett Normington
2022-10-27
ntpquery: Fix pledge and unveil invocations
demostanis
2022-10-25
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Liav A
2022-10-25
Utilities: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
sysctl: Use /sys/kernel/variables/ directory instead of /proc/sys
Liav A
2022-10-24
mv: Support the '--no-clobber' option
Eli Youngs
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
wasm: Map the entire input wasm file instead of using Core::File
Ali Mohammad Pur
2022-10-22
Userland: Utilize MS_NOREGULAR mount flag
Liav A
2022-10-22
Utilities: Rename `jp` to `json`
Maxwell Trussell
2022-10-22
Utilities: Add jq-like json query functionality to `jp`
Maxwell Trussell
2022-10-17
route: Accept CIDR notation when specifying network
brapru
2022-10-16
LibJS+js: Disable console debug messages outside Serenity only for `js`
networkException
2022-10-15
headless-browser: Add ca-certs-path options
leeight
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-10-14
uname: Report system revision version aka git commit hash
kleines Filmröllchen
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-13
Utilities: Add pkill
Maxwell Trussell
2022-10-12
checksum: Support the '--check' option
implicitfield
2022-10-12
shot: Add ability to edit in PixelPaint
Jeremy Borgman
2022-10-11
test: Guard code paths that may lead to a null pointer dereference
implicitfield
2022-10-11
pro: Stop closing stdout early
Sam Atkins
2022-10-11
pro: Add argument `--method/-m` for controlling the HTTP method
Sam Atkins
2022-10-11
pro: Print the response code if it's an error
Sam Atkins
2022-10-10
Userland: Remove unecessary uses of __serenity__ macro
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-06
rev: Read from stdin if the filename '-' is given
Thomas Voss
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-10-03
Utilities/logout: Refactor to use Core::SessionManagement::logout
Peter Elliott
2022-10-02
mount: Report error instead of crashing on failure
Lucas CHOLLET
2022-10-02
test: Support more options
implicitfield
2022-10-02
test: Print the correct operator on error
implicitfield
2022-10-01
config: Enable adding and removing groups
thankyouverycool
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-28
less: Show correct line number
demostanis
2022-09-28
less: Properly stop on EOF
demostanis
2022-09-28
pls: Use `LibCore::Account::login()` instead of manually setting the uid
Lucas CHOLLET
2022-09-27
LibCore: Propagate errors from LibCore::Account::login()
Lucas CHOLLET
2022-09-27
su: Add the --login option
Lucas CHOLLET
[next]