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-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
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-09-27
Meta: Update my email-address
Thomas Voss
2022-09-21
headless-browser: Install EventLoop and Font plugins so it doesn't crash
Sam Atkins
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-09-09
uniq: Improve POSIX compliance
demostanis
2022-09-09
Meta: Update jakt build support for fully bootstrapped compiler
Andrew Kaster
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-09-04
Utilities/lsusb: Fix uninitialized variable error
Jesse Buhagiar
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
[next]