1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
2014-11-26 21:14:13 +01:00
..
fs Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
gpu/bga Refactor kernel graphics support. 2014-11-19 00:08:49 +01:00
include/sortix Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
kb Let kernel debugger know how it was invoked. 2014-11-21 00:12:46 +01:00
net Implement SO_RCVBUF and SO_SNDBUF for filesystem sockets. 2014-11-25 17:14:46 +01:00
x64
x86
x86-family Optimize reading the CMOS real time clock. 2014-11-25 19:42:28 +01:00
.gitignore
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp
ata.h
calltrace.cpp
clock.cpp
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp Let kernel debugger know how it was invoked. 2014-11-21 00:12:46 +01:00
descriptor.cpp Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
dtable.cpp
elf.cpp
elf.h
end.cpp
fcache.cpp
fsfunc.cpp
identity.cpp
identity.h
initrd.cpp Flatten initrd symbolic links to hardlinks inside the same directory. 2014-11-25 22:49:19 +01:00
initrd.h Memory efficiently extract the initrd. 2014-11-24 22:32:57 +01:00
inode.cpp Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
interlock.cpp
interrupt.cpp
io.cpp Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
io.h
ioctx.cpp
kernel.cpp Memory efficiently extract the initrd. 2014-11-24 22:32:57 +01:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp Add support for \e[9xm and \e[10xm escape sequences. 2014-11-25 17:19:32 +01:00
lfbtextbuffer.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
logterminal.h Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
Makefile Implement SO_RCVBUF and SO_SNDBUF for filesystem sockets. 2014-11-25 17:14:46 +01:00
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp Implement SO_RCVBUF and SO_SNDBUF for filesystem sockets. 2014-11-25 17:14:46 +01:00
pipe.h
poll.cpp
poll.h
process.cpp Add #! support to execve(2). 2014-11-26 21:14:13 +01:00
ptable.cpp
refcount.cpp
registers.cpp
resource.cpp
resource.h
scheduler.cpp
segment.cpp
signal.cpp
sockopt.cpp Implement SO_RCVBUF and SO_SNDBUF for filesystem sockets. 2014-11-25 17:14:46 +01:00
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp Add support for \e[9xm and \e[10xm escape sequences. 2014-11-25 17:19:32 +01:00
textterminal.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
thread.cpp
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
vgatextbuffer.cpp Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
vgatextbuffer.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
video.cpp Refactor kernel graphics support. 2014-11-19 00:08:49 +01:00
vnode.cpp Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
worker.cpp