summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-13Kernel: Remove some friendships and make some classes non-copy/moveableAndreas Kling
2021-07-13Kernel: Remove some unnecessary includes in VM/Physical*Andreas Kling
2021-07-13Kernel: Print a summary of physical zones during bootAndreas Kling
2021-07-13Kernel: Fix bogus address calculation in initialize_physical_pages()Andreas Kling
2021-07-13Kernel: Only loop through usable zones when allocating >1 physical pageAndreas Kling
2021-07-13Kernel: Avoid O(n) loop over zones when allocating from PhysicalRegionAndreas Kling
2021-07-13Kernel: Make PhysicalRegion eternally allocatedAndreas Kling
2021-07-13Kernel: Remove PhysicalRegion::finalize_capacity()Andreas Kling
2021-07-13Kernel: Simplify the way PhysicalRegions are constructedAndreas Kling
2021-07-13Kernel: Make PhysicalZone an eternally allocated objectAndreas Kling
2021-07-13Kernel: Remove unused used/free pages API's from PhysicalRegionAndreas Kling
2021-07-13Kernel: Remove API for requesting physical allocation alignmentAndreas Kling
2021-07-13Kernel: Implement zone-based buddy allocator for physical memoryAndreas Kling
2021-07-13AK: Make Bitmap::set() non-constAndreas Kling
2021-07-13LibGUI: Don't clear textbox on save mode in FilePickerKarol Kosek
2021-07-13CI: Disallow spaces just before the separating colon in commit titlesIdan Horowitz
2021-07-13LibJS: Add missing has_constructor override to Generator FunctionsIdan Horowitz
2021-07-13LibWeb: Add extracting character encoding from a meta content attributeLuke
2021-07-13Kernel: Kill user mode threads that are marked to dieTom
2021-07-13Revert "Kernel: Make sure threads which don't do any syscalls are t..."Tom
2021-07-13LibC: Use C-style void cast in assert()Linus Groh
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-13LibGUI: Add Rename actionKarol Kosek
2021-07-13LibAudio: Use new Vector formatterkleines Filmröllchen
2021-07-13AK: Add Formatter for Vectorkleines Filmröllchen
2021-07-13LibC: Increase minimum alignment for malloc() to 16 bytesGunnar Beutner
2021-07-13HashMap: Rename finders with a more accurate and self-descripting namengc6302h
2021-07-13HashTable: Rename finders with a more accurate and self-descripting namengc6302h
2021-07-13Vector: Homogenize type and parameter names for predicatesngc6302h
2021-07-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-13Meta: Make sure files are installed with the right UID and GIDGunnar Beutner
2021-07-13Meta: Fix QEMU detection for WSL2 if QEMU isn't installed on the C driveGunnar Beutner
2021-07-13Documentation: Make sure Windows have QEMU tools in their WSL2 systemGunnar Beutner
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-07-13Shell: Add unalias builtinTheFightingCatfish
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
2021-07-13LibRegex: Consider EOF in the middle of a range an errorAli Mohammad Pur
2021-07-13LibRegex: Don't attempt to insert invalid bytecode in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Implement lookaround in EREAli Mohammad Pur
2021-07-13LibRegex: Allow empty character classes in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Disallow excessively large repetition counts in {B,E}REAli Mohammad Pur
2021-07-13LibRegex+LibC: Make re_nsub available to the userAli Mohammad Pur
2021-07-13Base: Fix typo in the man page for `file`Valtteri Koskivuori
2021-07-13Lagom/Fuzzers: Add fuzzer for FLAC loaderLuke
2021-07-13Base: Change Marcin to nooga in fortunes databaseMarcin Gasperowicz
2021-07-13Base: Add a quote to the fortunes databaseBuggieBot
2021-07-12DisplaySettings: Reload current settings when apply dialog is dismissedLuK1337
2021-07-12LibC: Replace use of do/while in assert() with the ternary operatorLinus Groh
2021-07-12LibAudio: Set variable type for decoding fixed subframes in FLACKarol Kosek
2021-07-13Lagom/Fuzzers: Add fuzzer for POSIX basic regex parserLuke