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-12-03 13:58:29 +01:00
..
fs Optimize userfs using scheduler yield hints. 2014-12-02 21:17:10 +01:00
gpu/bga
include/sortix Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
kb Refactor interrupt handler registration. 2014-12-02 21:30:39 +01:00
net
x64
x86
x86-family Refactor interrupt handler registration. 2014-12-02 21:30:39 +01:00
.gitignore
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp
ata.h
clock.cpp
com.cpp Refactor interrupt handler registration. 2014-12-02 21:30:39 +01:00
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 Add symbolic links. 2014-12-02 17:36:36 +01:00
dtable.cpp Optimize file descriptor allocation. 2014-12-01 22:51:07 +01:00
elf.cpp
elf.h
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
hostname.h Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
identity.cpp
identity.h
initrd.cpp Add symbolic links. 2014-12-02 17:36:36 +01:00
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp Add symbolic links. 2014-12-02 17:36:36 +01:00
io.h
ioctx.cpp
kernel.cpp Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
Makefile Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
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
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp Optimize pipe transfers using scheduler yield hints. 2014-12-02 21:17:14 +01:00
pipe.h
poll.cpp
poll.h
process.cpp
ptable.cpp
random.cpp
refcount.cpp
registers.cpp
resource.cpp
resource.h
scheduler.cpp Implement yielding a timeslice to another thread. 2014-12-02 21:15:08 +01:00
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp Implement yielding a timeslice to another thread. 2014-12-02 21:15:08 +01:00
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