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-13
Kernel: Remove unused header from FileDescription.cpp
Brian Gianforcaro
2021-05-13
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-13
Kernel: Make FileDescription::create() APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make InodeFile::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make Thread::try_create API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete as noexcept for the Kernel
Brian Gianforcaro
2021-05-13
Kernel: Avoid unnecessary allocations for TTY::tty_name()
Gunnar Beutner
2021-05-13
Kernel: Avoid allocations in KBufferBuilder::appendff
Gunnar Beutner
2021-05-13
Kernel: Avoid unnecessary allocations in NetworkAdapter::for_each
Gunnar Beutner
2021-05-13
Kernel: Avoid allocating and then freeing packet buffers
Gunnar Beutner
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-05-12
Kernel: Fix issues supporting HPETs with 32-bit-only main counter
Tom
2021-05-12
Kernel: Route packets destined for us through the loopback adapter
Gunnar Beutner
2021-05-12
Kernel: Outbound packets should use the source address from the socket
Gunnar Beutner
2021-05-12
Kernel: Treat 0.0.0.0 as a loopback address
Gunnar Beutner
2021-05-12
Kernel: Coalesce TCP ACKs
Gunnar Beutner
2021-05-12
Kernel: Trigger TCP fast retransmission when we encounter lost packets
Gunnar Beutner
2021-05-12
Kernel: Don't process TCP packets out of order
Gunnar Beutner
2021-05-12
Kernel: Set MSS option for outbound TCP SYN packets
Gunnar Beutner
2021-05-12
Kernel: Avoid allocating KBuffers for TCP packets
Gunnar Beutner
2021-05-12
Kernel: Increase the default TCP window size
Gunnar Beutner
2021-05-12
Kernel: Increase IPv4 buffer size to 256kB
Gunnar Beutner
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-10
Kernel: Fix loading ELF images without PT_INTERP
Gunnar Beutner
2021-05-10
Kernel: Use correct destination MAC address for multicast packets
Gunnar Beutner
2021-05-10
Kernel: Plumb OOM propagation through Custody factory
Brian Gianforcaro
2021-05-10
Meta: Remove obsolete Kernel/.gitignore
Brian Gianforcaro
2021-05-08
Kernel: Traverse ext2 directories blockwise.
Mart G
2021-05-08
Kernel/ACPI: Map two pages when reading the FADT
Liav A
2021-05-08
Kernel/HID: Don't assume that ACPI is initialized
Liav A
2021-05-08
Kernel: Place ext2 dir entries so they don't span multiple blocks
Mart G
2021-05-08
Kernel-VFS: Fixed kernel crash if parent custody is null
r-paiva
2021-05-07
Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero
Mart G
2021-05-07
Kernel: Set unused block pointers in ext2 inodes to zero
Mart G
2021-05-07
Kernel: Limit the number of in-flight packet buffers
Gunnar Beutner
2021-05-07
Kernel: Move cpu sample perf event to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Move process exit perf events to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Move process creation perf events to PerformanceManager
Brian Gianforcaro
2021-05-07
Kernel: Add PerformanceManager static class, move perf event APIs there
Brian Gianforcaro
2021-05-06
Kernel: Resize Ext2FSInode when writing directory contents (#6897)
Mart G
2021-05-06
Kernel: Truncate UDP packets on read
Gunnar Beutner
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
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
[next]