sortix--sortix/kernel
Jonas 'Sortie' Termansen 65a960dab0 Fix trailing slashes in manifests created by the kernel. 2017-12-04 23:56:46 +01:00
..
disk Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
fs Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
gpu/bga
include/sortix Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
kb
mouse
net
x64 Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00
x86 Clear the direction flag upon entry to the kernel. 2017-06-12 21:26:26 +01:00
x86-family Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
.gitignore
Makefile
addralloc.cpp Fix kernel/addralloc.cpp file header comment. 2017-08-20 12:44:59 +02:00
alarm.cpp
clock.cpp
com.cpp
com.h
copy.cpp
descriptor.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
dtable.cpp
elf.cpp
end.cpp
fcache.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
fsfunc.cpp
hostname.cpp
identity.cpp
initrd.cpp Fix trailing slashes in manifests created by the kernel. 2017-12-04 23:56:46 +01:00
initrd.h
inode.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
interlock.cpp
interrupt.cpp Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
io.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
ioctx.cpp
kernel.cpp Print an kernel error rather than panicing if init(8) exits abnormally. 2017-05-21 23:28:12 +02:00
kernelinfo.cpp
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
libk.cpp
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
memorymanagement.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
mtable.cpp
multiboot.h
op-new.cpp
palette.h
panic.cpp
partition.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
partition.h
pci-mmio.cpp
pci.cpp
pipe.cpp Fix SEEK_END, file offset overflow, and read/write/mkpartition syscall bugs. 2017-12-04 23:56:46 +01:00
poll.cpp
process.cpp
psctl.cpp
ptable.cpp
pty.cpp
pty.h
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Prioritize the interrupt worker thread. 2017-05-18 22:40:46 +02:00
segment.cpp
signal.cpp
sockopt.cpp
string.cpp
syscall.cpp Fail with ENOSYS on bad system calls. 2017-06-14 20:00:50 +01:00
textbuffer.cpp Fix operator spacing in kernel/textbuffer.cpp. 2017-04-18 23:32:00 +02:00
textterminal.cpp
textterminal.h
thread.cpp
time.cpp
timer.cpp
tty.cpp
tty.h
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgafont.f16
vgatextbuffer.cpp
vgatextbuffer.h
video.cpp
vnode.cpp
worker.cpp