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-08-03
Kernel: Use normal initialization for TCPPacket instead of memset
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer creation in sys$module()
Brian Gianforcaro
2021-08-03
Kernel: Remove OOM unsafe DoubleBuffer constructor
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
Brian Gianforcaro
2021-08-03
Kernel: Convert MasterPTY creation to use DoubleBuffer factory
Brian Gianforcaro
2021-08-03
Kernel: Add DoubleBuffer::try_create() factory method for OOM hardening
Brian Gianforcaro
2021-08-03
Kernel: Do not cancel stale timers when servicing sys$alarm
Brian Gianforcaro
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-03
Kernel: Make NullDevice (/dev/null) seekable
Andreas Kling
2021-08-03
Kernel: Remap regions after changing purgeable VM object volatile flag
Andreas Kling
2021-08-03
Kernel: Set initial link up status for RTL8139
Thomas Wagenveld
2021-08-03
Kernel: Expose link speed and duplex through /proc/net/adapters
Thomas Wagenveld
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-08-02
Kernel: Send RST/ACK if no socket is available
brapru
2021-08-02
Kernel: Do not send delayed ack in response to RST/ACK
brapru
2021-08-02
VirtualFileSystem: Don't let rename() overwrite non-empty directory
LuK1337
2021-08-02
Kernel: Convert NetworkTask to east-const style
brapru
2021-08-01
Kernel: Remove ThreadTracer.h include from Process.h / Thread.h
Brian Gianforcaro
2021-08-01
Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabled
Brian Gianforcaro
2021-08-01
Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTION
Brian Gianforcaro
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-31
Kernel: Copy the "purgeable" flag when cloning AnonymousVMObject
Andreas Kling
2021-07-30
Prekernel: Disable KASAN, so it has no effect when enabled
Brian Gianforcaro
2021-07-30
Revert "Kernel: Share committed COW pages between whole VMObject lineage"
Andreas Kling
2021-07-30
Kernel: Share committed COW pages between whole VMObject lineage
Andreas Kling
2021-07-30
Kernel: Unmapping a non-mapped region with munmap() should be a no-op
Andreas Kling
2021-07-30
Kernel: Return an error when unmap finds no intersecting region
Brian Gianforcaro
2021-07-29
Kernel+LibC: Add linger to sys/sockets.h
Luke
2021-07-29
Kernel: Use our toolchain's c++filt tool for the kernel map
Gunnar Beutner
2021-07-29
Kernel: Embed the right symbol count into the kernel.map file on macOS
Gunnar Beutner
2021-07-28
Kernel: Print relative symbol addresses in dump_backtrace_impl
Gunnar Beutner
2021-07-28
Kernel: Fail madvise() volatile change with EINVAL for non-purgeable mem
Andreas Kling
2021-07-28
Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Brian Gianforcaro
2021-07-28
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
Brian Gianforcaro
2021-07-28
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
Brian Gianforcaro
2021-07-28
Kernel: Remove unused fd allocation from Process::sys$connect(..)
Brian Gianforcaro
2021-07-28
Kernel/ProcFS: Make various things superuser-only once again
Andreas Kling
2021-07-28
Kernel/ProcFS: Add S_IFREG bit to regular files in /proc
Andreas Kling
2021-07-27
Kernel: Fix CPU initialization for SMP
Gunnar Beutner
2021-07-27
Kernel: Improve some comments in Space
Andreas Kling
2021-07-27
Kernel: Rename Space::create => Space::try_create()
Andreas Kling
2021-07-27
Kernel: Mark the stack check guard as READONLY_AFTER_INIT
Andreas Kling
2021-07-27
Kernel: Remove a handful of unused member functions in Processor
Andreas Kling
2021-07-27
Kernel: Introduce ProcessorSpecific<T> for per-CPU data structures
Andreas Kling
2021-07-27
Kernel: Remove unused Region::translate_vmobject_page_range()
Andreas Kling
[next]