1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/kernel
Jonas 'Sortie' Termansen f332cf96d4 Add sched_yield(2).
2014-05-29 17:16:49 +02:00
..
fs Fix user-space filesystems not disconnecting properly. 2014-05-28 22:18:54 +02:00
include/sortix Add sched_yield(2). 2014-05-29 17:16:49 +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 Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
alarm.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
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
dispmsg.h
dtable.cpp
elf.cpp
elf.h
end.cpp Update kernel/end.cpp to current coding conventions. 2014-03-01 14:37:40 +01:00
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
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 Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
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
mtable.cpp
multiboot.h
op-new.cpp
panic.cpp
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
textbuffer.cpp
textterminal.cpp
textterminal.h
thread.cpp Maintain fsbase and gsbase as per-thread registers. 2014-05-29 17:07:42 +02:00
time.cpp
timer.cpp
uart.cpp
uart.h
user-timer.cpp
vga.cpp
vga.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
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