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-05
Kernel: Implement IP multicast support
Sergey Bugaev
2021-05-05
Kernel: Fix `write`s to `ProcFS` (#6879)
Spencer Dixon
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-05-05
Kernel: Remove shadowing member variable from FileDescriptionBlocker
Tom
2021-05-04
Kernel: Store whether a thread is the idle thread in Thread directly
Tom
2021-05-04
Kernel: Return one kernel frame from procfs$tid_stack for normal users.
Brian Gianforcaro
2021-05-04
Kernel: Remove unused function ProcFS::add_sys_string
Brian Gianforcaro
2021-05-04
Kernel: Remove unused header includes from ProcFS.cpp
Brian Gianforcaro
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
2021-05-03
Kernel: Mark AsyncBlockDeviceRequest + AnonymousVMObject as final
Brian Gianforcaro
2021-05-03
Kernel: Fix some 64-bit portability issues
Gunnar Beutner
2021-05-02
Kernel: Fix ProcFS for non-process backed sub dirs
Spencer Dixon
2021-05-02
Kernel: Remove outdated UBSan comments
Hendiadyoin1
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-01
Kernel: Don't use ref_count() in MasterPTY::close()
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Kernel: Handle both shift keys being pressed and then released
Idan Horowitz
2021-05-01
Kernel: Make processes start with a 16-byte-aligned stack
Sahan Fernando
2021-05-01
Kernel: Make sure we read all packets
Gunnar Beutner
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
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
[next]