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
2022-07-11
Kernel: Stop committing pages for COW of uncommitted pages on sys$fork
Idan Horowitz
2022-07-10
Kernel: Stop leaking leftover committed cow pages from forked processes
Idan Horowitz
2022-07-10
Kernel: Stop leaking first thread on errors in sys$fork
Idan Horowitz
2022-07-10
Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variable
gggggg-gggggg
2022-07-10
Kernel+SystemServer: Make KCOVDevice a character device
Liav A
2022-07-10
Kernel: Support sys$connect to LocalSockets with short sockaddr_uns
Idan Horowitz
2022-07-10
Kernel: Stop reporting POLLHUP exclusively when available in sys$poll
Idan Horowitz
2022-07-10
Kernel: Remove unused WriteNotOpen File BlockFlag
Idan Horowitz
2022-07-10
Kernel: Report POLLNVAL events in sys$poll instead of returning EBADF
Idan Horowitz
2022-07-10
Kernel: Stop providing POLLRDHUP events in sys$poll by default
Idan Horowitz
2022-07-10
Kernel: Set POLLHUP on WriteHangUp in sys$poll instead of POLLNVAL
Idan Horowitz
2022-07-10
Kernel: Handle SHUT_RDWR in Socket::shutdown
Idan Horowitz
2022-07-10
Kernel: Accept SHUT_RD and SHUT_WR as shutdown() how values
Idan Horowitz
2022-07-09
Kernel/Routing: Hide some leftover debugging under a debug flag
Maciej
2022-07-09
Kernel/Net: Support removing route entries with unknown gateway
Maciej
2022-07-08
Kernel: Implement `sigsuspend` using a SignalBlocker
Tim Schumacher
2022-07-08
Kernel: Unblock SignalBlocker if a signal was just unmarked as pending
Tim Schumacher
2022-07-08
Kernel: Don't let locks of the same owner conflict with each other
Tim Schumacher
2022-07-08
Kernel: Don't fail on unlocking nonexistent file locks
Tim Schumacher
2022-07-08
Kernel: Do not disable userland access to the RDTSC instruction
Tim Schumacher
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-07-08
Kernel/Storage: Do proper locking & reset in the AHCIController code
Liav A
2022-07-08
Kernel/Storage: Move Identify page allocation to the AHCIPort class
Liav A
2022-07-08
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
Liav A
2022-07-08
Kernel/Storage: Simplify AHCIPortHandler class
Liav A
2022-07-08
Kernel/Storage: Remove 3 stale methods in AHCIPortHandler class
Liav A
2022-07-08
Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header files
Liav A
2022-07-08
Kernel: Clean up the AHCI code a bit
Liav A
2022-07-05
Kernel: Copy signal handlers when forking
Tim Schumacher
2022-07-05
Kernel: Do a POSIX-correct signal handler reset on exec
Tim Schumacher
2022-07-04
Kernel: Negate condition in ARPTableBlockerSet::should_add_blocker
Idan Horowitz
2022-07-03
Kernel/USB: Move buffer allocation from USB transfer to USB pipe
b14ckcat
2022-06-29
Kernel/USB: Use proper error codes for UHCI transfers
b14ckcat
2022-06-25
Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
Liav A
2022-06-24
Kernel: Enable -ftrivial-auto-var-init as a security mitigation
Brian Gianforcaro
2022-06-23
Kernel/Audio: Fix buffer size underflow for non-page-aligned sizes
kleines Filmröllchen
2022-06-22
LibVT+Kernel: Separate the caret shapes and its steadiness
Michał Lach
2022-06-22
Kernel: Eliminate possible KASLR leak by disabling CR4.FSGSBASE
Idan Horowitz
2022-06-21
Kernel: Decrease the amount of address space offset randomization
Tim Schumacher
2022-06-19
Kernel: Add sysconf for IOV_MAX
Andrew Kaster
2022-06-19
Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONE
Andrew Kaster
2022-06-19
Kernel: Create /proc/pid/cmdline to expose process arguments in procfs
Andrew Kaster
2022-06-17
Kernel: Add missing #include in SysFS.cpp
Andreas Kling
2022-06-17
Kernel/SysFS: Remove derived BIOSSysFSComponent classes
Liav A
2022-06-17
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
Liav A
2022-06-17
Kernel/SysFS: Split the bulky BIOS.h file into multiple files
Liav A
2022-06-17
Kerenl/Firmware: Add map_ebda and map_bios methods in the original place
Liav A
2022-06-17
Kernel/Interrupts: Add missing include for IRQController header file
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSPCI file into separate files
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSUSB file into two separate class files
Liav A
[next]