summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-07-08LibJS: Implement Intl.PluralRules.prototype.selectTimothy Flynn
2022-07-08LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-08LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralFormTimothy Flynn
2022-07-08LibJS: Mark the NumberFormat parameter of FormatNumericToString as constTimothy Flynn
2022-07-08LibUnicode: Generate a list of available plural categories per localeTimothy Flynn
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-08Kernel/Storage: Do proper locking & reset in the AHCIController codeLiav A
2022-07-08Kernel/Storage: Move Identify page allocation to the AHCIPort classLiav A
2022-07-08Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandlerLiav A
2022-07-08Kernel/Storage: Simplify AHCIPortHandler classLiav A
2022-07-08Kernel/Storage: Remove 3 stale methods in AHCIPortHandler classLiav A
2022-07-08Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header filesLiav A
2022-07-08Kernel: Clean up the AHCI code a bitLiav A
2022-07-07Meta: Don't overwrite newer files when building the root filesystemTim Schumacher
2022-07-07Ports: Don't create ccache symlinks for tools we don't haveTim Schumacher
2022-07-07WebSocket: Change target name to deconflict with LibWebSocket on LagomAndrew Kaster
2022-07-07Ports: Update OpenSSL to 1.1.1qLuke Wilde
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-07-06LibWeb: Cache a pointer to the IFC root in InlineLevelIteratorAndreas Kling