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-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-18
Userland: Add `lsusb` :^)
Jesse Buhagiar
2021-06-17
passwd: Do not allow empty passwords
brapru
2021-06-17
passwd: Provide more verbose output regarding status of changed passwd
brapru
2021-06-17
passwd: Retype password to confirm
brapru
2021-06-17
passwd: Prompt for the current password before setting new password
brapru
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-17
js: Add print_number method and use it to print out TypedArray values
Luke
2021-06-17
Userland: Allow multiple files to be run by js
sin-ack
2021-06-15
Userland: Teach the file utility that empty files also exist
Valtteri Koskivuori
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-14
Userland: Fix double line spacing in grep
Sahan Fernando
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
Utilites: Implement `unzip -q`
Jelle Raaijmakers
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
Utilities/du: Add -h option
Marcus Nilsson
2021-06-11
Utilities: Add a simple utility to test the IMAP library
x-yl
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
[next]