sortix-mirror/sortix/include/sortix
Jonas 'Sortie' Termansen 755e855c08 Renamed sforkr(2) to tfork(2).
It's a much better name if you think of it as task-fork or thread-fork in the
sense that it either modifies this task or creates a new one. This call will
be used to provide user-space threads as well as fork(2).
2012-09-08 18:45:52 +02:00
..
kernel Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
x64 Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
x86 Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
bits.h Make sure that the right bits.h file is always included. 2012-03-27 16:36:55 +02:00
fcntl.h Added a O_ACCMODE flag for GNU compatibility. 2012-05-28 22:52:11 +02:00
fork.h Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
initrd.h Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
keycodes.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
mman.h Refactored the internal kernel memory management API. 2012-07-06 17:18:07 +02:00
seek.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
signal.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
stat.h Implemented a new initrd format with better inode support. 2012-07-02 17:40:52 +02:00
syscallnum.h Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
termios.h Added tcgetwinsize(2) for determining terminal resolution. 2012-07-24 18:43:34 +02:00
termmode.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
timeval.h Refactored all the sortix headers into a include directory. 2012-03-22 00:52:29 +01:00
unistd.h Added sforkr(2) that controls the child registers as well. 2012-04-05 23:00:47 +02:00
vga.h Updated vga code to newer coding conventions. 2012-07-23 00:05:31 +02:00