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-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
js: Handle detached ArrayBuffer in print_typed_array()
Linus Groh
2021-07-04
Userland: Add pgrep
Aziz Berkay Yesilyurt
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
LibWasm: Give traps a reason and display it when needed
Ali Mohammad Pur
2021-06-30
Utilities: Fix Build on x86_64
Hendiadyoin1
2021-06-30
run-tests: Update for LexicalPath API changes
Andreas Kling
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
LibVideo: Migrate to east-const style & apply other minor fixes
FalseHonesty
2021-06-30
Userland: Unlink file after waiting for child in run-tests
Andrew Kaster
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-28
Utilities/top: Remove unused header includes
Marcus Nilsson
2021-06-28
Utilities/top: Add sort-by and delay-time options
Marcus Nilsson
2021-06-27
LibJS: Rename ScriptFunction => OrdinaryFunctionObject
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-24
Utilities: Validate user with Core::Account in userdel
brapru
2021-06-24
LibSQL: Make lexer and parser more standard SQL compliant
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-21
cp: Copy sources into destination if it is already a directory
Sam Atkins
2021-06-20
js: Insert newline after each line in REPL mode
yeeter-the-dog
2021-06-20
WindowServer: Enable screen capture to span multiple screens
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-19
LibSymbolication+Utilities: Show inlined functions for bt
Gunnar Beutner
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
[next]