summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-09LibGfx: Paint whitespace characters (including  ) as empty spaceAndreas Kling
2022-07-09AK: Make VERIFY() work in MinSizeRel buildsAndreas Kling
2022-07-09LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classesLucas CHOLLET
2022-07-09Kernel/Routing: Hide some leftover debugging under a debug flagMaciej
2022-07-09FileManager: Change PGID of spawned processesLucas CHOLLET
2022-07-09AK: Add equality operators to compare RefPtr to NonNullRefPtrAllan Regush
2022-07-09AK: Add comparison operators to NonnullRefPtrAllan Regush
2022-07-09LibWeb: Base marker size on font height rather than line heightMacDue
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-09NetworkServer: Kill running DHCPServer before starting our ownMaciej
2022-07-09NetworkServer: Clear default gateway route entry before addingMaciej
2022-07-09route: Support removing entries with unknown gatewayMaciej
2022-07-09Kernel/Net: Support removing route entries with unknown gatewayMaciej
2022-07-09AK: Add IPv4Address::netmask_from_cidrMaciej
2022-07-09LibRegex: Fix lookup table-based range checks in CompareAli Mohammad Pur
2022-07-09Base: Add -ftrivial-auto-var-init to man7/Mitigations.mdBrian Gianforcaro
2022-07-08Ports: Add a QEMU portTim Schumacher
2022-07-08Ports: Add a port for `pixman`Tim Schumacher
2022-07-08LibC: Move stack canary initialization before the global constructorsTim Schumacher
2022-07-08Kernel: Implement `sigsuspend` using a SignalBlockerTim Schumacher
2022-07-08Kernel: Unblock SignalBlocker if a signal was just unmarked as pendingTim Schumacher
2022-07-08Kernel: Don't let locks of the same owner conflict with each otherTim Schumacher
2022-07-08Kernel: Don't fail on unlocking nonexistent file locksTim Schumacher
2022-07-08Kernel: Do not disable userland access to the RDTSC instructionTim Schumacher
2022-07-08Tests: Remove the RDTSC kernel crash testTim Schumacher
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-07-08LibM: Implement fmaTim Schumacher
2022-07-08LibC: Add stubs for glob and globfreeTim Schumacher
2022-07-08LibUnicode: Remove now-unused Unicode::select_pattern_with_pluralityTimothy Flynn
2022-07-08LibJS: Use Intl.PluralRules within Intl.NumberFormatTimothy Flynn
2022-07-08LibJS: Add an overload of ResolvePlural for use without PluralRulesTimothy Flynn
2022-07-08LibJS: Use Intl.PluralRules within Intl.DurationFormatTimothy Flynn
2022-07-08LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategoryTimothy Flynn
2022-07-08LibJS+LibUnicode: Do not generate the PluralCategory enumTimothy Flynn
2022-07-08LibGUI: Unindent selected text on shift+tab presshuttongrabiel
2022-07-08LibGUI: Indent selected text on tab presshuttongrabiel
2022-07-08mount: Allow extending `fstab` via drop-in files in `fstab.d`Tim Schumacher
2022-07-08mount: Separate mounting by line into a new functionTim Schumacher
2022-07-08LibGUI: Support typing to search for ComboBoxzzLinus
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-07-08HackStudio: Add the "Copy Full Path" TreeView context menu optionYuval
2022-07-08HackStudio: Add the "Copy Relative Path" TreeView context menu optionYuval
2022-07-08Meta: Don't disable custom Toolchain on SerenityOSTim Schumacher
2022-07-08Meta: Provide the correct path for `e2fsck` on SerenityOSTim Schumacher
2022-07-08Meta: Use `pls` instead of `sudo` on SerenityOSTim Schumacher
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-08Ports: Add QOI converter and QOI benchmark utilityLiav A
2022-07-08Ports: Add stb header filesLiav A
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn