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-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-21
Kernel/Syscall: Make anon_create to not use Process::allocate_fd method
Liav A
2022-08-21
SystemMonitor: Don't unveil /boot/Kernel.debug if it does not exist
Liav A
2022-08-21
Base: Update Chillychilly theme use calming background
djwisdom
2022-08-21
LibWeb: Make window.performance replaceable and configurable
Luke Wilde
2022-08-20
LibJS: Use a synthetic constructor if class with parent doesn't have one
davidot
2022-08-20
LibJS: Add special cases for Math.cosh and add spec comments
davidot
2022-08-20
LibGfx: Always lookup emojis without emoji presentation specifiers
Ryan Liptak
2022-08-20
Base: Fix all emoji filenames according to check-emoji rules
Ryan Liptak
2022-08-20
Meta: Add check-emoji script to validate emoji filenames
Ryan Liptak
2022-08-20
Kernel: Get GID from credentials object in sys$setgroups()
Andreas Kling
2022-08-20
Kernel+LibC: Enforce a limit on the number of supplementary group IDs
Andreas Kling
2022-08-20
Kernel: Mark syscalls that get/set user/group ID as not needing big lock
Andreas Kling
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Move InodeMetadata methods out of line
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-20
strace: Pledge `rpath` for searching binaries
Tim Schumacher
2022-08-20
Base: Add 10 new (mostly weather-related) emojis
Ryan Liptak
2022-08-19
Kernel: Annotate SpinlockProtected<PacketList> in NetworkAdapter class
Liav A
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-19
AK: Add Singleton special-case constructor for SpinlockProtected
kleines Filmröllchen
2022-08-20
LibJS: Make IsHTMLDDA non-constructible
davidot
2022-08-19
Docs: Update CLion configuration for WSL
Roberto Bampi
2022-08-19
Kernel: Add 8-byte atomics for i686 GCC
Idan Horowitz
2022-08-19
Kernel: Put too small unused network packets back into the list
Tim Schumacher
2022-08-19
Kernel: Protect the list of unused network packets with a Spinlock
Tim Schumacher
2022-08-19
Kernel: Don't take thread lock for signal dispatch
Andreas Kling
2022-08-19
Kernel/Memory: Use scope guard to remove a region if we failed to map it
Liav A
2022-08-19
Kernel: Don't lock scheduler in ~Thread()
Andreas Kling
2022-08-19
Kernel: Don't lock scheduler while updating thread scheduling times
Andreas Kling
2022-08-19
Kernel: Reduce time under VMObject lock while handling zero faults
Andreas Kling
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-19
Base: Add new emojis U+1F58A-U1F58D U+1F5DD U+1F5DE U+1F5E1
djwisdom
2022-08-19
Base: Correct Flag Code Points
electrikmilk
2022-08-18
Kernel: Make sys$anon_create() allocate physical pages immediately
Andreas Kling
2022-08-18
FileManager: Add "open child directory" action (Alt+Down)
Andreas Kling
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
2022-08-18
Kernel: Schedule threads on all processors when SMP is enabled
Andreas Kling
2022-08-18
Kernel: Don't hog VMObject lock when remapping a region page
Andreas Kling
2022-08-18
Kernel: Move Region physical page accessors out of line
Andreas Kling
2022-08-18
Kernel: Add a comment about what the MM lock protects
Andreas Kling
2022-08-18
Kernel: Don't require MM lock for Region::set_page_directory()
Andreas Kling
2022-08-18
Kernel: Fix inconsistent lock acquisition order in kmalloc
Andreas Kling
2022-08-18
Kernel: Don't remap all regions from Region::remap_vmobject_page()
Andreas Kling
2022-08-18
Kernel: Shorten time under spinlocks while handling inode faults
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-18
FileManager: Do not activate "Show Dotfiles" action on every startup
Timothy Flynn
2022-08-18
Base: Add some `repeating-linear-gradient()` examples
MacDue
[next]