sortix--sortix/kernel
Jonas 'Sortie' Termansen d235251139 Fix AbstractInode::statvfs not setting f_favail. 2015-06-27 17:06:43 +02:00
..
fs Honor O_EXCL only if O_CREAT. 2015-02-08 22:58:32 +01:00
gpu/bga
include/sortix Fix read-only mmap with backing store. 2015-06-27 17:06:33 +02:00
kb
net Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
x64 Forward compatibility with future rename of _start to __start. 2014-12-28 20:18:58 +01:00
x86 Forward compatibility with future rename of _start to __start. 2014-12-28 20:18:58 +01:00
x86-family Fix PCI code. 2015-02-08 22:58:32 +01:00
.gitignore
Makefile Use standard compiler environment variables. 2015-05-10 16:56:22 +02:00
addralloc.cpp
alarm.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
ata.cpp
ata.h
clock.cpp
com.cpp
com.h
copy.cpp
crc32.cpp
debugger.cpp
descriptor.cpp Fix missing lock in kernel descriptor fork. 2015-06-27 17:06:32 +02:00
dtable.cpp
elf.cpp Fix vulnerability if p_filesz exceeds p_memsz in ELF loader. 2015-06-27 17:06:43 +02:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
identity.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
initrd.cpp Fix unlinkat potentially following paths twice. 2015-06-27 17:06:32 +02:00
initrd.h
inode.cpp Fix AbstractInode::statvfs not setting f_favail. 2015-06-27 17:06:43 +02:00
interlock.cpp
interrupt.cpp
io.cpp Fix unlinkat potentially following paths twice. 2015-06-27 17:06:32 +02:00
ioctx.cpp
kernel.cpp Remove per-architecture exec-prefixes from filesystem hierarchy. 2015-04-23 20:02:03 +02:00
kernelinfo.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp Fix read-only mmap with backing store. 2015-06-27 17:06:33 +02:00
mtable.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
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 Fix poll zero timeout not being instant wakeup. 2015-06-27 17:06:43 +02:00
process.cpp Fix read-only mmap with backing store. 2015-06-27 17:06:33 +02: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 Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
scheduler.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
segment.cpp
signal.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
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 Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
vga.cpp Add unicode replacement character onto VGA font. 2014-12-28 20:18:58 +01:00
vga.h
vgatextbuffer.cpp Add unicode replacement character onto VGA font. 2014-12-28 20:18:58 +01:00
vgatextbuffer.h
video.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
vnode.cpp Fix unmount double unref. 2015-04-05 01:18:25 +02:00
worker.cpp