sortix--sortix/kernel
Jonas 'Sortie' Termansen fbefc30229 Securely copy to and from user-space. 2014-12-02 15:35:50 +01:00
..
fs Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
gpu/bga
include/sortix Optimize file descriptor allocation. 2014-12-01 22:51:07 +01:00
kb
net
x64 Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
x86 Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
x86-family Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
.gitignore
Makefile Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp
ata.h
clock.cpp
com.cpp
com.h
copy.cpp Securely copy to and from user-space. 2014-12-02 15:35:50 +01:00
crc32.cpp
debugger.cpp Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
descriptor.cpp
dtable.cpp Optimize file descriptor allocation. 2014-12-01 22:51:07 +01:00
elf.cpp Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
elf.h
end.cpp
fcache.cpp Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
fsfunc.cpp
identity.cpp Rename <sortix/syscallnum.h> to <sortix/syscall.h>. 2014-11-27 01:18:58 +01:00
identity.h
initrd.cpp Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
io.cpp Add fcntl(F_PREVFD) and fcntl(F_NEXTFD). 2014-12-01 21:39:05 +01:00
io.h
ioctx.cpp
kernel.cpp Add getentropy(2). 2014-11-28 13:35:51 +01:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp Securely copy to and from user-space. 2014-12-02 15:35:50 +01:00
mtable.cpp
multiboot.h Upgrade to latest upstream multiboot header. 2014-12-01 22:51:07 +01:00
op-new.cpp
panic.cpp Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp
pipe.h
poll.cpp Rename <sortix/syscallnum.h> to <sortix/syscall.h>. 2014-11-27 01:18:58 +01:00
poll.h
process.cpp Store loaded programs in special allocations rather than the kernel heap. 2014-11-26 22:27:57 +01:00
ptable.cpp
random.cpp Add getentropy(2). 2014-11-28 13:35:51 +01:00
refcount.cpp
registers.cpp
resource.cpp
resource.h
scheduler.cpp
segment.cpp
signal.cpp
sockopt.cpp
string.cpp Remove String::Combine kernel function. 2014-11-30 19:53:42 +01:00
symbol.cpp
syscall.cpp Rename <sortix/syscallnum.h> to <sortix/syscall.h>. 2014-11-27 01:18:58 +01:00
textbuffer.cpp
textterminal.cpp Support \e[39m and \e[49m in the console. 2014-11-28 15:30:39 +01:00
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
vnode.cpp
worker.cpp