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-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
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-20
strace: Pledge `rpath` for searching binaries
Tim Schumacher
2022-08-16
Utilities/file: Handle all supported audio MIME types
kleines Filmröllchen
2022-08-14
Base: Launch AudioServer at session start-up
Lucas CHOLLET
2022-08-14
Utilities/lsblk: Remove Interface Type column
Liav A
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-08-02
wallpaper: Add pledge promises
networkException
2022-08-02
Utilities+Base: Rename `pape` utility to `wallpaper`
networkException
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-07-28
Utilities/lsusb: Allow the utility to work without existing USB IDs file
Liav A
2022-07-27
grep: Fix out of bounds StringView indexing
MacDue
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-27
less: Fix out of bounds StringView indexing
MacDue
2022-07-25
chown: Implement recursion
Tim Schumacher
2022-07-25
chown: Add support for multiple file paths
Tim Schumacher
2022-07-25
ln: Implement correct handling of directories as link targets
Tim Schumacher
2022-07-25
ln: Rework to use LibCore syscall wrappers
Tim Schumacher
2022-07-25
chmod: Implement the `--recursive` flag
Tim Schumacher
2022-07-25
chmod: Port to ArgsParser
Tim Schumacher
2022-07-24
du: Consolidate all "do not print" conditions
Tim Schumacher
2022-07-24
du: Only use unmodified file sizes internally
Tim Schumacher
2022-07-24
du: Use 64-bit integers when handling file sizes or related values
Tim Schumacher
2022-07-24
du: Fix a typo in the `--exclude-from` option
Tim Schumacher
2022-07-24
du: Don't stop descending even if the maximum depth is reached
Tim Schumacher
2022-07-21
Utilities+LibELF: Temporary promises for dynamic linker in "pledge"
Itamar
2022-07-21
du: Implement the 1k block size short option
Tim Schumacher
2022-07-21
du: Invert apparent-size behaviour
Tim Schumacher
2022-07-21
du: Implement custom block sizes
Tim Schumacher
2022-07-21
du: Replace home-grown block-based size calculation with `ceil_div`
Tim Schumacher
2022-07-20
js: Don't pass error strings as the format argument to outln()
Ali Mohammad Pur
[next]