sortix-mirror/kernel/include/sortix/kernel
Jonas 'Sortie' Termansen 156e73d441 Optimize file descriptor allocation. 2014-12-01 22:51:07 +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 tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
dtable.h Optimize file descriptor allocation. 2014-12-01 22:51:07 +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 tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
interlock.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
interrupt.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +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 Fix kernel refcounted classes without virtual destructor. 2014-03-31 19:47:54 +02: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 Implement searching for multiple PCI devices matching a pattern. 2014-11-18 22:00:29 +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 Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
ptable.h Refactor process id allocation and accounting. 2014-11-18 20:33:21 +01:00
random.h Add getentropy(2). 2014-11-28 13:35:51 +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 Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +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 Rename <sortix/syscallnum.h> to <sortix/syscall.h>. 2014-11-27 01:18:58 +01:00
textbuffer.h Add unicode support to kernel terminal and console. 2014-11-24 17:41:26 +01:00
thread.h Refactor kernel interrupt and thread register support. 2014-11-18 20:33:21 +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 Fix missing includes from private kernel headers. 2014-03-17 17:00:00 +01:00
video.h Refactor kernel graphics support. 2014-11-19 00:08:49 +01:00
vnode.h Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +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