sortix-mirror/sortix/include/sortix/kernel
Jonas 'Sortie' Termansen c0fabc2e8d Move remainder of Maxsi::String into kernel tree. 2012-12-14 14:13:35 +01:00
..
crc32.h Move crc32 checksum code into kernel. 2012-12-14 14:13:34 +01:00
decl.h Replace ASSERT with assert of <assert.h>. 2012-12-14 14:13:34 +01:00
endian.h Workarounds for older gcc releases such that endian.h works. 2012-08-02 16:24:51 +02:00
interlock.h Added a library of functions to simulate atomic operations on memory. 2012-08-04 18:35:23 +02:00
kernel.h Remove kernel platform.h dependency on libmaxsi platform.h. 2012-12-14 14:13:33 +01:00
kthread.h Fix including private signal.h in kthread.h. 2012-09-12 12:18:51 +02:00
log.h Replace <libmaxsi/format.h> with <stdio.h>. 2012-12-14 14:13:34 +01:00
memorymanagement.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
panic.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
pci.h Refactored the PCI code to become a library of utility functions. 2012-07-29 23:45:54 +02:00
platform.h Remove kernel platform.h dependency on libmaxsi platform.h. 2012-12-14 14:13:33 +01:00
refcount.h Thread secured refcount class. 2012-08-04 18:35:23 +02:00
sortedlist.h Move <libmaxsi/sortedlist.h> into kernel tree. 2012-12-14 14:13:34 +01:00
string.h Move remainder of Maxsi::String into kernel tree. 2012-12-14 14:13:35 +01:00
textbuffer.h Remove trailing whitespace. 2012-09-08 18:45:53 +02:00
video.h Created framework for video drivers. 2012-07-30 19:00:24 +02:00
worker.h Added a kernel worker thread for use when the kernel goes multithreaded. 2012-08-04 18:35:23 +02:00