sortix-mirror/sortix
Jonas 'Sortie' Termansen d4e7934828 Fix insecure user-space pointer dereferences in sys_kernelinfo. 2014-01-19 22:47:52 +01:00
..
fs Fix struct kernel_dirent::d_namlen being called d_namelen. 2014-01-18 16:30:56 +01:00
include/sortix Fix struct kernel_dirent::d_namlen being called d_namelen. 2014-01-18 16:30:56 +01:00
kb Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
net Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
x64 Add missing includes to x86/process and x64/process.cpp. 2013-12-17 14:30:45 +01:00
x86 Add missing includes to x86/process and x64/process.cpp. 2013-12-17 14:30:45 +01:00
x86-family Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
.gitignore Restored support for JSSortix using very ugly hacks. :( 2011-09-08 11:10:41 +02:00
Makefile Allow the kernel to write to harddisks by default. 2013-12-19 17:42:07 +01:00
addralloc.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
alarm.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
alarm.h Add alarm(2) and alarmns(2). 2013-12-17 14:30:33 +01:00
ata.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
ata.h Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
bga.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
bga.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
calltrace.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
clock.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
com.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
com.h Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
copy.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
crc32.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
debugger.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
descriptor.cpp Fix fcntl(fd, F_SETFL, x) not setting the descriptor flags properly. 2014-01-19 00:32:11 +01:00
dispmsg.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
dispmsg.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dtable.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
elf.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
elf.h Load program symbol tables. 2013-12-17 14:30:35 +01:00
end.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
fcache.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
fsfunc.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
identity.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
identity.h Add {g,s}et{e,}{g,u}id(2). 2013-12-17 14:30:29 +01:00
initrd.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
initrd.h Free the initrd after extraction. 2013-12-17 14:30:28 +01:00
inode.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
interlock.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
interrupt.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
io.cpp Add symlink(2) and symlinkat(2) stub. 2013-12-19 17:42:08 +01:00
io.h Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
ioctx.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
kernel.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
kernelinfo.cpp Fix insecure user-space pointer dereferences in sys_kernelinfo. 2014-01-19 22:47:52 +01:00
kernelinfo.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
kthread.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
lfbtextbuffer.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
lfbtextbuffer.h Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
linebuffer.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
linebuffer.h Improve kernel terminal line editing. 2013-12-17 14:30:35 +01:00
log.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
logterminal.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
logterminal.h Add tcsetpgrp(2) and tcgetpgrp(2). 2013-12-17 14:30:36 +01:00
memorymanagement.cpp Fix insecure user-space pointer dereferences in sys_memstat. 2014-01-19 22:47:51 +01:00
mtable.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
multiboot.h Fix trailing blank lines. 2013-12-17 14:30:23 +01:00
op-new.cpp Avoid libc conflicts with libstdc++. 2013-12-17 14:30:45 +01:00
panic.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
partition.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
partition.h Add mkpartition(2). 2013-12-17 14:30:36 +01:00
pci.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
pipe.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
pipe.h Add poll support to pipes. 2013-12-17 14:30:25 +01:00
poll.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
poll.h Add poll(2) and ppoll(2). 2013-12-17 14:30:25 +01:00
process.cpp Fix insecure user-space pointer dereferences in sys_tfork. 2014-01-19 22:47:52 +01:00
refcount.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
resource.cpp Add prlimit(2). 2013-12-17 14:30:41 +01:00
resource.h Add getpriority(2) and setpriority(2). 2013-12-17 14:30:41 +01:00
scheduler.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
segment.cpp Add virtual address space allocator for user-space. 2013-12-17 14:30:41 +01:00
serialterminal.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
serialterminal.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
signal.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
string.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
symbol.cpp Add kernel symbol support. 2013-12-17 14:30:35 +01:00
syscall.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
textbuffer.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
textterminal.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
textterminal.h Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
thread.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
time.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
timer.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
uart.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
uart.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
user-timer.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
utf8.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
utf8.h Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
vga.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
vga.h Refactor kernel VFS. 2013-12-17 14:30:24 +01:00
vgatextbuffer.cpp Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
vgatextbuffer.h Recover kernel log during emergencies. 2013-12-19 17:42:08 +01:00
video.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
vnode.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00
worker.cpp Remove <sortix/kernel/platform.h>. 2013-12-17 14:30:45 +01:00