.. |
fs
|
Fix fsmarshall not handling users and groups.
|
2015-10-28 16:07:36 +01:00 |
gpu/bga
|
|
|
include/sortix
|
Remove kernel Scheduler::Init().
|
2015-12-12 19:28:07 +01:00 |
kb
|
|
|
net
|
|
|
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
|
|
|
com.h
|
|
|
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
|
|
|
end.cpp
|
|
|
fcache.cpp
|
|
|
fsfunc.cpp
|
|
|
hostname.cpp
|
|
|
identity.cpp
|
|
|
initrd.cpp
|
|
|
initrd.h
|
|
|
inode.cpp
|
|
|
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
|
Remove kernel Scheduler::Init().
|
2015-12-12 19:28:07 +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
|
Add psctl(2).
|
2015-12-12 19:28:07 +01:00 |
memorymanagement.cpp
|
Fix munmap(2) shrink from right logic.
|
2015-10-01 22:50:51 +02:00 |
mtable.cpp
|
|
|
multiboot.h
|
|
|
op-new.cpp
|
|
|
panic.cpp
|
|
|
partition.cpp
|
Fix partition reads and writes at end.
|
2015-09-25 14:59:04 +02:00 |
partition.h
|
|
|
pci-mmio.cpp
|
|
|
pci.cpp
|
|
|
pipe.cpp
|
Fix pipe destruction race condition.
|
2015-10-09 16:17:52 +02:00 |
poll.cpp
|
Implement ppoll(2) timeouts.
|
2015-12-12 19:28:08 +01:00 |
process.cpp
|
Prevent orphan processes from becoming zombies.
|
2015-10-28 19:36:33 +01:00 |
psctl.cpp
|
Add psctl(2).
|
2015-12-12 19:28:07 +01:00 |
ptable.cpp
|
Add psctl(2).
|
2015-12-12 19:28:07 +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
|
Remove kernel Scheduler::Init().
|
2015-12-12 19:28:07 +01:00 |
segment.cpp
|
|
|
signal.cpp
|
Implement sigaction(2) SA_RESETHAND.
|
2015-12-12 19:28:08 +01:00 |
sockopt.cpp
|
|
|
string.cpp
|
|
|
symbol.cpp
|
|
|
syscall.cpp
|
Add psctl(2).
|
2015-12-12 19:28:07 +01: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
|
|
|
time.cpp
|
|
|
timer.cpp
|
|
|
uart.cpp
|
|
|
uart.h
|
|
|
user-timer.cpp
|
|
|
vga.cpp
|
|
|
vga.h
|
Fix box drawing character ninth column rendering.
|
2015-09-25 14:59:04 +02:00 |
vgatextbuffer.cpp
|
|
|
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
|
|
|