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-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-02
LibCore+id: Make more use of Core::System wrappers in Core::Account
Andreas Kling
2022-01-02
rm: Check before removing '/'
Lucas CHOLLET
2022-01-02
uptime: Port to LibMain :^)
mjz19910
2022-01-01
mkdir: Use FilePermissionsMask to handle mode option
Xavier Defrang
2022-01-01
chmod: Use FilePermissionsMask to handle mode argument
Xavier Defrang
2022-01-01
chown+chgrp: Add --no-dereference option
circl
2022-01-01
fgrep: Port fgrep to LibMain
Kenneth Myhra
2022-01-01
errno: Port to LibMain
Kenneth Myhra
2022-01-01
du: Port to LibMain
Kenneth Myhra
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-30
Utilities/lsusb: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/arp: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/netstat: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/ifconfig: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/notify: Propagate errors in Gfx::Bitmap loading
creator1creeper1
2021-12-30
Utilities/lsirq: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/mount: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/lsof: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-29
less: Handle tabs in line wrapping
Peter Elliott
2021-12-29
Userland: Port less(1) to LibMain
Peter Elliott
2021-12-29
less: Remove all formatting before printing status line
Peter Elliott
2021-12-29
less: Dynamically re-wrap lines on resize
Peter Elliott
2021-12-28
LibCore+chown: Return ErrorOr<Optional<...>> for getgrnam and getpwnam
Kenneth Myhra
2021-12-28
pls: Stop on first non option when parsing arguments
Idan Horowitz
2021-12-27
LibJS+WebContent+Browser+js: Implement console.group() methods
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.trace() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.assert() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.clear() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Bring console.count[Reset]() to spec
Sam Atkins
2021-12-27
LibJS+WebContent+js: Reimplement console.log() and friends to spec
Sam Atkins
2021-12-25
Meta: Remove kernel modules remains
Liav A
2021-12-25
strace: Port to LibMain :^)
Andreas Kling
2021-12-24
pro: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
ini: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
env: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
pwd: Convert to `serenity_main(..)`
Brian Gianforcaro
2021-12-24
Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
Elyse
2021-12-23
strace: Fix out-of-bounds read when formatting realpath()
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-21
chmod+mkdir: Use convert_to_uint_from_octal
Xavier Defrang
2021-12-21
mkdir: Implement --mode option
Xavier Defrang
2021-12-21
mkdir: Use LibMain
Xavier Defrang
2021-12-21
Userland: Add unveil/pledge requisites for dynamic Unicode data loading
Timothy Flynn
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-21
Meta: Add a fuzzer for the QOILoader
Linus Groh
2021-12-21
file: Add description & image details for image/x-qoi
Linus Groh
2021-12-20
touch: Port to LibMain :^)
Andreas Kling
2021-12-20
cp: Print proper error message with strerror
PerikiyoXD
[next]