..
fs
Add getsockopt(2) and setsockopt(2).
2014-11-18 18:10:22 +01:00
gpu /bga
Refactor kernel graphics support.
2014-11-19 00:08:49 +01:00
include /sortix
Refactor kernel graphics support.
2014-11-19 00:08:49 +01:00
kb
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
net
Deliver SIGPIPE on filesystem socket disconnect.
2014-07-20 15:05:58 +02:00
x64
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
x86
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
x86-family
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01: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
Relocate kernel IO port functions to <sortix/kernel/ioport.h>.
2014-11-18 18:10:22 +01:00
ata.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
Fix waiting for absolute time on clocks.
2014-10-18 15:30:11 +02:00
com.cpp
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +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
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
descriptor.cpp
Add getsockopt(2) and setsockopt(2).
2014-11-18 18:10:22 +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
Add getsockopt(2) and setsockopt(2).
2014-11-18 18:10:22 +01:00
interlock.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
interrupt.cpp
Fix interrupt worker quality.
2014-09-23 20:45:57 +02:00
io.cpp
Add getsockopt(2) and setsockopt(2).
2014-11-18 18:10:22 +01: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
Refactor kernel graphics support.
2014-11-19 00:08:49 +01: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
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
lfbtextbuffer.cpp
Fix renegade graphical console rendering thread.
2014-11-20 17:04:45 +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
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
logterminal.cpp
Refactor process id allocation and accounting.
2014-11-18 20:33:21 +01:00
logterminal.h
Add tcgetwincurpos(2).
2014-03-17 19:22:10 +01:00
Makefile
Refactor kernel graphics support.
2014-11-19 00:08:49 +01:00
memorymanagement.cpp
Fix wrong sizeof in memstat(2).
2014-10-18 15:30:11 +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-mmio.cpp
Add utility functions for mapping PCI memory areas.
2014-11-18 23:14:49 +01:00
pci.cpp
Implement searching for multiple PCI devices matching a pattern.
2014-11-18 22:00:29 +01:00
pipe.cpp
Remove obsolete system calls.
2014-09-25 17:49:02 +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
Refactor process id allocation and accounting.
2014-11-18 20:33:21 +01:00
ptable.cpp
Refactor process id allocation and accounting.
2014-11-18 20:33:21 +01:00
refcount.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
registers.cpp
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
resource.cpp
Refactor process id allocation and accounting.
2014-11-18 20:33:21 +01:00
resource.h
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00
scheduler.cpp
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01:00
segment.cpp
Add kernel uthread support.
2014-07-08 17:41:50 +02:00
signal.cpp
Refactor process id allocation and accounting.
2014-11-18 20:33:21 +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
Refactor kernel interrupt and thread register support.
2014-11-18 20:33:21 +01: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
Relocate kernel IO port functions to <sortix/kernel/ioport.h>.
2014-11-18 18:10:22 +01:00
uart.h
Update kernel/uart.{cpp,h} to current coding conventions.
2014-03-01 14:37:41 +01:00
user-timer.cpp
Remove obsolete system calls.
2014-09-25 17:49:02 +02:00
vga.cpp
Relocate kernel IO port functions to <sortix/kernel/ioport.h>.
2014-11-18 18:10:22 +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
Refactor kernel graphics support.
2014-11-19 00:08:49 +01:00
vnode.cpp
Add getsockopt(2) and setsockopt(2).
2014-11-18 18:10:22 +01:00
worker.cpp
Rename Sortix kernel directory to kernel.
2014-03-01 14:37:39 +01:00