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-05-01
Kernel: Harden Ext2FileSystem Vector usage against OOM.
Brian Gianforcaro
2021-05-01
Kernel: Harden Process Vector usage against OOM.
Brian Gianforcaro
2021-05-01
Kernel: Harden DevFS Vector usage against OOM.
Brian Gianforcaro
2021-05-01
Kernel: Harden sys$setgroups Vector usage against OOM
Brian Gianforcaro
2021-05-01
Kernel: Harden Socket Vector usage against OOM
Brian Gianforcaro
2021-05-01
Kernel: Harden LocalSocket Vector usage against OOM.
Brian Gianforcaro
2021-05-01
Kernel/IPv4: Unbreak raw socket (port allocation failing is OK)
Andreas Kling
2021-04-30
Kernel: Tear down connections when we receive an RST packet
Gunnar Beutner
2021-04-30
Kernel: Record MAC addresses for incoming IPv4 packets
Gunnar Beutner
2021-04-30
Kernel: Remove socket from the listener's accept list when it is closed
Gunnar Beutner
2021-04-30
Kernel: Don't put closed/listener sockets into the closing_sockets list
Gunnar Beutner
2021-04-30
Kernel: Avoid deadlock when trying to send packets from the NetworkTask
Gunnar Beutner
2021-04-30
Kernel: chmod()/chown() for PTYs should return EROFS
Gunnar Beutner
2021-04-30
Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR
Gunnar Beutner
2021-04-30
Kernel+LibELF: Support initializing values of TLS data
Itamar
2021-04-30
Kernel: Give a name to the Master TLS region allocation
Itamar
2021-04-30
Kernel: Make Inode::set_{a,c,m}time return KResult
Andreas Kling
2021-04-30
Kernel: Fix bogus error codes from raw socket protocol_{send,receive}
Andreas Kling
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
[next]