index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-10
LibVT: Don't assert if ioctl(TIOCSWINSZ) fails
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-10
LibLine: It's okay to be interrupted while reading the DSR response
AnotherTest
2021-01-10
Shell: Fix completing barewords with escapes
AnotherTest
2021-01-10
LibLine: Don't clear the displayed buffer when interrupted
AnotherTest
2021-01-10
LibLine: Unregister signal handlers on destruction
AnotherTest
2021-01-09
passwd: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
su: Drop "tty" pledge promise after getting password from user
Andreas Kling
2021-01-09
passwd+su: Convert fprintf(stderr, ...) to warnln()
Andreas Kling
2021-01-09
Ext2FS: Zero out new space when growing an inode
Andreas Kling
2021-01-09
Ext2FS: Convert dbg() to dbgln()
Andreas Kling
2021-01-09
LibCore: Harden signal handling code to be called in global destrcutors
Tom
2021-01-09
AK: Add static Singleton::get function to allow destructible globals
Tom
2021-01-09
LibCore: Allow adding/removing signal handlers while handling signals
Tom
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
LibGUI: Add formatter for Widget.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
LibC: Add explicit_bzero()
Andreas Kling
2021-01-09
AK: Add release_value() and release_error() to AK::Result
Andreas Kling
2021-01-09
LibC: Move bzero() and bcopy() per Dr. POSIX
Andreas Kling
2021-01-09
su+passwd: Don't copy Core::Account unnecessarily
Andreas Kling
2021-01-09
su: Use pledge() :^)
Andreas Kling
2021-01-09
passwd: Drop privileges after opening files for writing
Andreas Kling
2021-01-09
LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)
Andreas Kling
2021-01-09
Meta: Unify build-and-test jobs using a matrix build
Andrew Kaster
2021-01-09
Meta: Use /usr/bin/env for python3 in newline checker script
Andrew Kaster
2021-01-09
Meta: Add flake8 to lint python files
Andrew Kaster
2021-01-09
LibJS: Add tests for bitwise NOT operator
Linus Groh
2021-01-09
LibJS: Make bitwise NOT work correctly with NaN and Infinity
Linus Groh
2021-01-09
LibJS: Use INVALID some more in abstract operations
Linus Groh
2021-01-09
Kernel: Defer switching the paging scope in ptrace(PT_POKE) a little
Andreas Kling
2021-01-09
LibWeb: No need to report that we encountered <svg> or <math>
Andreas Kling
2021-01-09
LibWeb: Coalesce layouts that happen in response to style changes
Andreas Kling
2021-01-09
LibDebug: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-09
WindowServer: Don't enter invalid state when using resize corner.
Mart G
2021-01-09
Chess: Fix button size in the piece promotion dialog
Andreas Kling
2021-01-09
LibWeb: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-09
Kernel: Don't put gratuitous cursing in kernel log
Andreas Kling
2021-01-09
LibVT+Terminal: Resize terminal when font changes
Andreas Kling
2021-01-09
Everywhere: Colour => Color
Andreas Kling
2021-01-09
SpaceAnalyzer: use "Proper Noun" name style
TheMorc
2021-01-09
Kernel/USB: Implement test transfer
Jesse Buhagiar
2021-01-09
Kernel/USB: Simplify schedule
Jesse Buhagiar
2021-01-09
Kernel/USB: Ignore shared IRQs
Jesse Buhagiar
[next]