sortix--sortix/kernel
Jonas 'Sortie' Termansen 48c6ccdf06 Fix MapPCIBAR potential overflow. 2016-01-08 00:39:13 +01:00
..
fs Fix untimely delivery of signals during userfs reference count messages. 2016-01-07 19:08:43 +01:00
gpu/bga
include/sortix Fix untimely delivery of signals during userfs reference count messages. 2016-01-07 19:08:43 +01:00
kb Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
net
x64 Fix x86 Alignment Check and Security Exception handlers. 2016-01-07 19:17:04 +01:00
x86 Fix x86 Alignment Check and Security Exception handlers. 2016-01-07 19:17:04 +01:00
x86-family Add interface to get 32-bit pages. 2015-08-28 15:24:54 +02:00
.gitignore Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
Makefile Add keyboard layout support to kernel. 2015-12-19 02:44:15 +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 Write newline when closing the kernel debugger. 2015-08-27 22:12:45 +02:00
descriptor.cpp Fix LinkInodeInDir return value. 2015-09-25 15:01:20 +02:00
dtable.cpp Fix dtable return value type errors and missing input validation. 2015-09-25 15:01:20 +02:00
elf.cpp
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp Fix dup3(2) O_CLOEXEC and O_CLOFORK handling. 2016-01-08 00:36:14 +01:00
ioctx.cpp
kernel.cpp Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp Fix console margin not having color of nearest neighbour. 2015-09-25 15:01:19 +02:00
lfbtextbuffer.h
linebuffer.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
linebuffer.h
log.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
logterminal.cpp Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
logterminal.h Add keyboard layout support to kernel. 2015-12-19 02:44:15 +01:00
memorymanagement.cpp Fix munmap(2) shrink from right logic. 2015-10-01 22:50:51 +02:00
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp Fix partition reads and writes at end. 2015-09-25 14:59:04 +02:00
partition.h
pci-mmio.cpp Fix MapPCIBAR potential overflow. 2016-01-08 00:39:13 +01:00
pci.cpp
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 Add scram(2). 2015-12-12 22:53:07 +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
scheduler.cpp Remove kernel Scheduler::Init(). 2015-12-12 19:28:07 +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 scram(2). 2015-12-12 22:53:07 +01:00
textbuffer.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
textterminal.cpp Fix kernel console rendering U+007F. 2016-01-07 19:17:04 +01:00
textterminal.h Refactor kernel log. 2015-08-21 21:25:01 +02:00
thread.cpp Fix untimely delivery of signals during userfs reference count messages. 2016-01-07 19:08:43 +01:00
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h Fix box drawing character ninth column rendering. 2015-09-25 14:59:04 +02:00
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