1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
2014-06-17 23:53:26 +02:00
..
fs Fix user-space filesystems not disconnecting properly. 2014-05-28 22:18:54 +02:00
include/sortix Fix <sortix/fork.h> declaring access(2) constants. 2014-06-17 23:53:26 +02:00
kb Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
net Fix filesystem sockets sending SIGPIPE on disconnect. 2014-05-28 22:18:54 +02:00
x64 Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
x86 Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
x86-family Add rdmsr(2) and wrmsr(2). 2014-05-29 17:14:30 +02:00
.gitignore
addralloc.cpp
alarm.cpp
alarm.h
ata.cpp Fix ATA PIO driver not correctly detecting harddisk size. 2014-05-16 15:13:02 +02:00
ata.h
bga.cpp Refactor PCI BAR support. 2014-03-17 19:22:13 +01:00
bga.h
calltrace.cpp
clock.cpp
com.cpp Clean up the serial driver read and write routines. 2014-03-17 19:22:11 +01:00
com.h
copy.cpp Add function for clearing user-space memory from the kernel. 2014-03-01 14:37:41 +01:00
crc32.cpp
debugger.cpp Fix missing braces in kernel/debugger.cpp. 2014-04-05 17:02:49 +02:00
descriptor.cpp Fix uninitialized bool in kernel Descriptor class. 2014-04-22 18:06:14 +02:00
dispmsg.cpp Move OFF_MIN and OFF_MAX to <sys/types.h>. 2014-03-17 19:22:10 +01:00
dispmsg.h
dtable.cpp
elf.cpp
elf.h
end.cpp
fcache.cpp
fsfunc.cpp
identity.cpp
identity.h
initrd.cpp
initrd.h
inode.cpp Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
interlock.cpp
interrupt.cpp Refactor i386 and x86_64 interrupt support. 2014-03-17 19:22:13 +01:00
io.cpp Add statvfs(2), fstatvfs(2) and fstatvfsat(2). 2014-03-17 19:22:12 +01:00
io.h
ioctx.cpp Add function for clearing user-space memory from the kernel. 2014-03-01 14:37:41 +01:00
kernel.cpp Add rdmsr(2) and wrmsr(2). 2014-05-29 17:14:30 +02:00
kernelinfo.cpp
kernelinfo.h
kthread.cpp
lfbtextbuffer.cpp
lfbtextbuffer.h
linebuffer.cpp
linebuffer.h
log.cpp Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
logterminal.cpp Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
logterminal.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
Makefile Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
memorymanagement.cpp Fix missing TLB-flush in mprotect(). 2014-06-17 23:53:26 +02:00
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
partition.cpp
partition.h
pci.cpp Fix 32-bit PCI devices not having bar sizes correctly determined. 2014-03-31 19:08:51 +02:00
pipe.cpp Fix filesystem sockets sending SIGPIPE on disconnect. 2014-05-28 22:18:54 +02:00
pipe.h
poll.cpp Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
poll.h
process.cpp Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
refcount.cpp
resource.cpp
resource.h
scheduler.cpp Add sched_yield(2). 2014-05-29 17:16:49 +02:00
segment.cpp
signal.cpp Refactor i386 and x86_64 interrupt support. 2014-03-17 19:22:13 +01:00
string.cpp
symbol.cpp
syscall.cpp Fix print format warnings in kernel/syscall.cpp. 2014-03-01 14:37:42 +01:00
textbuffer.cpp
textterminal.cpp Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
textterminal.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
thread.cpp Add exit_thread(2). 2014-06-12 00:05:40 +02:00
time.cpp Remove kernel/serialterminal.{cpp,h}. 2014-03-01 14:37:41 +01:00
timer.cpp
uart.cpp Update kernel/uart.{cpp,h} to current coding conventions. 2014-03-01 14:37:41 +01:00
uart.h Update kernel/uart.{cpp,h} to current coding conventions. 2014-03-01 14:37:41 +01:00
user-timer.cpp
vga.cpp
vga.h
vgatextbuffer.cpp Fix premature return during VGA text buffer emergency reset. 2014-04-24 00:03:52 +02:00
vgatextbuffer.h
video.cpp
vnode.cpp Add statvfs(2), fstatvfs(2) and fstatvfsat(2). 2014-03-17 19:22:12 +01:00
worker.cpp