summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-08-03Kernel: Use normal initialization for TCPPacket instead of memsetBrian Gianforcaro
2021-08-03Kernel: Handle OOM when allocating IPv4Socket optional scratch bufferBrian Gianforcaro
2021-08-03Kernel: Handle OOM in DiskCache when mounting Ext2 filesystemsBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer creation in sys$module()Brian Gianforcaro
2021-08-03Kernel: Remove OOM unsafe DoubleBuffer constructorBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in IPv4SocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer creation in FIFO creationBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()Brian Gianforcaro
2021-08-03Kernel: Convert MasterPTY creation to use DoubleBuffer factoryBrian Gianforcaro
2021-08-03Kernel: Add DoubleBuffer::try_create() factory method for OOM hardeningBrian Gianforcaro
2021-08-03Kernel: Do not cancel stale timers when servicing sys$alarmBrian Gianforcaro
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-03Kernel: Make NullDevice (/dev/null) seekableAndreas Kling
2021-08-03Kernel: Remap regions after changing purgeable VM object volatile flagAndreas Kling
2021-08-03Kernel: Set initial link up status for RTL8139Thomas Wagenveld
2021-08-03Kernel: Expose link speed and duplex through /proc/net/adaptersThomas Wagenveld
2021-08-03Kernel: Add interface to read link speed and duplex for NetworkAdapterThomas Wagenveld
2021-08-02Kernel: Send RST/ACK if no socket is availablebrapru
2021-08-02Kernel: Do not send delayed ack in response to RST/ACKbrapru
2021-08-02VirtualFileSystem: Don't let rename() overwrite non-empty directoryLuK1337
2021-08-02Kernel: Convert NetworkTask to east-const stylebrapru
2021-08-01Kernel: Remove ThreadTracer.h include from Process.h / Thread.hBrian Gianforcaro
2021-08-01Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabledBrian Gianforcaro
2021-08-01Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTIONBrian Gianforcaro
2021-08-01Kernel: Remove unused header includesBrian Gianforcaro
2021-07-31Kernel: Copy the "purgeable" flag when cloning AnonymousVMObjectAndreas Kling
2021-07-30Prekernel: Disable KASAN, so it has no effect when enabledBrian Gianforcaro
2021-07-30Revert "Kernel: Share committed COW pages between whole VMObject lineage"Andreas Kling
2021-07-30Kernel: Share committed COW pages between whole VMObject lineageAndreas Kling
2021-07-30Kernel: Unmapping a non-mapped region with munmap() should be a no-opAndreas Kling
2021-07-30Kernel: Return an error when unmap finds no intersecting regionBrian Gianforcaro
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-29Kernel: Use our toolchain's c++filt tool for the kernel mapGunnar Beutner
2021-07-29Kernel: Embed the right symbol count into the kernel.map file on macOSGunnar Beutner
2021-07-28Kernel: Print relative symbol addresses in dump_backtrace_implGunnar Beutner
2021-07-28Kernel: Fail madvise() volatile change with EINVAL for non-purgeable memAndreas Kling
2021-07-28Kernel: Avoid file descriptor leak in Process::sys$socketpair on errorBrian Gianforcaro
2021-07-28Kernel: Track allocated FileDescriptionAndFlag elements in each ProcessBrian Gianforcaro
2021-07-28Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>Brian Gianforcaro
2021-07-28Kernel: Remove unused fd allocation from Process::sys$connect(..)Brian Gianforcaro
2021-07-28Kernel/ProcFS: Make various things superuser-only once againAndreas Kling
2021-07-28Kernel/ProcFS: Add S_IFREG bit to regular files in /procAndreas Kling
2021-07-27Kernel: Fix CPU initialization for SMPGunnar Beutner
2021-07-27Kernel: Improve some comments in SpaceAndreas Kling
2021-07-27Kernel: Rename Space::create => Space::try_create()Andreas Kling
2021-07-27Kernel: Mark the stack check guard as READONLY_AFTER_INITAndreas Kling
2021-07-27Kernel: Remove a handful of unused member functions in ProcessorAndreas Kling
2021-07-27Kernel: Introduce ProcessorSpecific<T> for per-CPU data structuresAndreas Kling
2021-07-27Kernel: Remove unused Region::translate_vmobject_page_range()Andreas Kling