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-22
Kernel: Switch KUBSAN prints to use critical_dmesgln instead of dbgln
Idan Horowitz
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-22
Kernel: Don't share the bottom 2 MiB of kernel mappings with processes
Idan Horowitz
2021-12-22
Kernel: Unmap Prekernel pages after they are no longer needed
Daniel Bertalan
2021-12-22
Kernel: Exclude PROT_NONE regions from coredumps
Daniel Bertalan
2021-12-22
Kernel: Replace intersecting ranges in mmap when MAP_FIXED is specified
Daniel Bertalan
2021-12-22
Kernel: Setup APIC AP cores boot environment before init_stage2
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
Idan Horowitz
2021-12-22
Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR
Idan Horowitz
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
Kernel: Implement sysconf(_SC_SYMLOOP_MAX)
Martin Bříza
2021-12-21
Kernel: Move symlink recursion limit to .h, increase it to 8
Martin Bříza
2021-12-20
Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabled
Liav A
2021-12-20
Kernel: Return EINVAL when specifying -1 for setuid and similar syscalls
Liav A
2021-12-19
Kernel: Stop ProcFS stack walk on bogus userspace->kernel traversal
Andreas Kling
2021-12-19
Kernel: Make perfcore files owned by UID=0, GID=0
Andreas Kling
2021-12-19
Kernel: Mask kernel addresses in perf event streams for non-superuser
Andreas Kling
2021-12-19
Kernel: Don't include kmalloc perf events in JSON for non-superuser
Andreas Kling
2021-12-19
Kernel: Stop perf event stack walk on bogus userspace->kernel traversal
Andreas Kling
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
[next]