serenity/Kernel
Andreas Kling dfaa2b6b02 Convert VirtualConsole to the new coding style.
I'm still playing around with finding a style that I like.
This is starting to feel pleasing to the eye. I guess this is how long
it took me to break free from the habit of my previous Qt/WK coding style.
2018-11-01 14:11:22 +01:00
..
Boot Enable A20 line at boot. 2018-10-27 14:09:33 +02:00
.bochsrc Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 2018-10-25 17:36:18 +02:00
.gitignore Stop committing changes to _fs_contents and generate it in the sync script. 2018-10-28 01:21:15 +02:00
_fs_contents.stock Stop committing changes to _fs_contents and generate it in the sync script. 2018-10-28 01:21:15 +02:00
_hello.cpp
_start.cpp
_test.cpp
Assertions.h
CMOS.cpp
CMOS.h
Console.cpp Fix bug where Console::the() was initialized too late. 2018-10-30 23:02:06 +01:00
Console.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
Disk.cpp Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
Disk.h
errno.h Add basic symlink support. 2018-10-28 14:11:51 +01:00
ext2fs.h
i386.cpp Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
i386.h
i8253.cpp Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
i8253.h
IDEDiskDevice.cpp Snazz up the kprintf() output a bit by giving it its own color. 2018-10-31 20:14:23 +01:00
IDEDiskDevice.h
init.cpp Convert VirtualConsole to the new coding style. 2018-11-01 14:11:22 +01:00
InlineLinkedList.h
IO.cpp
IO.h
IRQHandler.cpp
IRQHandler.h
kassert.h Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
Keyboard.cpp Convert VirtualConsole to the new coding style. 2018-11-01 14:11:22 +01:00
Keyboard.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
kmalloc.cpp Implement address validation by querying the task's page directory. 2018-11-01 12:45:51 +01:00
kmalloc.h Give each task its own page directory. 2018-11-01 09:01:51 +01:00
kprintf.cpp Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
kprintf.h Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
kstdio.h
ktime.h
linker.ld
Makefile Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
MemoryManager.cpp Move Region and Subregion out of Process and make them free classes. 2018-11-01 13:21:02 +01:00
MemoryManager.h Move Region and Subregion out of Process and make them free classes. 2018-11-01 13:21:02 +01:00
mkmap.sh Add a very hackish /proc/PID/stack. 2018-10-26 22:33:15 +02:00
PIC.cpp
PIC.h
Process.cpp Add a /proc/PID/fds text files that lists all the fds open in a process. 2018-11-01 14:00:28 +01:00
Process.h Add a /proc/PID/fds text files that lists all the fds open in a process. 2018-11-01 14:00:28 +01:00
ProcFileSystem.cpp Add a /proc/PID/fds text files that lists all the fds open in a process. 2018-11-01 14:00:28 +01:00
ProcFileSystem.h Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
Queue.h
RefCounted.h
RefPtr.h
RTC.cpp Add assertion that RTC year is >= 2018. 2018-10-31 00:27:28 +01:00
RTC.h Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). 2018-10-25 17:36:18 +02:00
run
StdLib.cpp Fix busted display of tty names in /proc/summary. 2018-10-31 22:43:49 +01:00
StdLib.h Fix busted display of tty names in /proc/summary. 2018-10-31 22:43:49 +01:00
sync-local.sh Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
sync.sh Fix busted display of tty names in /proc/summary. 2018-10-31 22:43:49 +01:00
Syscall.cpp Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
Syscall.h Enough compatibility work to make figlet build and run! 2018-10-31 17:52:59 +01:00
system.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
TSS.h
TTY.cpp Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
TTY.h Add sys$ttyname_r and ttyname_r() + ttyname(). 2018-10-30 22:03:02 +01:00
types.h Implement loading of linked ELF executables. 2018-10-27 14:56:52 +02:00
VGA.cpp Process now maps regions immediately when they are allocated. 2018-11-01 13:15:46 +01:00
VGA.h Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
VirtualConsole.cpp Convert VirtualConsole to the new coding style. 2018-11-01 14:11:22 +01:00
VirtualConsole.h Convert VirtualConsole to the new coding style. 2018-11-01 14:11:22 +01:00