sortix--sortix/kernel
Jonas 'Sortie' Termansen 398eee1a8b Add AHCI driver. 2016-02-02 22:47:49 +01:00
..
disk Add AHCI driver. 2016-02-02 22:47:49 +01:00
fs Simplify directory reading. 2016-01-26 18:42:54 +01:00
gpu/bga
include/sortix Rewrite ATA driver. 2016-02-02 22:47:49 +01:00
kb Add PS/2 controller driver. 2016-01-23 00:50:53 +01:00
mouse Add PS/2 mouse driver. 2016-01-23 00:50:53 +01:00
net Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
x64 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86 Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
x86-family Refactor boot page availability testing. 2016-01-26 17:51:25 +01:00
.gitignore Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
Makefile Add AHCI driver. 2016-02-02 22:47:49 +01:00
addralloc.cpp
alarm.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
clock.cpp Fix firing of absolute clocks. 2016-01-22 21:17:05 +01:00
com.cpp Initialize paging before KernelInit. 2015-08-21 21:25:00 +02:00
com.h Initialize paging before KernelInit. 2015-08-21 21:25:00 +02:00
copy.cpp Fix kernel string copy from user-space. 2015-10-09 16:17:52 +02:00
crc32.cpp
debugger.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
descriptor.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
dtable.cpp Fix closefrom(2) infinite loop. 2016-01-22 20:01:32 +01:00
elf.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
identity.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
initrd.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
initrd.h
inode.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
interlock.cpp
interrupt.cpp Silence static analysis warnings. 2016-01-08 00:48:01 +01:00
io.cpp Fix fsm_mountat(2) error handling. 2016-01-27 21:36:04 +01:00
ioctx.cpp
kernel.cpp Add AHCI driver. 2016-02-02 22:47:49 +01:00
kernelinfo.cpp Add kernelinfo firmware string. 2016-01-26 17:45:06 +01:00
kthread.cpp
lfbtextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
lfbtextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
linebuffer.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
linebuffer.h Add termios(2). 2016-01-25 15:47:40 +01:00
log.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
logterminal.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
logterminal.h Add termios(2). 2016-01-25 15:47:40 +01:00
memorymanagement.cpp Add paging no-execute and write protection support. 2016-01-25 17:39:57 +01:00
mtable.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
multiboot.h
op-new.cpp
panic.cpp Center ascii cat on boot. 2016-01-08 19:56:11 +01:00
partition.cpp Fix partition reads and writes at end. 2015-09-25 14:59:04 +02:00
partition.h Fix partition inode type and stat method. 2015-03-11 14:27:43 +01:00
pci-mmio.cpp Fix MapPCIBAR potential overflow. 2016-01-08 00:39:13 +01:00
pci.cpp Fix PCI code. 2015-02-08 22:58:32 +01:00
pipe.cpp Fix pipe destruction race condition. 2015-10-09 16:17:52 +02:00
poll.cpp Implement ppoll(2) timeouts. 2015-12-12 19:28:08 +01:00
process.cpp Execute only programs with an executable bit set. 2016-01-25 17:39:57 +01:00
psctl.cpp Add psctl(2). 2015-12-12 19:28:07 +01:00
ptable.cpp Add psctl(2). 2015-12-12 19:28:07 +01:00
random.cpp Add arc4random support to the kernel. 2015-08-22 01:04:58 +02:00
refcount.cpp
registers.cpp
resource.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
scheduler.cpp Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
segment.cpp
signal.cpp Fix untimely delivery of signals during userfs reference count messages. 2016-01-07 19:08:43 +01:00
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp Add termios(2). 2016-01-25 15:47:40 +01:00
textbuffer.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
textterminal.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
textterminal.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
thread.cpp Implement CLOCK_THREAD_CPUTIME_ID and CLOCK_THREAD_SYSTIME_ID. 2016-01-09 02:28:44 +01:00
time.cpp Implement CLOCK_THREAD_CPUTIME_ID and CLOCK_THREAD_SYSTIME_ID. 2016-01-09 02:28:44 +01:00
timer.cpp
uart.cpp
uart.h
user-timer.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
vga.cpp Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
vga.h Fix box drawing character ninth column rendering. 2015-09-25 14:59:04 +02:00
vgafont.f16 Allow bootloader bitmap framebuffer modesetting. 2016-01-08 19:56:11 +01:00
vgatextbuffer.cpp Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
vgatextbuffer.h Add console backspace bold and underline support. 2016-01-23 01:02:50 +01:00
video.cpp Schedule full console redraw after user-space framebuffer write. 2016-01-08 19:56:11 +01:00
vnode.cpp Simplify directory reading. 2016-01-26 18:42:54 +01:00
worker.cpp