serenity/Kernel
Andreas Kling 48f13f2a81 IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions
This code was really hard to follow since it handles two separate modes
of buffering the data.
2020-02-08 13:09:37 +01:00
..
ACPI Kernel: Merge unnecessary DiskDevice class into BlockDevice 2020-02-08 02:20:03 +01:00
Arch/i386 x86: Simplify region unmapping a bit 2020-02-08 12:49:38 +01:00
Devices Kernel: Merge unnecessary DiskDevice class into BlockDevice 2020-02-08 02:20:03 +01:00
FileSystem Kernel: Make File::truncate() take a u64 2020-02-08 12:07:04 +01:00
Heap Kernel: Remove unnecessary forward declaration in SlabAllocator 2020-02-02 20:25:41 +01:00
Net IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions 2020-02-08 13:09:37 +01:00
PCI Kernel: Detect devices when enumerating the PCI bus 2020-02-02 00:57:13 +01:00
TTY Kernel: Tweak some include statements 2020-01-28 20:42:27 +01:00
VM Kernel: The inode fault handler should grab the VMObject lock earlier 2020-02-08 12:55:21 +01:00
.bochsrc
.gitignore
Assertions.h
build-image-grub.sh Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
build-image-qemu.sh Build: use absolute path for /sbin/mke2fs 2020-01-22 22:04:29 +01:00
build-root-filesystem.sh build-root-filesystem.sh: Set umask to 0022 2020-02-03 19:52:02 +01:00
CMOS.cpp
CMOS.h
Console.cpp
Console.h
debug-kernel
DoubleBuffer.cpp Kernel: Allow short writes to DoubleBuffer 2020-02-01 10:56:17 +01:00
DoubleBuffer.h Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 2020-01-20 16:08:49 +01:00
FB.h
grub-ebr.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
grub-gpt.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
grub-mbr.cfg Partition Table: Change Script files 2020-02-02 00:20:41 +01:00
init.cpp Kernel: Merge unnecessary DiskDevice class into BlockDevice 2020-02-08 02:20:03 +01:00
InterruptHandler.cpp Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
InterruptHandler.h Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
IO.h Kernel: Move the VMWare helpers out of the IO namespace 2020-02-05 18:58:27 +01:00
IRQHandler.cpp Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
IRQHandler.h Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 2020-01-22 22:27:06 +01:00
KBuffer.h Kernel: Allow naming KBuffers 2020-01-20 14:00:11 +01:00
KBufferBuilder.cpp
KBufferBuilder.h
KernelInfoPage.h
KeyCode.h Kernel: Add key_code_count 2020-01-31 13:13:04 +01:00
KParams.cpp
KParams.h
kprintf.cpp
KResult.h Kernel: Add KResultOr<T>::result() 2020-02-08 11:57:53 +01:00
kstdio.h
KSyms.cpp Kernel: Remove some unnecessary casts to uintptr_t 2020-01-20 13:13:03 +01:00
KSyms.h
linker.ld
Lock.cpp
Lock.h
makeall.sh Build: Fix silly mistake in makeall.sh 2020-01-23 10:41:07 +01:00
Makefile Kernel: Merge unnecessary DiskDevice class into BlockDevice 2020-02-08 02:20:03 +01:00
mkmap.sh
Module.h
MousePacket.h Kernel: Add support for vmmouse 2020-02-04 19:11:52 +01:00
Multiboot.h
PerformanceEventBuffer.cpp Kernel: Start working on a syscall for logging performance events 2020-02-02 20:26:27 +01:00
PerformanceEventBuffer.h Kernel: Start working on a syscall for logging performance events 2020-02-02 20:26:27 +01:00
Process.cpp Kernel: Make File::truncate() take a u64 2020-02-08 12:07:04 +01:00
Process.h Net: Add a basic sys$shutdown() implementation 2020-02-08 00:54:43 +01:00
ProcessTracer.cpp
ProcessTracer.h
Profiling.cpp
Profiling.h
Random.cpp
Random.h
RTC.cpp
RTC.h
run
Scheduler.cpp Kernel: Finalizer should not go back to sleep if there's more to do 2020-02-01 10:56:17 +01:00
Scheduler.h Kernel: Finalizer should not go back to sleep if there's more to do 2020-02-01 10:56:17 +01:00
SharedBuffer.cpp
SharedBuffer.h
SharedInterruptHandler.cpp Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
SharedInterruptHandler.h Kernel: Introduce IRQ sharing support 2020-01-22 12:22:09 +01:00
StdLib.cpp
StdLib.h
sync.sh
Syscall.cpp Kernel: Clear ESI and EDI on syscall entry 2020-01-25 10:34:32 +01:00
Syscall.h Net: Add a basic sys$shutdown() implementation 2020-02-08 00:54:43 +01:00
TestModule.cpp
Thread.cpp Kernel: Finalizer should not go back to sleep if there's more to do 2020-02-01 10:56:17 +01:00
Thread.h Kernel: Update Thread::raw_backtrace() signature to use uintptr_t 2020-02-02 19:00:38 +01:00
TimerQueue.cpp
TimerQueue.h
UnixTypes.h Net: Add a basic sys$shutdown() implementation 2020-02-08 00:54:43 +01:00
WaitQueue.cpp
WaitQueue.h