sortix--sortix/kernel
Jonas 'Sortie' Termansen 9ee05a5afc Fix kernel/addralloc.cpp file header comment. 2017-08-20 12:44:59 +02:00
..
disk
fs
gpu/bga
include/sortix Fix <signal.h> namespace pollution for strict C. 2017-08-20 12:44:33 +02:00
kb
mouse
net
x64 Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00
x86 Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00
x86-family Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
.gitignore
Makefile
addralloc.cpp Fix kernel/addralloc.cpp file header comment. 2017-08-20 12:44:59 +02:00
alarm.cpp
clock.cpp
com.cpp
com.h
copy.cpp
descriptor.cpp
dtable.cpp
elf.cpp
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp Fix initrd_get_inode return value not being checked for error. 2017-07-02 21:55:37 +02:00
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
io.cpp
ioctx.cpp
kernel.cpp Print an kernel error rather than panicing if init(8) exits abnormally. 2017-05-21 23:28:12 +02:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
libk.cpp
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
palette.h
panic.cpp
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp Fix pipe and unix socket iovec support. 2017-05-15 22:11:24 +02:00
poll.cpp
process.cpp
psctl.cpp
ptable.cpp
pty.cpp
pty.h
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
syscall.cpp Fail with ENOSYS on bad system calls. 2017-06-14 20:00:50 +01:00
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp
time.cpp
timer.cpp
tty.cpp
tty.h
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgafont.f16
vgatextbuffer.cpp
vgatextbuffer.h
video.cpp
vnode.cpp
worker.cpp