sortix-mirror/kernel/include/sortix/kernel
Jonas 'Sortie' Termansen 4f7c5ebdd3 Fix PCI code. 2015-02-08 22:58:32 +01:00
..
addralloc.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
clock.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
copy.h Add function for clearing user-space memory from the kernel. 2014-03-01 14:37:41 +01:00
cpu.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
cpuid.h Refactor kernel PAT, MTRR, and MSR usage. 2014-03-17 19:22:13 +01:00
crc32.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
debugger.h Let kernel debugger know how it was invoked. 2014-11-21 00:12:46 +01:00
decl.h Improve the reliability of the kernel likely and unlikely macros. 2014-03-17 19:22:11 +01:00
descriptor.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
dtable.h Optimize file descriptor allocation. 2014-12-01 22:51:07 +01:00
elf.h Rewrite program loader. 2014-12-04 16:14:17 +01:00
fcache.h Maintain count of used blocks in the filesystem cache. 2014-11-26 22:25:37 +01:00
fsfunc.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
inode.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
interlock.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
interrupt.h Refactor interrupt handler registration. 2014-12-02 21:30:39 +01:00
ioctx.h Add function for clearing user-space memory from the kernel. 2014-03-01 14:37:41 +01:00
ioport.h Relocate kernel IO port functions to <sortix/kernel/ioport.h>. 2014-11-18 18:10:22 +01:00
kernel.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
keyboard.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
kthread.h Clean up kernel thread creation code. 2014-11-18 18:10:22 +01:00
log.h Add cbprintf(3) and vcbprintf(3). 2014-12-01 21:39:05 +01:00
memorymanagement.h Maintain counts of physical frames used for particular purposes. 2014-11-26 22:27:04 +01:00
mtable.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
mtrr.h Refactor kernel PAT, MTRR, and MSR usage. 2014-03-17 19:22:13 +01:00
panic.h Add format attribute to kernel print and panic functions. 2014-08-23 21:47:05 +02:00
pat.h Refactor kernel PAT, MTRR, and MSR usage. 2014-03-17 19:22:13 +01:00
pci-mmio.h Add utility functions for mapping PCI memory areas. 2014-11-18 23:14:49 +01:00
pci.h Fix PCI code. 2015-02-08 22:58:32 +01:00
pipe.h Fix filesystem sockets sending SIGPIPE on disconnect. 2014-05-28 22:18:54 +02:00
poll.h Fix polling Unix sockets in both incoming and outgoing directions. 2014-05-28 22:18:54 +02:00
process.h Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
ptable.h Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
refcount.h Fix Ref<T> self-assignment. 2014-09-23 20:45:57 +02:00
registers.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
scheduler.h Implement yielding a timeslice to another thread. 2014-12-02 21:15:08 +01:00
segment.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
signal.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +01:00
sockopt.h Implement SO_RCVBUF and SO_SNDBUF for filesystem sockets. 2014-11-25 17:14:46 +01:00
sortedlist.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
string.h Remove String::Combine kernel function. 2014-11-30 19:53:42 +01:00
symbol.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
syscall.h Replace system call array types with pointers. 2015-01-23 14:52:51 +01:00
textbuffer.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
thread.h Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
time.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
timer.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
user-timer.h Initialize system call table at compile time. 2014-12-03 14:19:49 +01:00
video.h Refactor kernel graphics support. 2014-11-19 00:08:49 +01:00
vnode.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
worker.h Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
yielder.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00