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-26
MouseSettings: Replace the scroll step size icon
Andreas Kling
2021-07-26
Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1
Brian Gianforcaro
2021-07-25
LibJS: Use more narrow types in Temporal ISODateTime struct
Linus Groh
2021-07-25
LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()
Linus Groh
2021-07-25
LibJS: Handle PlainDateTime objects in GetTemporalCalendarWithISODefault
Linus Groh
2021-07-25
LibJS: Handle PlainDateTime objects ToTemporalCalendar
Linus Groh
2021-07-25
LibJS: Store the %Array.prototype.values% intrinsic on the global object
Linus Groh
2021-07-26
Kernel: Don't try to return a committed page that we don't have
Andreas Kling
2021-07-26
Kernel: Clear the COW bits when making an AnonymousVMObject volatile
Andreas Kling
2021-07-26
Settings: Add a very simple Settings application
Andreas Kling
2021-07-26
Base: Add descriptions to the apps in the Settings category :^)
Andreas Kling
2021-07-26
LibDesktop: Add an optional "Description" field to .af files
Andreas Kling
2021-07-26
Base: Replace the MouseSettings app icon with something nicer :^)
Andreas Kling
2021-07-26
Kernel: Make some debug logging in Scheduler CPU agnostic
Andreas Kling
2021-07-26
Kernel: Remove unused Scheduler::yield_from_critical()
Andreas Kling
2021-07-26
Kernel: Fix handful of clang-tidy warnings in Scheduler
Andreas Kling
2021-07-26
Kernel: PANIC() instead of manually halting the processor in abort()
Ali Mohammad Pur
2021-07-26
Kernel: Reset on panic in self-test mode
Ali Mohammad Pur
2021-07-26
Meta: Don't reboot on triple-fault in CI mode
Ali Mohammad Pur
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-25
Kernel: Run clang-format on AnonymousVMObject.cpp
Andreas Kling
2021-07-25
WindowServer: Remove debug spam in MenuManager::refresh()
Andreas Kling
2021-07-25
LibC: Randomize malloc() block addresses on x86_64
Andreas Kling
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
AK: Create MACAddress from string
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-07-25
LibGUI: Put actions in order in MultiView
Karol Kosek
2021-07-25
LibGUI: Add keyboard shortcuts for changing views in MultiView
Karol Kosek
2021-07-25
LibGUI: Add keyboard shortcuts to FilePicker
Karol Kosek
2021-07-25
Kernel: Remove unnecessary counting of VMObject-attached Regions
Andreas Kling
2021-07-25
Kernel: Remove unused enum Region::SetVolatileError
Andreas Kling
2021-07-25
Kernel: Remove unnecessary weak pointer from Region to owning Process
Andreas Kling
2021-07-25
Kernel: Add missing locking when registering VMObjectDeletedHandlers
Andreas Kling
2021-07-25
Kernel: Remove unused madvise(MADV_GET_VOLATILE)
Andreas Kling
2021-07-25
Kernel: Don't COW volatile VM objects
Andreas Kling
2021-07-25
Kernel: Minor cleanup around purge() during physical page allocation
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-25
LibGUI: Handle GUI::Window non-volatile backing store issues better
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-25
LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept
Andreas Kling
2021-07-25
LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()
Andreas Kling
2021-07-25
Kernel+LibSystem: Add a 4th syscall argument
Andreas Kling
2021-07-25
LibGUI+Browser: Do not paste bitmaps
TheFightingCatfish
2021-07-25
SystemManager: Separate sockets GroupBox into TCP/UDP
brapru
2021-07-25
Utilities: Add count option for ping
brapru
2021-07-24
LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]
Linus Groh
2021-07-24
LibIMAP: Parse OK [CLOSED]
Linus Groh
2021-07-24
LibIMAP: Replace abuse of String::matches() with == in the parser
Linus Groh
2021-07-24
LibIMAP: Add and use Parser::consume_until_end_of_line()
Linus Groh
[next]