sortix-mirror/sortix
Jonas 'Sortie' Termansen eb5be61d20 Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
..
fs Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
include/sortix Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
kb Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
x64 Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
x86 Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
x86-family Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
.gitignore Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
Makefile Refactor Sortix build system and de-autoconf mxmpp. 2013-12-17 14:30:22 +01:00
ata.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
ata.h Update coding style of ATA driver. 2012-12-14 14:13:37 +01:00
bga.cpp BGA: Fix possible memory leak. 2012-12-14 14:13:37 +01:00
bga.h Wrote a driver for the Bochs VBE Extensions (BGA). 2012-07-30 19:03:48 +02:00
calltrace.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
calltrace.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
com.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
com.h Thread secured the COM driver. 2012-08-04 18:35:22 +02:00
cpu.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
crc32.cpp Move crc32 checksum code into kernel. 2012-12-14 14:13:34 +01:00
descriptors.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
descriptors.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
device.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
device.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
directory.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
directory.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
dispmsg.cpp Add dispmsg_issue(2). 2013-09-24 17:09:48 +02:00
dispmsg.h Add dispmsg_issue(2). 2013-09-24 17:09:48 +02:00
elf.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
elf.h Program loader now sets the correct program segment type. 2011-12-16 15:33:12 +01:00
end.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
filesystem.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
filesystem.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
initrd.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
initrd.h Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
interlock.cpp Fix interlock implementation on x86_64 and x86. 2013-07-09 20:28:55 +02:00
interrupt.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
interrupt.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
io.cpp Void system calls must now have a return value. 2013-07-07 17:03:01 +02:00
io.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
kernel.cpp Add dispmsg_issue(2). 2013-09-24 17:09:48 +02:00
kernelinfo.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
kernelinfo.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
keyboard.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
keyboard.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
kthread.cpp Fix deadlock in kthread_cond_wait. 2013-07-11 18:07:03 +02:00
lfbtextbuffer.cpp Replace <libmaxsi/memory.h> with <string.h>. 2012-12-14 14:13:34 +01:00
lfbtextbuffer.h The lfb text buffer class now uses the correct cursor color. 2012-09-08 18:45:52 +02:00
linebuffer.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
linebuffer.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
log.cpp Move remainder of Maxsi::String into kernel tree. 2012-12-14 14:13:35 +01:00
logterminal.cpp Replace <libmaxsi/format.h> with <stdio.h>. 2012-12-14 14:13:34 +01:00
logterminal.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
memorymanagement.cpp Make sys_memstat arguments optional. 2013-09-24 17:09:48 +02:00
mount.cpp Move remainder of Maxsi::String into kernel tree. 2012-12-14 14:13:35 +01:00
mount.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
multiboot.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
panic.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
pci.cpp Replace ASSERT with assert of <assert.h>. 2012-12-14 14:13:34 +01:00
pipe.cpp Remember path when opening files. 2012-12-14 14:13:37 +01:00
pipe.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
process.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
process.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
refcount.cpp Replace ASSERT with assert of <assert.h>. 2012-12-14 14:13:34 +01:00
scheduler.cpp Void system calls must now have a return value. 2013-07-07 17:03:01 +02:00
scheduler.h Fix Sortix::Scheduler::ExitThread not being noreturn. 2013-09-24 16:52:29 +02:00
serialterminal.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
serialterminal.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
signal.cpp Replace <libmaxsi/memory.h> with <string.h>. 2012-12-14 14:13:34 +01:00
signal.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
sound.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
sound.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
stream.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
string.cpp Fix kernel compile warnings. 2013-07-09 20:28:55 +02:00
syscall.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
syscall.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
terminal.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
terminal.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
textbuffer.cpp Replace ASSERT with assert of <assert.h>. 2012-12-14 14:13:34 +01:00
textterminal.cpp Remember path when opening files. 2012-12-14 14:13:37 +01:00
textterminal.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
thread.cpp Void system calls must now have a return value. 2013-07-07 17:03:01 +02:00
thread.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
time.cpp The PIC can now be deprogrammed and reprogrammed. 2012-05-26 14:00:24 +02:00
time.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
uart.cpp Move remainder of Maxsi::String into kernel tree. 2012-12-14 14:13:35 +01:00
uart.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
utf8.cpp Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
utf8.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
vga.cpp Replace <libmaxsi/memory.h> with <string.h>. 2012-12-14 14:13:34 +01:00
vga.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
vgatextbuffer.cpp Fixed VGA text buffer rendering non-ascii text incorrectly. 2012-07-30 18:56:47 +02:00
vgatextbuffer.h The console can now be rendered to any text buffer. 2012-07-24 14:48:14 +02:00
video.cpp Add useful functions to <sortix/kernel/video.h> API. 2013-09-24 17:09:48 +02:00
worker.cpp Added a kernel worker thread for use when the kernel goes multithreaded. 2012-08-04 18:35:23 +02:00