sortix--sortix/kernel
Jonas 'Sortie' Termansen e20dd6ed06 Fix waiting for absolute time on clocks. 2014-10-18 15:30:11 +02:00
..
fs Fix userfs renaming between directories. 2014-10-18 15:30:11 +02:00
include/sortix Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
kb Fix interrupt worker quality. 2014-09-23 20:45:57 +02:00
net Deliver SIGPIPE on filesystem socket disconnect. 2014-07-20 15:05:58 +02:00
x64 Implement signals. 2014-07-22 13:25:39 +02:00
x86 Implement signals. 2014-07-22 13:25:39 +02:00
x86-family Implement signals. 2014-07-22 13:25:39 +02:00
.gitignore
Makefile Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp Fix ATA PIO driver not correctly detecting harddisk size. 2014-05-16 15:13:02 +02:00
ata.h
bga.cpp
bga.h
calltrace.cpp
clock.cpp Fix waiting for absolute time on clocks. 2014-10-18 15:30:11 +02:00
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp Clean up scheduler. 2014-08-24 14:02:42 +02:00
descriptor.cpp Fix kernel leaking ESPIPE in non-error cases. 2014-09-25 18:12:53 +02:00
dispmsg.cpp
dispmsg.h
dtable.cpp
elf.cpp Add kernel uthread support. 2014-07-08 17:41:50 +02:00
elf.h Add kernel uthread support. 2014-07-08 17:41:50 +02:00
end.cpp
fcache.cpp Fix FileCache::ChangeNumBlocks using memory after realloc shrink. 2014-06-27 16:17:47 +02:00
fsfunc.cpp
identity.cpp
identity.h
initrd.cpp
initrd.h
inode.cpp Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
interlock.cpp
interrupt.cpp Fix interrupt worker quality. 2014-09-23 20:45:57 +02:00
io.cpp Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
io.h
ioctx.cpp
kernel.cpp Add rdmsr(2) and wrmsr(2). 2014-05-29 17:14:30 +02:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp Implement signals. 2014-07-22 13:25:39 +02:00
logterminal.h
memorymanagement.cpp Fix missing TLB-flush in mprotect(). 2014-06-17 23:53:26 +02:00
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 Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
pipe.h
poll.cpp Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
poll.h
process.cpp Fix waitpid status copying to user-space. 2014-10-04 17:10:25 +02:00
refcount.cpp
resource.cpp
resource.h
scheduler.cpp Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
segment.cpp Add kernel uthread support. 2014-07-08 17:41:50 +02:00
signal.cpp Implement signals. 2014-07-22 13:25:39 +02:00
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp Clean up scheduler. 2014-08-24 14:02:42 +02:00
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
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