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-10-09
Utilities: Add way to get a storage devices block size in blockdev
David Isaksson
2021-10-09
Utilities: Add blockdev utility
David Isaksson
2021-10-08
Utilities: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-07
Strace: Add formatting for misc syscalls
Rodrigo Tobar
2021-10-07
Strace: Add formatting for main memory-related syscalls
Rodrigo Tobar
2021-10-07
Strace: Add formatting for main socket syscalls
Rodrigo Tobar
2021-10-07
Strace: Add main infrastructure and formatting of main I/O operations
Rodrigo Tobar
2021-10-07
Strace: Move output formatting to separate function
Rodrigo Tobar
2021-10-05
js: Fix pretty-printing of RegExp objects
Linus Groh
2021-10-05
SQL Utility: Implement reading sql files
Jan de Visser
2021-10-05
SQL Utility: Redesigned the input loop
Jan de Visser
2021-10-05
SQL Utility: Implement connection switching
Jan de Visser
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-10-04
sql: Account for the single quotes in syntax highlighting
Mahmoud Mandour
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
js: Allow for completion of lexically declared variables
davidot
2021-10-03
js: Fix that auto completion of properties failed
davidot
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-10-01
Userland: Fix typos
Nico Weber
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-26
LibELF+readelf: Remove duplicated dtag->string map
Rodrigo Tobar
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
diff: Only color output when stdout is a tty
Mustafa Quraish
2021-09-24
diff: Show start/end of line ranges in source/target files
Mustafa Quraish
2021-09-21
checksum: Stop reusing the same Core::File for multiple files
Idan Horowitz
2021-09-19
Utilities: Fix asctl volume units
David Isaksson
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-17
Utilities: Add a basic `diff` utility
Mustafa Quraish
2021-09-16
crash: Run automatically during CI
Ben Wiederhake
2021-09-16
crash: Check whether the msyscall mitigation actually works
Ben Wiederhake
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
2021-09-12
Utilities: Use ElapsedTimer::start_new in allocate
Brian Gianforcaro
2021-09-12
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
Brian Gianforcaro
2021-09-12
LibCore: Make Account::authenticate take a SecretString
Brian Gianforcaro
2021-09-12
LibCore: Make get_password return SecretString instead of String
Brian Gianforcaro
2021-09-12
Utilities: Fix incorrect error handling in traceroute
Brian Gianforcaro
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies
Andreas Kling
2021-09-11
Everywhere: Fix format-vulnerabilities
Ben Wiederhake
2021-09-11
Utilities: Show dynamic ELF info with "show all" option
Rodrigo Tobar
2021-09-11
wasm: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
nproc: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-09-11
js: Implement pretty-printing of Intl.NumberFormat
Timothy Flynn
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
js: Implement pretty-printing of Intl.ListFormat
Timothy Flynn
[next]