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-04-23 20:02:03 +02:00
..
fs Honor O_EXCL only if O_CREAT. 2015-02-08 22:58:32 +01:00
gpu/bga
include/sortix Fix PCI code. 2015-02-08 22:58:32 +01:00
kb Refactor interrupt handler registration. 2014-12-02 21:30:39 +01:00
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
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 Clean up COM driver. 2014-12-03 14:04:53 +01:00
com.h Clean up COM driver. 2014-12-03 14:04:53 +01:00
copy.cpp Securely copy to and from user-space. 2014-12-02 15:35:50 +01:00
crc32.cpp
debugger.cpp
descriptor.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
dtable.cpp Optimize file descriptor allocation. 2014-12-01 22:51:07 +01:00
elf.cpp Rewrite program loader. 2014-12-04 16:14:17 +01: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 Add symbolic links. 2014-12-02 17:36:36 +01:00
initrd.h
inode.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
interlock.cpp
interrupt.cpp
io.cpp Replace system call array types with pointers. 2015-01-23 14:52:51 +01: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
Makefile Remove per-architecture exec-prefixes from filesystem hierarchy. 2015-04-23 20:02:03 +02:00
memorymanagement.cpp Remove sbrk(2). 2014-12-03 23:55:55 +01:00
mtable.cpp Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
multiboot.h Upgrade to latest upstream multiboot header. 2014-12-01 22:51:07 +01:00
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 Replace system call array types with pointers. 2015-01-23 14:52:51 +01:00
poll.cpp Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
process.cpp Replace system call array types with pointers. 2015-01-23 14:52:51 +01: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