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-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
2020-11-27
Userland: Add support for 'match' in 'expr'
AnotherTest
2020-11-27
Userland: Add grep utility
Emanuel Sprung
2020-11-26
LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()
Andreas Kling
2020-11-26
test-js: Don't keep a pointer to a temporary String's characters
Andreas Kling
2020-11-24
Userland: Add a test for pthread_once()
Sergey Bugaev
2020-11-22
base64: Fix not outputting all decoded data
BenJilks
2020-11-20
test-crypto: Remove foo.response file created by testing (#4110)
Lenny Maiorani
2020-11-17
Userland: Add -v verbose flag to 'rm'
Spencer Dixon
2020-11-17
Userland: Add -v verbose flag to 'mv'
Spencer Dixon
2020-11-17
Userland: Add -v verbose flag to 'cp'
Spencer Dixon
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-15
Userland: Tests: Use mkstemp temporary files in tests
Brendan Coles
2020-11-14
Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chroot
Brendan Coles
[next]