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-29
Userland: Add readelf utility
Brendan Coles
2020-12-28
AK/Userland: Use AK/Endian.h for portable byte swapping in ntpquery
Andrew Kaster
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
paste: Don't read past clipboard data buffer size
Linus Groh
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
Loader: Support loading non-position independent executables
Itamar
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
[next]