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-04-30
Kernel/IPv4: Propagate errors from local port allocation
Andreas Kling
2021-04-30
Kernel: Accepted socket file descriptors should not inherit flags
Gunnar Beutner
2021-04-30
Kernel: Closing a file descriptor should not always close the file
Gunnar Beutner
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Kernel: Harden sys$select Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$munmap Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$purge Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$poll Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$execve Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$readv / sys$writev Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Add a CMake flag to enable LTO for the kernel
Gunnar Beutner
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-29
Kernel: Implement peek() function for DoubleBuffer
Justin
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-28
Kernel: Avoid overrunning the user-specified buffers in select()
Gunnar Beutner
2021-04-28
Kernel: Check kernel symbol's name length matches searched name
Idan Horowitz
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-27
Build: Provide the user with a nice message after Toolchain upgrade
Brian Gianforcaro
2021-04-27
Build: Use variables when concatenating Toolchain paths.
Brian Gianforcaro
2021-04-27
Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h
Gunnar Beutner
2021-04-27
Kernel: Avoid resetting the IRQ mask for E1000 on each interrupt
Gunnar Beutner
2021-04-27
Kernel: Add logging for E1000 RX buffer overrun
Gunnar Beutner
2021-04-27
Kernel: Use macros instead of hard-coded magic values
Gunnar Beutner
2021-04-27
Kernel: Make sure the E1000 network adapter keeps receiving packets
Gunnar Beutner
2021-04-27
Kernel: Check futex command if realtime clock is used
Jelle Raaijmakers
2021-04-27
Kernel: Simplify BlockTimeout constructor
Jelle Raaijmakers
2021-04-27
Kernel: Silence a few more network dbgln()s
Gunnar Beutner
2021-04-26
Kernel: Fix incorrect argument for thread_exit events
Gunnar Beutner
2021-04-26
Kernel: Log thread exits for global profiles
Gunnar Beutner
2021-04-26
Kernel: Avoid calling characters() where not necessary
Gunnar Beutner
2021-04-26
Kernel: Use the correct union member for unmap events
Gunnar Beutner
2021-04-26
Kernel: Ensure IO and memory accesses are allowed for IDE channels
Liav A
2021-04-26
Kernel/Storage: Make the IDEChannel design more robust
Liav A
2021-04-26
Kernel/PCI: Add helpers to enable IO and memory accesses
Liav A
2021-04-26
Kernel/Storage: Fix sending IOGroup parameters
Liav A
2021-04-26
Kernel: Respond to packets sent to the directed broadcast address
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-26
Kernel: Increase max frame count to 64
Gunnar Beutner
2021-04-26
Kernel: Stop walking the stack when we encounter return address 0
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-25
Kernel: Remove the now defunct `RESTORE_LOCK(..)` macro.
Brian Gianforcaro
2021-04-25
Kernel: Utilize AK::SourceLocation for LOCK_DEBUG instrumentation.
Brian Gianforcaro
2021-04-25
Kernel: Add lock_count to procfs$all when LOCK_DEBUG is enabled.
Brian Gianforcaro
2021-04-25
Kernel: Fix LOCK_DEBUG feature to work again
Brian Gianforcaro
[next]