1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
2015-05-15 16:18:19 +02:00
..
fs Honor O_EXCL only if O_CREAT. 2015-02-08 22:58:32 +01:00
gpu/bga
include/sortix Fix PCI code. 2015-02-08 22:58:32 +01:00
kb
net
x64
x86
x86-family Fix PCI code. 2015-02-08 22:58:32 +01:00
.gitignore
addralloc.cpp
alarm.cpp
ata.cpp
ata.h
clock.cpp
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp
descriptor.cpp
dtable.cpp
elf.cpp
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp Replace system call array types with pointers. 2015-01-23 14:52:51 +01:00
ioctx.cpp
kernel.cpp Remove per-architecture exec-prefixes from filesystem hierarchy. 2015-04-23 20:02:03 +02:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
Makefile Use standard compiler environment variables. 2015-05-10 16:56:22 +02:00
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
partition.cpp Fix partition inode type and stat method. 2015-03-11 14:27:43 +01:00
partition.h Fix partition inode type and stat method. 2015-03-11 14:27:43 +01:00
pci-mmio.cpp
pci.cpp Fix PCI code. 2015-02-08 22:58:32 +01:00
pipe.cpp Fix PipeNode destructor not being virtual. 2015-05-15 16:18:19 +02:00
poll.cpp
process.cpp Replace system call array types with pointers. 2015-01-23 14:52:51 +01:00
ptable.cpp
random.cpp Fix fake kernel entropy being entirely static. 2015-03-11 14:27:43 +01:00
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp Fix exit_thread(2) passing unaligned sizes to UnmapMemory. 2015-03-11 14:27:43 +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 Fix unmount double unref. 2015-04-05 01:18:25 +02:00
worker.cpp