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-08
Utilities/run-tests: Don't use `using enum`
Daniel Bertalan
2021-07-08
LibC+Utilities: Add `gnu::format` attributes
Daniel Bertalan
2021-07-08
Everywhere: Add Clang pragmas
Daniel Bertalan
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-07
WindowServer+wsctl: Add a simple utility for toggling "flash flush"
Andreas Kling
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-07
Userland: Add pledge to less
Ralf Donau
2021-07-07
js: Implement pretty-printing of Temporal.Instant objects
Linus Groh
2021-07-07
Userland: Convert delay option to unsigned for shot
Aziz Berkay Yesilyurt
2021-07-07
Userland: Less: emulate cat when stdout is not a tty
Peter Elliott
2021-07-07
Userland: Add pager option to man and use less by default
Peter Elliott
2021-07-07
Userland: Add more(1) emulation to less(1)
Peter Elliott
2021-07-07
Userland: Add minimal prompt support to less
Peter Elliott
2021-07-07
Userland: Add less, a better terminal pager
Peter Elliott
2021-07-07
test-pthread: Add a mutex test
Sergey Bugaev
2021-07-07
js: Implement pretty-printing of Temporal.TimeZone objects
Linus Groh
2021-07-06
js: Convert to east const
Linus Groh
2021-07-06
test-pthread: Add semaphore tests
Sergey Bugaev
2021-07-06
LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI
Linus Groh
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
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
[next]