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-12-12 19:28:07 +01:00
..
fs Fix fsmarshall not handling users and groups. 2015-10-28 16:07:36 +01:00
gpu/bga
include/sortix Prevent orphan processes from becoming zombies. 2015-10-28 19:36:33 +01:00
kb
net Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
x64 Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
x86 Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
x86-family Add interface to get 32-bit pages. 2015-08-28 15:24:54 +02:00
.gitignore
addralloc.cpp
alarm.cpp
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 Fix kernel string copy from user-space. 2015-10-09 16:17:52 +02:00
crc32.cpp
debugger.cpp Write newline when closing the kernel debugger. 2015-08-27 22:12:45 +02:00
descriptor.cpp Fix LinkInodeInDir return value. 2015-09-25 15:01:20 +02:00
dtable.cpp Fix dtable return value type errors and missing input validation. 2015-09-25 15:01:20 +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
identity.cpp
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 faccessat(2) not reporting correct permissions. 2015-10-01 22:50:51 +02:00
ioctx.cpp
kernel.cpp Add kernel --init option. 2015-10-28 19:36:33 +01:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp Fix console margin not having color of nearest neighbour. 2015-09-25 15:01:19 +02:00
lfbtextbuffer.h
linebuffer.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
linebuffer.h
log.cpp Refactor kernel log. 2015-08-21 21:25:01 +02:00
logterminal.cpp Fix logterminal TERMMODE_LINEBUFFER checking. 2015-12-12 19:28:07 +01:00
logterminal.h
Makefile Fix kernel makefile finding crtbegin.o and crtend.o when not needed. 2015-12-12 16:53:42 +01:00
memorymanagement.cpp Fix munmap(2) shrink from right logic. 2015-10-01 22:50:51 +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 reads and writes at end. 2015-09-25 14:59:04 +02: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 pipe destruction race condition. 2015-10-09 16:17:52 +02:00
poll.cpp Make nfds_t size_t. 2015-08-21 21:25:00 +02:00
process.cpp Prevent orphan processes from becoming zombies. 2015-10-28 19:36:33 +01:00
ptable.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
random.cpp Add arc4random support to the kernel. 2015-08-22 01:04:58 +02:00
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Fix signal delivery during context switch. 2015-10-09 16:17:52 +02:00
segment.cpp
signal.cpp Silence maybe initialized warning in sigsuspend. 2015-12-12 16:53:42 +01: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
vga.cpp Add unicode replacement character onto VGA font. 2014-12-28 20:18:58 +01:00
vga.h Fix box drawing character ninth column rendering. 2015-09-25 14:59:04 +02:00
vgatextbuffer.cpp Add unicode replacement character onto VGA font. 2014-12-28 20:18:58 +01:00
vgatextbuffer.h
video.cpp Fix memcpy(dest, NULL, 0) undefined behavior. 2015-12-12 16:53:42 +01:00
vnode.cpp Add ENOMOUNT. 2015-10-28 19:36:33 +01:00
worker.cpp