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
2022-07-09
LibGfx: Paint whitespace characters (including ) as empty space
Andreas Kling
2022-07-09
AK: Make VERIFY() work in MinSizeRel builds
Andreas Kling
2022-07-09
LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes
Lucas CHOLLET
2022-07-09
Kernel/Routing: Hide some leftover debugging under a debug flag
Maciej
2022-07-09
FileManager: Change PGID of spawned processes
Lucas CHOLLET
2022-07-09
AK: Add equality operators to compare RefPtr to NonNullRefPtr
Allan Regush
2022-07-09
AK: Add comparison operators to NonnullRefPtr
Allan Regush
2022-07-09
LibWeb: Base marker size on font height rather than line height
MacDue
2022-07-09
LibCore+Userland: Use StringViews when calling Core::System::open
kleines Filmröllchen
2022-07-09
Applications: Add a new NetworkSettings application
Maciej
2022-07-09
NetworkServer: Kill running DHCPServer before starting our own
Maciej
2022-07-09
NetworkServer: Clear default gateway route entry before adding
Maciej
2022-07-09
route: Support removing entries with unknown gateway
Maciej
2022-07-09
Kernel/Net: Support removing route entries with unknown gateway
Maciej
2022-07-09
AK: Add IPv4Address::netmask_from_cidr
Maciej
2022-07-09
LibRegex: Fix lookup table-based range checks in Compare
Ali Mohammad Pur
2022-07-09
Base: Add -ftrivial-auto-var-init to man7/Mitigations.md
Brian Gianforcaro
2022-07-08
Ports: Add a QEMU port
Tim Schumacher
2022-07-08
Ports: Add a port for `pixman`
Tim Schumacher
2022-07-08
LibC: Move stack canary initialization before the global constructors
Tim Schumacher
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-07-08
Kernel: Unblock SignalBlocker if a signal was just unmarked as pending
Tim Schumacher
2022-07-08
Kernel: Don't let locks of the same owner conflict with each other
Tim Schumacher
2022-07-08
Kernel: Don't fail on unlocking nonexistent file locks
Tim Schumacher
2022-07-08
Kernel: Do not disable userland access to the RDTSC instruction
Tim Schumacher
2022-07-08
Tests: Remove the RDTSC kernel crash test
Tim Schumacher
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-07-08
LibM: Implement fma
Tim Schumacher
2022-07-08
LibC: Add stubs for glob and globfree
Tim Schumacher
2022-07-08
LibUnicode: Remove now-unused Unicode::select_pattern_with_plurality
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.NumberFormat
Timothy Flynn
2022-07-08
LibJS: Add an overload of ResolvePlural for use without PluralRules
Timothy Flynn
2022-07-08
LibJS: Use Intl.PluralRules within Intl.DurationFormat
Timothy Flynn
2022-07-08
LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategory
Timothy Flynn
2022-07-08
LibJS+LibUnicode: Do not generate the PluralCategory enum
Timothy Flynn
2022-07-08
LibGUI: Unindent selected text on shift+tab press
huttongrabiel
2022-07-08
LibGUI: Indent selected text on tab press
huttongrabiel
2022-07-08
mount: Allow extending `fstab` via drop-in files in `fstab.d`
Tim Schumacher
2022-07-08
mount: Separate mounting by line into a new function
Tim Schumacher
2022-07-08
LibGUI: Support typing to search for ComboBox
zzLinus
2022-07-08
LibWeb: Add URLSearchParams as part of union type for XHR::send()
Kenneth Myhra
2022-07-08
HackStudio: Add the "Copy Full Path" TreeView context menu option
Yuval
2022-07-08
HackStudio: Add the "Copy Relative Path" TreeView context menu option
Yuval
2022-07-08
Meta: Don't disable custom Toolchain on SerenityOS
Tim Schumacher
2022-07-08
Meta: Provide the correct path for `e2fsck` on SerenityOS
Tim Schumacher
2022-07-08
Meta: Use `pls` instead of `sudo` on SerenityOS
Tim Schumacher
2022-07-08
Userland: Add `/usr/local/sbin` to `PATH` by default
Tim Schumacher
2022-07-08
Ports: Add QOI converter and QOI benchmark utility
Liav A
2022-07-08
Ports: Add stb header files
Liav A
2022-07-08
LibJS: Use Intl.PluralRules within Intl.RelativeFormat
Timothy Flynn
[next]