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-10
Userland: Fix incorrect iflag/oflag printing in `stty`
Daniel Bertalan
2021-06-10
LibJS: Show the VM's last value after executing bytecode programs
Gunnar Beutner
2021-06-10
LibJS: Don't generate bytecode after we've encountered a parser error
Gunnar Beutner
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
wasm: Add a help command to the shell mode and start it on --shell
Ali Mohammad Pur
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-09
Utilities: Do not allow creating users with existing usernames
brapru
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
gron: Handle invalid input gracefully
Sam Atkins
2021-06-08
gron: Make gron read from stdin if no file is provided
Sam Atkins
2021-06-08
Utilities: Make `xargs` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Utilities: Make `watch` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
Utilities: Make `strace` stop parsing options on first non-option
Jelle Raaijmakers
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
[next]