sortix--sortix/kernel
Jonas 'Sortie' Termansen bcf72f71e4 Fix premature return during VGA text buffer emergency reset. 2014-04-24 00:03:52 +02:00
..
fs
include/sortix Fix kernel refcounted classes without virtual destructor. 2014-03-31 19:47:54 +02:00
kb
net
x64 Rename useresp to esp and userrsp to rsp. 2014-03-17 19:22:13 +01:00
x86 Rename useresp to esp and userrsp to rsp. 2014-03-17 19:22:13 +01:00
x86-family Fix wrong TSS limit. 2014-04-22 18:06:00 +02:00
.gitignore
Makefile
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp
ata.h
bga.cpp
bga.h
calltrace.cpp
clock.cpp
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp Fix missing braces in kernel/debugger.cpp. 2014-04-05 17:02:49 +02:00
descriptor.cpp Fix uninitialized bool in kernel Descriptor class. 2014-04-22 18:06:14 +02:00
dispmsg.cpp
dispmsg.h
dtable.cpp
elf.cpp
elf.h
end.cpp
fcache.cpp
fsfunc.cpp
identity.cpp
identity.h
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp
io.h
ioctx.cpp
kernel.cpp
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp
partition.h
pci.cpp Fix 32-bit PCI devices not having bar sizes correctly determined. 2014-03-31 19:08:51 +02:00
pipe.cpp
pipe.h
poll.cpp
poll.h
process.cpp Fix troublesome debug assertions in kernel/process.cpp. 2014-03-31 19:47:54 +02:00
refcount.cpp
resource.cpp
resource.h
scheduler.cpp
segment.cpp
signal.cpp
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgatextbuffer.cpp Fix premature return during VGA text buffer emergency reset. 2014-04-24 00:03:52 +02:00
vgatextbuffer.h
video.cpp
vnode.cpp
worker.cpp