serenity/Kernel
2019-04-21 04:09:39 +02:00
..
Boot
Devices Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9. 2019-04-18 16:08:52 +02:00
ELF Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
FileSystem Kernel+ProcessManager: Show per-process syscall counts. 2019-04-17 23:16:14 +02:00
Net Kernel: Support non-blocking connect(). 2019-04-08 04:52:21 +02:00
TTY AK: Add String::copy(BufferType) helper. 2019-04-20 14:13:40 +02:00
VM AK: Improve smart pointer ergonomics a bit. 2019-04-14 02:36:06 +02:00
.bochsrc
.gitignore
Alarm.h
Assertions.h Kernel: Remove two unneeded headers. 2019-04-10 22:49:11 +02:00
CMOS.cpp
CMOS.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
Console.cpp Kernel: Remove two unneeded headers. 2019-04-10 22:49:11 +02:00
Console.h Kernel: Move devices into Kernel/Devices/. 2019-04-03 12:36:40 +02:00
DoubleBuffer.cpp
DoubleBuffer.h
i386.cpp Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
i386.h Kernel: Merge TSS.h into i386.h. 2019-04-14 04:39:56 +02:00
i8253.cpp
i8253.h
init.cpp Snake: Flesh out a basic snake game :^) 2019-04-20 03:24:50 +02:00
IO.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
IRQHandler.cpp
IRQHandler.h
KeyCode.h Minesweeper: Add some menus. 2019-04-13 14:32:18 +02:00
kmalloc.cpp Kernel: Make it possible to have kmalloc() dump call stacks. 2019-04-15 23:58:48 +02:00
kmalloc.h Kernel: Make it possible to have kmalloc() dump call stacks. 2019-04-15 23:58:48 +02:00
kprintf.cpp Kernel: Remove two unneeded headers. 2019-04-10 22:49:11 +02:00
KResult.h Kernel: Yet more work on bringing up POSIX SHM. 2019-04-09 02:37:38 +02:00
kstdio.h Kernel: Remove two unneeded headers. 2019-04-10 22:49:11 +02:00
KSyms.cpp Kernel: Make symbolication callable from kmalloc(). 2019-04-15 23:50:25 +02:00
KSyms.h
LinearAddress.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
linker.ld
Lock.h Kernel: Lock::unlock_if_locked() should never donate to holder. 2019-04-17 12:37:44 +02:00
makeall.sh Snake: Flesh out a basic snake game :^) 2019-04-20 03:24:50 +02:00
Makefile Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +02:00
mkmap.sh
MousePacket.h
PCI.cpp
PCI.h
PhysicalAddress.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
PIC.cpp Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
PIC.h
Process.cpp Kernel: Remove "restorer" field from SignalActionData. 2019-04-20 19:32:14 +02:00
Process.h Kernel: Make the colonel run at "Idle" priority (the lowest possible.) 2019-04-20 15:58:45 +02:00
RTC.cpp
RTC.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
run
Scheduler.cpp Kernel: Make the colonel run at "Idle" priority (the lowest possible.) 2019-04-20 15:58:45 +02:00
Scheduler.h Kernel: Remove system.h and make the uptime global a qword. 2019-04-14 01:29:14 +02:00
SharedMemory.cpp Kernel: Yet more work on bringing up POSIX SHM. 2019-04-09 02:37:38 +02:00
SharedMemory.h Kernel: Yet more work on bringing up POSIX SHM. 2019-04-09 02:37:38 +02:00
StdLib.cpp Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
StdLib.h Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. 2019-04-06 14:29:29 +02:00
sync.sh Snake: Flesh out a basic snake game :^) 2019-04-20 03:24:50 +02:00
Syscall.cpp Kernel+ProcessManager: Show per-process syscall counts. 2019-04-17 23:16:14 +02:00
Syscall.h Get rid of SERENITY macro since the compiler already defines __serenity__ 2019-04-20 12:58:49 +02:00
Thread.cpp Kernel: Remove some more unnecessary Thread members. 2019-04-20 19:29:48 +02:00
Thread.h Kernel: Remove "restorer" field from SignalActionData. 2019-04-20 19:32:14 +02:00
UnixTypes.h Kernel: Remove "restorer" field from SignalActionData. 2019-04-20 19:32:14 +02:00