sortix-mirror/libmaxsi/include/libmaxsi
Jonas 'Sortie' Termansen b4192c10e9 Refactor libc process exit and abortion.
Removed Maxsi::Process:: functions as they suck and are barely used. Gave
the functions standard names and put them in their own source files.

The declarations now have nice noreturn attributes attached.
2012-09-08 18:45:52 +02:00
..
crc32.h Added a CRC32 function to libmaxsi. 2012-07-02 17:16:23 +02:00
error.h Programmers can now redirect what the errno macro refers to. 2012-07-06 17:18:06 +02:00
format.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
integer.h Added a <libmaxsi/integer.h> header with divide-round-up functions. 2012-03-21 16:23:05 +01:00
io.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
memory.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
platform.h <libmaxsi/platform.h> now autodetects the current platform. 2012-05-27 23:08:20 +02:00
process.h Refactor libc process exit and abortion. 2012-09-08 18:45:52 +02:00
sortedlist.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
sortix-sound.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
sortix-vga.h Updated vga code to newer coding conventions. 2012-07-23 00:05:31 +02:00
string.h Added a Maxsi::String::Substring function. 2012-02-21 23:23:57 +01:00
syscall.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
thread.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
types.h Added stat(2) and fstat(2) in the kernel. 2012-03-06 13:10:59 +01:00