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
2023-04-04
Kernel: Mark sys$kill as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Remove ancient InterruptDisablers in the kill/killpg syscalls
Andreas Kling
2023-04-04
Kernel: Mark sys$getrusage as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make the getsockname/getpeername syscall helper a bit nicer
Andreas Kling
2023-04-04
Kernel: Make sys$times not use the big lock
Andreas Kling
2023-04-04
Kernel+Userland: Make some of the POSIX types larger
Andreas Kling
2023-04-04
Kernel: Mark sys$umask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigtimedwait as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigpending as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigprocmask as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigsuspend as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$sigreturn as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$open as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Use custody_for_dirfd() in more syscalls
Andreas Kling
2023-04-04
Kernel: Make custody_for_dirfd() fail on files other than directories
Andreas Kling
2023-04-04
Kernel: Make sys$getsid not require the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$getpgrp as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$getpgid as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$fcntl as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Make sys$disown not require the big lock
Andreas Kling
2023-04-04
Kernel: Mark sys$alarm as not needing the big lock
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Kernel::Timer
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for ProcessGroup
Andreas Kling
2023-04-04
Kernel: Don't ref/unref the holder thread in Mutex
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
2023-04-04
Kernel: Simplify Mount internals
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-04-04
Kernel/aarch64: Implement `Processor::time_spent_idle()`
Caoimhe
2023-04-03
Kernel: Merge x86_64 and aarch64 init.cpp files
Timon Kruiper
2023-04-03
Kernel: Move deferred call code into separate DeferredCallPool class
Timon Kruiper
2023-04-03
Kernel/aarch64: Correctly implement Processor::leave_critical
Timon Kruiper
2023-04-03
Kernel/Graphics: Only search for PCI graphics cards on x86_64
Timon Kruiper
2023-04-03
Kernel/aarch64: Move query_firmware_version into RPi::Mailbox
Timon Kruiper
2023-04-03
Kernel/aarch64: Move logo drawing and initializing into RPi::Framebuffer
Timon Kruiper
2023-04-03
Kernel: Disable interrupts for aarch64 in WorkQueue's main loop
Timon Kruiper
2023-04-03
Kernel/aarch64: Rename Processor::install to Processor::early_initialize
Timon Kruiper
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-04-03
CertificateSettings: Add export functionality
Fabian Dellwing
2023-04-03
LibCrypto: Add PEM encoder
Fabian Dellwing
2023-04-03
CertificateSettings: Add import functionality
Fabian Dellwing
2023-04-03
CertificateSettings: Create basic Cert Store application
Fabian Dellwing
2023-04-03
LibTLS: Refactor CA loading into central function
Fabian Dellwing
2023-04-03
Toolchain+Meta: Support kernel debugging with host AArch64 GDB
Daniel Bertalan
2023-04-03
LibTest: Don't output information on tests if none exist
Lucas CHOLLET
2023-04-03
Tests: Add benchmarks for `JPEGLoader`
Lucas CHOLLET
2023-04-03
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
Sam Atkins
2023-04-03
Spreadsheet: Add list of recently-opened files
Sam Atkins
2023-04-03
LibWeb: Expand background-position layers into x/y position lists
MacDue
[next]