sortix--sortix/kernel
Jonas 'Sortie' Termansen 24cf8f42b8 Silence maybe initialized warning in sigsuspend. 2015-12-12 16:53:42 +01:00
..
fs Fix fsmarshall not handling users and groups. 2015-10-28 16:07:36 +01:00
gpu/bga
include/sortix Prevent orphan processes from becoming zombies. 2015-10-28 19:36:33 +01:00
kb
net
x64 Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
x86 Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
x86-family
.gitignore
Makefile Fix kernel makefile finding crtbegin.o and crtend.o when not needed. 2015-12-12 16:53:42 +01:00
addralloc.cpp
alarm.cpp
ata.cpp
ata.h
clock.cpp
com.cpp
com.h
copy.cpp Fix kernel string copy from user-space. 2015-10-09 16:17:52 +02:00
crc32.cpp
debugger.cpp
descriptor.cpp
dtable.cpp
elf.cpp
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp
ioctx.cpp
kernel.cpp Add kernel --init option. 2015-10-28 19:36:33 +01:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp Fix pipe destruction race condition. 2015-10-09 16:17:52 +02:00
poll.cpp
process.cpp Prevent orphan processes from becoming zombies. 2015-10-28 19:36:33 +01:00
ptable.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
segment.cpp
signal.cpp Silence maybe initialized warning in sigsuspend. 2015-12-12 16:53:42 +01:00
sockopt.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
vgatextbuffer.h
video.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
vnode.cpp Add ENOMOUNT. 2015-10-28 19:36:33 +01:00
worker.cpp