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
2021-06-08
Userland: Let `env` parse options up to first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-07
js: Exit the program after dumping and/or running bytecode
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-06
Utilities: Add support for testing null deferencing a RefPtr
Gunnar Beutner
2021-06-06
Userland: Fix matroska utility displaying invalid track data
FalseHonesty
2021-06-06
Userland: Add matroska program to test parsing Matroska container files
FalseHonesty
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-05
ifconfig: Use shorter argument names
Maciej Zygmanowski
2021-06-05
LibWasm: Move Wasm::BytecodeInterpreter into its own header
Sahan Fernando
2021-06-05
rm: Allow empty paths if -f is specified
Tim Schumacher
2021-06-04
hostname: Handle 'sethostname' errors
Maciej Zygmanowski
2021-06-04
LibWasm+wasm: Switch to east-const to comply with project style
Ali Mohammad Pur
2021-06-04
Userland/wasm: Replace manual noop export with an automatic one
Ali Mohammad Pur
2021-06-04
LibWasm: Load and instantiate tables
Ali Mohammad Pur
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-06-03
Utilities: Make sure columns for ps are properly aligned
Gunnar Beutner
2021-06-03
AK: Remove unused JsonValue <=> IPv4Address conversion code
Gunnar Beutner
2021-06-02
Utilities: Add support for relative paths in open command
Filip Kania
2021-06-02
wasm: Add a way to create dummy function exports
Ali Mohammad Pur
2021-06-02
LibWasm: Implement reference instructions (ref.{null,func,is_null})
Ali Mohammad Pur
2021-06-02
Utilities: Report correct memory addresses for pmap
Gunnar Beutner
2021-06-01
md: Improve document parsing error message
Linus Groh
2021-06-01
Userland: Return 1 when help text is shown for insufficient args
Linus Groh
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-06-01
basename: Tidy up a little more
Andreas Kling
2021-06-01
basename: Support suffix stripping
Andreas Kling
2021-05-31
lsof: Replace copy with reference in a for loop
Linus Groh
2021-05-31
cal: Remove unused variable declarations
Linus Groh
2021-05-31
Userland: Remove a bunch of unused includes
Linus Groh
2021-05-31
Userland: Avoid a bunch of JsonObject copies
Linus Groh
2021-05-30
pls: Fix typo in TERM environment variable propagation
Andreas Kling
2021-05-30
pls: Drastically simplify this program
Andreas Kling
2021-05-30
Utilities: Implement ArmedScopeGuard in userdel to unlink temp files
brapru
2021-05-30
Utilities: Update userdel to use /etc/shadow
brapru
2021-05-30
Utilities: Update useradd to use /etc/shadow
brapru
2021-05-30
Utilities: Change default shell of useradd to /bin/sh
brapru
2021-05-30
which: Replace printf() with outln()/warnln()
Linus Groh
2021-05-30
userdel: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-30
ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln()
Linus Groh
2021-05-30
pls: Unveil search paths with browse permissions
Brendan Coles
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-29
Userland: Check sudoers file perms and owner in pls
Jesse Buhagiar
2021-05-29
Userland: Implement `pls`, a sudo clone
Jesse Buhagiar
2021-05-27
Userland: Treat inet_pton returning 0 as an error
Tim Schumacher
2021-05-27
Utilites: Make dd truncate output file
Marcus Nilsson
2021-05-27
LibWasm: Let the interpreter itself manage the call frame
Ali Mohammad Pur
2021-05-27
LibWasm: Make Interpreter a virtual interface
Ali Mohammad Pur
2021-05-27
LibWasm: Make Frame a value type as well
Ali Mohammad Pur
[next]