sortix--sortix/kernel
Jonas 'Sortie' Termansen 30cd318c17 Implement signals.
Note: This is an incompatible ABI change.
2014-07-22 13:25:39 +02:00
..
fs Fix user-space filesystems not disconnecting properly. 2014-05-28 22:18:54 +02:00
include/sortix Implement signals. 2014-07-22 13:25:39 +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 Implement signals. 2014-07-22 13:25:39 +02:00
x86 Implement signals. 2014-07-22 13:25:39 +02:00
x86-family Implement signals. 2014-07-22 13:25:39 +02:00
.gitignore
Makefile Fix libk being built with -mmmx, -msse and -msse2 on x86_64. 2014-05-28 17:42:19 +02:00
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 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
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 Fix wrongly named system call constants. 2014-06-27 15:49:55 +02: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 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 Implement signals. 2014-07-22 13:25:39 +02:00
logterminal.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01: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 Implement signals. 2014-07-22 13:25:39 +02:00
refcount.cpp
resource.cpp
resource.h
scheduler.cpp Implement signals. 2014-07-22 13:25:39 +02:00
segment.cpp Add kernel uthread support. 2014-07-08 17:41:50 +02:00
signal.cpp Implement signals. 2014-07-22 13:25:39 +02: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 Implement signals. 2014-07-22 13:25:39 +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 Implement signals. 2014-07-22 13:25:39 +02:00
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