summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-26MouseSettings: Replace the scroll step size iconAndreas Kling
2021-07-26Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1Brian Gianforcaro
2021-07-25LibJS: Use more narrow types in Temporal ISODateTime structLinus Groh
2021-07-25LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()Linus Groh
2021-07-25LibJS: Handle PlainDateTime objects in GetTemporalCalendarWithISODefaultLinus Groh
2021-07-25LibJS: Handle PlainDateTime objects ToTemporalCalendarLinus Groh
2021-07-25LibJS: Store the %Array.prototype.values% intrinsic on the global objectLinus Groh
2021-07-26Kernel: Don't try to return a committed page that we don't haveAndreas Kling
2021-07-26Kernel: Clear the COW bits when making an AnonymousVMObject volatileAndreas Kling
2021-07-26Settings: Add a very simple Settings applicationAndreas Kling
2021-07-26Base: Add descriptions to the apps in the Settings category :^)Andreas Kling
2021-07-26LibDesktop: Add an optional "Description" field to .af filesAndreas Kling
2021-07-26Base: Replace the MouseSettings app icon with something nicer :^)Andreas Kling
2021-07-26Kernel: Make some debug logging in Scheduler CPU agnosticAndreas Kling
2021-07-26Kernel: Remove unused Scheduler::yield_from_critical()Andreas Kling
2021-07-26Kernel: Fix handful of clang-tidy warnings in SchedulerAndreas Kling
2021-07-26Kernel: PANIC() instead of manually halting the processor in abort()Ali Mohammad Pur
2021-07-26Kernel: Reset on panic in self-test modeAli Mohammad Pur
2021-07-26Meta: Don't reboot on triple-fault in CI modeAli Mohammad Pur
2021-07-25Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the jobAndreas Kling
2021-07-25Kernel: Run clang-format on AnonymousVMObject.cppAndreas Kling
2021-07-25WindowServer: Remove debug spam in MenuManager::refresh()Andreas Kling
2021-07-25LibC: Randomize malloc() block addresses on x86_64Andreas Kling
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-07-25AK: Create MACAddress from stringbrapru
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25Kernel: Add update option to remove an entry from the ARP tablebrapru
2021-07-25LibGUI: Put actions in order in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts for changing views in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts to FilePickerKarol Kosek
2021-07-25Kernel: Remove unnecessary counting of VMObject-attached RegionsAndreas Kling
2021-07-25Kernel: Remove unused enum Region::SetVolatileErrorAndreas Kling
2021-07-25Kernel: Remove unnecessary weak pointer from Region to owning ProcessAndreas Kling
2021-07-25Kernel: Add missing locking when registering VMObjectDeletedHandlersAndreas Kling
2021-07-25Kernel: Remove unused madvise(MADV_GET_VOLATILE)Andreas Kling
2021-07-25Kernel: Don't COW volatile VM objectsAndreas Kling
2021-07-25Kernel: Minor cleanup around purge() during physical page allocationAndreas Kling
2021-07-25Kernel: Make purgeable memory a VMObject level concept (again)Andreas Kling
2021-07-25LibGUI: Handle GUI::Window non-volatile backing store issues betterAndreas Kling
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-07-25LibGfx: Remove "purgeable Gfx::Bitmap" as a separate conceptAndreas Kling
2021-07-25LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()Andreas Kling
2021-07-25Kernel+LibSystem: Add a 4th syscall argumentAndreas Kling
2021-07-25LibGUI+Browser: Do not paste bitmapsTheFightingCatfish
2021-07-25SystemManager: Separate sockets GroupBox into TCP/UDPbrapru
2021-07-25Utilities: Add count option for pingbrapru
2021-07-24LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]Linus Groh
2021-07-24LibIMAP: Parse OK [CLOSED]Linus Groh
2021-07-24LibIMAP: Replace abuse of String::matches() with == in the parserLinus Groh
2021-07-24LibIMAP: Add and use Parser::consume_until_end_of_line()Linus Groh