index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2021-12-18
Kernel: Remove a redundant check in Process::remap_range_as_stack
Hendiadyoin1
2021-12-18
Kernel: Collapse a redundant boolean conditional return statement in …
Hendiadyoin1
2021-12-18
Kernel: Access OpenFileDescriptions::max_open() statically in Syscalls
Hendiadyoin1
2021-12-18
Kernel: Add implicit auto qualifiers in Syscalls
Hendiadyoin1
2021-12-18
Kernel: Remove else after return in Process::do_write
Hendiadyoin1
2021-12-18
Kernel: Fix 4-byte uninitialized memory leak in sys$sigaltstack()
Andreas Kling
2021-12-18
Kernel: Enable SMAP protection earlier during syscall entry
Andreas Kling
2021-12-18
Kernel: Make File::stat() & friends return Error<struct stat>
Andreas Kling
2021-12-18
Kernel: Use ksyms in-place instead of duplicating them into eternal heap
Andreas Kling
2021-12-18
Kernel: Use copy_typed_from_user() in more places :^)
Andreas Kling
2021-12-18
Kernel: Make sys${ftruncate,pread} take off_t as const pointer
Andreas Kling
2021-12-18
Kernel: Fix getsockopt(SO_RCVTIMEO) returning wrong timeout
Andreas Kling
2021-12-18
Kernel: Start perf event stack capture at RBP, not EBP on x86_64
Andreas Kling
2021-12-16
Kernel: Build with -O2 by default
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-16
Kernel: Return the correct result for FIONREAD on datagram sockets
sin-ack
2021-12-15
Kernel: Collapse blocking logic for exclusive Mutex' restore_lock()
Hendiadyoin1
2021-12-15
Kernel: Add implied auto-specifiers in Locking
Hendiadyoin1
2021-12-15
Kernel: Add missing includes in Locking
Hendiadyoin1
2021-12-15
Kernel: Remove duplicate access specifier in DevTmpFSInode
Hendiadyoin1
2021-12-15
Kernel: Remove else statements after return in Plan9FileSystem.cpp
Hendiadyoin1
2021-12-15
Kernel: Add implied auto-specifiers in FileSystem
Hendiadyoin1
2021-12-15
Kernel: Fix missing include in FileSystem/Mount.h
Hendiadyoin1
2021-12-14
Kernel: Allow switching to IOAPIC mode even without enabling SMP
Liav A
2021-12-14
Kernel/Interrupts: Add ByteReaders to read possible unaligned MADT data
Liav A
2021-12-14
Kernel/SysFS: Don't allocate ACPISysFS components in constructors
Liav A
2021-12-14
Kernel/SysFS: Make it clear that some components must be created in boot
Liav A
2021-12-14
Kernel/SysFS: Prevent allocation for component name during construction
Liav A
2021-12-13
Kernel: Fix backtrace dumping on x86_64
Luke Wilde
2021-12-13
Kernel: Replace final loop in PhysicalRegion::return_page() with math
Clay Freeman
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
2021-12-12
Kernel: Remove sys$select() syscall
Jean-Baptiste Boric
2021-12-12
Kernel: Split off sys$poll() into Syscalls/poll.cpp
Jean-Baptiste Boric
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-12
Kernel: Flip incorrect bitwise set/clear of signal mask
Idan Horowitz
2021-12-12
Kernel: Unblock threads only on unmasked signals
Idan Horowitz
2021-12-12
Kernel: Preserve pending signals across execve(2)s
Idan Horowitz
2021-12-12
Kernel: Remove alternative signal stack settings on execve(2)
Idan Horowitz
2021-12-12
Kernel: Inherit alternative signal stack on fork(2)
Idan Horowitz
2021-12-12
Kernel: Preserve signal mask across fork(2) and execve(2)
Idan Horowitz
2021-12-11
Kernel: Move architecture dependent includes to the top in Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract DeferredCallEntry from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr()
Andreas Kling
2021-12-11
Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loop
Andreas Kling
2021-12-11
Kernel: Simplify 64-bit HPET reads on x86_64
Andreas Kling
2021-12-11
Kernel: Store kernel memory regions in a RedBlackTree
Andreas Kling
2021-12-09
Kernel: Some clang-tidy fixes in Bus/VirtIO
Hendiadyoin1
[next]