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-14
js: Implement pretty-printing of ShadowRealm
Linus Groh
2021-10-13
arp: Preserve error if only the first ioctl fails
Ben Wiederhake
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-12
strace: Add command line options to filter syscalls
Rodrigo Tobar
2021-10-12
strace: Show sun_path on AF_UNIX socket addresses
Rodrigo Tobar
2021-10-12
strace: Add support for get{u,eu,g,eg,p,pp}id syscalls
Rodrigo Tobar
2021-10-12
strace: Add formatting for clock_gettime
Rodrigo Tobar
2021-10-12
strace: Add initial ioctl formatting
Rodrigo Tobar
2021-10-10
Manpages+markdown-checker: Permit only specific missing files
Ben Wiederhake
2021-10-10
markdown-checker: New tool that checks document links
Ben Wiederhake
2021-10-10
Utilities: Fix null deref in `groupdel` when given a nonexistent group
Brian Gianforcaro
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
[next]