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
Age
Commit message (
Expand
)
Author
2020-12-24
DynamicLoader: Call libc's exit when exitting, to flush standard streams
Sahan Fernando
2020-12-24
Userland: Make grep exit after hitting EOF on stdin
Sahan Fernando
2020-12-24
Userland: Add strace parameter for output log file
Sahan Fernando
2020-12-24
Userland: Add pmap utility
Brendan Coles
2020-12-24
open: Mention full URL in 'Failed to open' error message
Linus Groh
2020-12-24
open: Handle file:// URLs properly
Linus Groh
2020-12-24
open: Remove extraneous newline from error output
Linus Groh
2020-12-23
cp: Don't copy the set-uid or set-gid bits
Andreas Kling
2020-12-22
LibCore: Rename identifiers that can clash with libc macros (#4127)
Érico Nogueira Rolim
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
Userland: userdel: Resolve home directory realpath before removal
Brendan Coles
2020-12-21
Userland: useradd: Add command line option to set user password
Brendan Coles
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
LibTLS+Userland: Remove all uses of ByteBuffer::slice_view()
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()
Andreas Kling
2020-12-19
LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!
Andreas Kling
2020-12-19
LibTLS: Even more ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: More ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-17
LibC: stdlib: Add clearenv() function
Brendan Coles
2020-12-16
ln: Make the 'path' argument optional
Andreas Kling
2020-12-16
Userland: Add beep utility
Brendan Coles
2020-12-14
Loader: Don't re-load self-dependant libraries
Itamar
2020-12-14
UserspaceEmulator: Support dynamically loaded programs
Itamar
2020-12-14
Loader: Take main program name from auxiliary vector
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-14
jp: Remove trailing comma at end of object/array to make output valid JSON
Linus Groh
2020-12-14
jp: Only output colors when stdout is a TTY
Linus Groh
2020-12-14
jp: Use new format functions
Linus Groh
2020-12-13
LibWeb: Make HTMLDocumentParser take an existing document
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-12
LibPthread: Return errors as positive return values
Tom
2020-12-09
Userland: Fix overly-eager loop detection in cp (#4368)
Sahan Fernando
2020-12-09
Userland: Fix segfault in sort
Sahan Fernando
2020-12-06
Userland: Fix typo in 'pro' help
Ben Wiederhake
2020-12-06
Userland: Write some '--help' descriptions where appropriate
Ben Wiederhake
2020-12-05
js: Improve pretty-printing of various objects
Linus Groh
2020-12-03
test-js: Use new format functions
Linus Groh
2020-12-03
test-js: Set test root correctly when specified as positional arg
Linus Groh
2020-12-02
Applications+Userland: Switch to new Audio::Loader API
Julian Offenhäuser
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-29
Userland: Implement -I/-a (binary-mode) and -i (insensitive) for grep
AnotherTest
2020-11-29
LibCore: Do not try to null-terminate a ByteBuffer in read_line()
AnotherTest
2020-11-29
Tests/Kernel: Remove redundant `if` (#4111)
Lenny Maiorani
2020-11-29
Userland: Make `mv` capable of moving multiple files
AnotherTest
2020-11-28
Userland: Implement find -name clause
Sergey Bugaev
2020-11-28
Tests: Add Kernel tests for unveil system call browse 'b' flag
Brendan Coles
2020-11-27
LibJS+js: Rename RegExp.{content => pattern}
AnotherTest
[prev]
[next]