..
fs
Fix user-space filesystems not disconnecting properly.
2014-05-28 22:18:54 +02:00
include /sortix
Add libpthread.
2014-07-08 17:41:50 +02:00
kb
Maintain fsbase and gsbase as per-thread registers.
2014-05-29 17:07:42 +02:00
net
Deliver SIGPIPE on filesystem socket disconnect.
2014-07-20 15:05:58 +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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
addralloc.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
bga.cpp
Refactor PCI BAR support.
2014-03-17 19:22:13 +01:00
bga.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
calltrace.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
clock.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
com.cpp
Clean up the serial driver read and write routines.
2014-03-17 19:22:11 +01:00
com.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
copy.cpp
Add function for clearing user-space memory from the kernel.
2014-03-01 14:37:41 +01:00
crc32.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
dtable.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
elf.cpp
Add kernel uthread support.
2014-07-08 17:41:50 +02:00
elf.h
Add kernel uthread support.
2014-07-08 17:41:50 +02:00
end.cpp
Update kernel/end.cpp to current coding conventions.
2014-03-01 14:37:40 +01:00
fcache.cpp
Fix FileCache::ChangeNumBlocks using memory after realloc shrink.
2014-06-27 16:17:47 +02:00
fsfunc.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
identity.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
identity.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
initrd.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
initrd.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
inode.cpp
Fix polling Unix sockets in both incoming and outgoing directions.
2014-05-28 22:18:54 +02:00
interlock.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
interrupt.cpp
Refactor i386 and x86_64 interrupt support.
2014-03-17 19:22:13 +01:00
io.cpp
Fix wrongly named system call constants.
2014-06-27 15:49:55 +02:00
io.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
kernelinfo.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
kthread.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
lfbtextbuffer.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
lfbtextbuffer.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
linebuffer.cpp
Update kernel/linebuffer.{cpp,h} to current coding conventions.
2014-03-01 14:37:41 +01:00
linebuffer.h
Update kernel/linebuffer.{cpp,h} to current coding conventions.
2014-03-01 14:37:41 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
multiboot.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
op-new.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
panic.cpp
Add tcgetwincurpos(2).
2014-03-17 19:22:10 +01:00
partition.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
partition.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
poll.cpp
Fix polling Unix sockets in both incoming and outgoing directions.
2014-05-28 22:18:54 +02:00
poll.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
process.cpp
Implement thread creation in tfork(2).
2014-07-08 17:41:52 +02:00
refcount.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
resource.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
resource.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
scheduler.cpp
Add sched_yield(2).
2014-05-29 17:16:49 +02:00
segment.cpp
Add kernel uthread support.
2014-07-08 17:41:50 +02:00
signal.cpp
Refactor i386 and x86_64 interrupt support.
2014-03-17 19:22:13 +01:00
string.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
symbol.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
syscall.cpp
Fix print format warnings in kernel/syscall.cpp.
2014-03-01 14:37:42 +01:00
textbuffer.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Fix missing TLB-flush in exit_thread(2).
2014-07-06 22:59:40 +02:00
time.cpp
Remove kernel/serialterminal.{cpp,h}.
2014-03-01 14:37:41 +01:00
timer.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
vga.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
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
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
video.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
vnode.cpp
Add statvfs(2), fstatvfs(2) and fstatvfsat(2).
2014-03-17 19:22:12 +01:00
worker.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00