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-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
2022-07-08
LibJS: Implement Intl.PluralRules.prototype.select
Timothy Flynn
2022-07-08
LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptions
Timothy Flynn
2022-07-08
LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralForm
Timothy Flynn
2022-07-08
LibJS: Mark the NumberFormat parameter of FormatNumericToString as const
Timothy Flynn
2022-07-08
LibUnicode: Generate a list of available plural categories per locale
Timothy Flynn
2022-07-08
LibUnicode: Parse and generate per-locale plural rules from the CLDR
Timothy Flynn
2022-07-08
Kernel/Storage: Do proper locking & reset in the AHCIController code
Liav A
2022-07-08
Kernel/Storage: Move Identify page allocation to the AHCIPort class
Liav A
2022-07-08
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
Liav A
2022-07-08
Kernel/Storage: Simplify AHCIPortHandler class
Liav A
2022-07-08
Kernel/Storage: Remove 3 stale methods in AHCIPortHandler class
Liav A
2022-07-08
Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header files
Liav A
2022-07-08
Kernel: Clean up the AHCI code a bit
Liav A
2022-07-07
Meta: Don't overwrite newer files when building the root filesystem
Tim Schumacher
2022-07-07
Ports: Don't create ccache symlinks for tools we don't have
Tim Schumacher
2022-07-07
WebSocket: Change target name to deconflict with LibWebSocket on Lagom
Andrew Kaster
2022-07-07
Ports: Update OpenSSL to 1.1.1q
Luke Wilde
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-07-06
LibWeb: Cache a pointer to the IFC root in InlineLevelIterator
Andreas Kling
[next]