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-08-26 23:12:45 +02:00
..
fs Add tcgetblob and statvfs support to kramfs. 2015-08-26 23:12:45 +02:00
gpu/bga
include/sortix Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
kb
net Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
x64 Clear registers after system calls. 2015-08-26 16:29:18 +02:00
x86 Clear registers after system calls. 2015-08-26 16:29:18 +02:00
x86-family Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
.gitignore
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 Initialize paging before KernelInit. 2015-08-21 21:25:00 +02:00
com.h Initialize paging before KernelInit. 2015-08-21 21:25:00 +02:00
copy.cpp
crc32.cpp
debugger.cpp Replace strtok_r uses with strsep. 2015-08-26 17:49:28 +02:00
descriptor.cpp Fix missing lock in kernel descriptor fork. 2015-06-27 17:06:32 +02:00
dtable.cpp Add closefrom(2). 2015-08-26 14:01:25 +02:00
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 Add closefrom(2). 2015-08-26 14:01:25 +02:00
ioctx.cpp
kernel.cpp Add random device. 2015-08-22 01:04:58 +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 Refactor kernel log. 2015-08-21 21:25:01 +02:00
logterminal.cpp Fix log terminal write insecure copying. 2015-08-21 20:41:33 +02:00
logterminal.h
Makefile Add random device. 2015-08-22 01:04:58 +02:00
memorymanagement.cpp Detect physical memory before initializing the kernel log. 2015-08-21 21:25:00 +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 Detect physical memory before initializing the kernel log. 2015-08-21 21:25:00 +02:00
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 Make nfds_t size_t. 2015-08-21 21:25:00 +02:00
process.cpp Fix ctype invocations with wrong domain. 2015-08-11 15:57:56 +02:00
ptable.cpp
random.cpp Add arc4random support to the kernel. 2015-08-22 01:04:58 +02: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 Clear registers after system calls. 2015-08-26 16:29:18 +02:00
sockopt.cpp
string.cpp
symbol.cpp
syscall.cpp Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
textbuffer.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
textterminal.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
textterminal.h Refactor kernel log. 2015-08-21 21:25:01 +02:00
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 Refactor kernel log. 2015-08-21 21:25:01 +02:00
vnode.cpp Fix unmount double unref. 2015-04-05 01:18:25 +02:00
worker.cpp