sortix--sortix/kernel
Jonas 'Sortie' Termansen 8f7c72abc1 Add utility functions for mapping PCI memory areas. 2014-11-18 23:14:49 +01:00
..
fs Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01:00
include/sortix Add utility functions for mapping PCI memory areas. 2014-11-18 23:14:49 +01:00
kb Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
net Deliver SIGPIPE on filesystem socket disconnect. 2014-07-20 15:05:58 +02:00
x64 Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
x86 Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
x86-family Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
.gitignore
Makefile Add utility functions for mapping PCI memory areas. 2014-11-18 23:14:49 +01:00
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp Relocate kernel IO port functions to <sortix/kernel/ioport.h>. 2014-11-18 18:10:22 +01:00
ata.h
bga.cpp Implement searching for multiple PCI devices matching a pattern. 2014-11-18 22:00:29 +01:00
bga.h
calltrace.cpp
clock.cpp Fix waiting for absolute time on clocks. 2014-10-18 15:30:11 +02:00
com.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
com.h
copy.cpp
crc32.cpp
debugger.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
descriptor.cpp Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01: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 Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01:00
interlock.cpp
interrupt.cpp Fix interrupt worker quality. 2014-09-23 20:45:57 +02:00
io.cpp Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01:00
io.h
ioctx.cpp
kernel.cpp Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
logterminal.cpp Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
logterminal.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
memorymanagement.cpp Fix wrong sizeof in memstat(2). 2014-10-18 15:30:11 +02:00
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
partition.cpp
partition.h
pci-mmio.cpp Add utility functions for mapping PCI memory areas. 2014-11-18 23:14:49 +01:00
pci.cpp Implement searching for multiple PCI devices matching a pattern. 2014-11-18 22:00:29 +01: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 Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
ptable.cpp Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
refcount.cpp
registers.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
resource.cpp Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
resource.h
scheduler.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
segment.cpp Add kernel uthread support. 2014-07-08 17:41:50 +02:00
signal.cpp Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
textterminal.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
thread.cpp Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
time.cpp
timer.cpp
uart.cpp Relocate kernel IO port functions to <sortix/kernel/ioport.h>. 2014-11-18 18:10:22 +01:00
uart.h
user-timer.cpp Remove obsolete system calls. 2014-09-25 17:49:02 +02:00
vga.cpp Relocate kernel IO port functions to <sortix/kernel/ioport.h>. 2014-11-18 18:10:22 +01:00
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 Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01:00
worker.cpp