1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
2016-09-25 22:28:17 +02:00
..
disk Fix drivers not detecting PCI devices without an interrupt line. 2016-08-21 00:03:58 +02:00
fs
gpu/bga
include/sortix Fix linked list and shadowing bugs in kernel clock and timer code. 2016-08-21 00:04:27 +02:00
kb
mouse
net
x64 Fix undefined stack register after switch into long mode. 2016-07-29 15:20:05 +02:00
x86 Clean up errno. 2016-05-15 22:43:29 +02:00
x86-family Add assertions to Signal::DispatchHandler callers. 2016-03-28 17:37:37 +02:00
.gitignore
addralloc.cpp
alarm.cpp
clock.cpp Fix linked list and shadowing bugs in kernel clock and timer code. 2016-08-21 00:04:27 +02:00
com.cpp
com.h
copy.cpp
descriptor.cpp Fix non-blocking recv(2) and send(2). 2016-08-22 01:47:31 +02:00
dtable.cpp
elf.cpp Fix missing validation of program entry points. 2016-07-29 15:20:04 +02:00
end.cpp
fcache.cpp
fsfunc.cpp
hostname.cpp Make the branding system more neutral. 2016-05-15 22:43:29 +02:00
identity.cpp
initrd.cpp
initrd.h
inode.cpp
interlock.cpp
interrupt.cpp
io.cpp Fix fchownat(2) system call ABI on x86. 2016-03-26 23:28:36 +01:00
ioctx.cpp
kernel.cpp Compile libc with -ffreestanding. 2016-05-15 22:43:29 +02:00
kernelinfo.cpp Add tagline. 2016-03-26 23:50:50 +01:00
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
libk.cpp Clean up errno. 2016-05-15 22:43:29 +02:00
linebuffer.cpp
linebuffer.h
log.cpp
logterminal.cpp
logterminal.h
Makefile
memorymanagement.cpp
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp Make the branding system more neutral. 2016-05-15 22:43:29 +02:00
partition.cpp
partition.h
pci-mmio.cpp
pci.cpp Fix drivers not detecting PCI devices without an interrupt line. 2016-08-21 00:03:58 +02:00
pipe.cpp
poll.cpp
process.cpp Add protection against sigreturn oriented programming (SROP). 2016-05-15 22:43:29 +02:00
psctl.cpp
ptable.cpp
random.cpp
refcount.cpp
registers.cpp
resource.cpp
scheduler.cpp Add assertions to Signal::DispatchHandler callers. 2016-03-28 17:37:37 +02:00
segment.cpp
signal.cpp Add protection against sigreturn oriented programming (SROP). 2016-05-15 22:43:29 +02:00
sockopt.cpp
string.cpp
syscall.cpp Fix fchownat(2) system call ABI on x86. 2016-03-26 23:28:36 +01:00
textbuffer.cpp
textterminal.cpp Fix console scrolling bottleneck. 2016-09-25 22:28:17 +02:00
textterminal.h
thread.cpp Add protection against sigreturn oriented programming (SROP). 2016-05-15 22:43:29 +02:00
time.cpp
timer.cpp Fix linked list and shadowing bugs in kernel clock and timer code. 2016-08-21 00:04:27 +02:00
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h
vgafont.f16
vgatextbuffer.cpp
vgatextbuffer.h
video.cpp
vnode.cpp
worker.cpp