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-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-17
LibWeb: Add more document tests, add comment, text and mixin tests
Luke
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
disasm: Use make<X86::ELFSymbolProvider> instead of naked new
Andreas Kling
2020-08-17
Userland: Explicitly ignore number of types read, found by Coverity
Brian Gianforcaro
2020-08-17
Userland: Provide a misbehaving application
Ben Wiederhake
2020-08-16
disasm: For ELF inputs, pass an ELFSymbolProvider to disassembler
Nico Weber
2020-08-16
LibCrypto: Fix random number generation
Ben Wiederhake
2020-08-16
LibCrypto: Demonstrate that primality and random numbers are broken
Ben Wiederhake
2020-08-16
Userland/tt: Switch to MiB
Nico Weber
2020-08-16
Userland/allocate: Switch to KiB/MiB
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.
asynts
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-08-14
ifconfig: Fix capitalization of "kiB"
Nico Weber
2020-08-14
disasm: Print correct offset-relative jumps in ELF file disassembly
Nico Weber
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Userland: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-12
Userland: Make 'tt t' spawn a thread and stand still
Ben Wiederhake
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
mv: Accept (but ignore) -f
Andreas Kling
2020-08-11
rm: Implement a basic -f mode
Andreas Kling
2020-08-10
Userland: Add a simple dirname(1) utility
Andreas Kling
2020-08-10
Kernel: Demonstrate kill's pid/tid confusion bug
Ben Wiederhake
2020-08-10
Kernel: Demonstrate setpgid confusion bug
Ben Wiederhake
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-08-09
disasm: For ELF files, disassemble .text section
Nico Weber
2020-08-08
open: Resolve the realpath before passing it to URL()
AnotherTest
2020-08-06
Userland: Use Core::ArgsParser for 'aplay'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'avol'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'basename'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'chgrp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'disasm'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'hostname'
Linus Groh
2020-08-06
Userland: Handle invalid JSON in 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'md'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modunload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'ping'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'pro'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'purge'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'realpath'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'rmdir'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'su'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'tr'
Linus Groh
[next]