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-07-13
Kernel: Remove some friendships and make some classes non-copy/moveable
Andreas Kling
2021-07-13
Kernel: Remove some unnecessary includes in VM/Physical*
Andreas Kling
2021-07-13
Kernel: Print a summary of physical zones during boot
Andreas Kling
2021-07-13
Kernel: Fix bogus address calculation in initialize_physical_pages()
Andreas Kling
2021-07-13
Kernel: Only loop through usable zones when allocating >1 physical page
Andreas Kling
2021-07-13
Kernel: Avoid O(n) loop over zones when allocating from PhysicalRegion
Andreas Kling
2021-07-13
Kernel: Make PhysicalRegion eternally allocated
Andreas Kling
2021-07-13
Kernel: Remove PhysicalRegion::finalize_capacity()
Andreas Kling
2021-07-13
Kernel: Simplify the way PhysicalRegions are constructed
Andreas Kling
2021-07-13
Kernel: Make PhysicalZone an eternally allocated object
Andreas Kling
2021-07-13
Kernel: Remove unused used/free pages API's from PhysicalRegion
Andreas Kling
2021-07-13
Kernel: Remove API for requesting physical allocation alignment
Andreas Kling
2021-07-13
Kernel: Implement zone-based buddy allocator for physical memory
Andreas Kling
2021-07-13
AK: Make Bitmap::set() non-const
Andreas Kling
2021-07-13
LibGUI: Don't clear textbox on save mode in FilePicker
Karol Kosek
2021-07-13
CI: Disallow spaces just before the separating colon in commit titles
Idan Horowitz
2021-07-13
LibJS: Add missing has_constructor override to Generator Functions
Idan Horowitz
2021-07-13
LibWeb: Add extracting character encoding from a meta content attribute
Luke
2021-07-13
Kernel: Kill user mode threads that are marked to die
Tom
2021-07-13
Revert "Kernel: Make sure threads which don't do any syscalls are t..."
Tom
2021-07-13
LibC: Use C-style void cast in assert()
Linus Groh
2021-07-13
FileManager: Add Rename action to context and application menu
Karol Kosek
2021-07-13
LibGUI: Add Rename action
Karol Kosek
2021-07-13
LibAudio: Use new Vector formatter
kleines Filmröllchen
2021-07-13
AK: Add Formatter for Vector
kleines Filmröllchen
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
HashMap: Rename finders with a more accurate and self-descripting name
ngc6302h
2021-07-13
HashTable: Rename finders with a more accurate and self-descripting name
ngc6302h
2021-07-13
Vector: Homogenize type and parameter names for predicates
ngc6302h
2021-07-13
du: Don't fail immediately when directory can't be read (#8719)
luk1337
2021-07-13
Meta: Make sure files are installed with the right UID and GID
Gunnar Beutner
2021-07-13
Meta: Fix QEMU detection for WSL2 if QEMU isn't installed on the C drive
Gunnar Beutner
2021-07-13
Documentation: Make sure Windows have QEMU tools in their WSL2 system
Gunnar Beutner
2021-07-13
FileManager: Convert properties window UI to GML (#8705)
luk1337
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Implement lookaround in ERE
Ali Mohammad Pur
2021-07-13
LibRegex: Allow empty character classes in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Disallow excessively large repetition counts in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-13
Base: Fix typo in the man page for `file`
Valtteri Koskivuori
2021-07-13
Lagom/Fuzzers: Add fuzzer for FLAC loader
Luke
2021-07-13
Base: Change Marcin to nooga in fortunes database
Marcin Gasperowicz
2021-07-13
Base: Add a quote to the fortunes database
BuggieBot
2021-07-12
DisplaySettings: Reload current settings when apply dialog is dismissed
LuK1337
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibAudio: Set variable type for decoding fixed subframes in FLAC
Karol Kosek
2021-07-13
Lagom/Fuzzers: Add fuzzer for POSIX basic regex parser
Luke
[next]