sortix-mirror/libmaxsi/x64
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
..
fork.s Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
signal.s Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
start.s execve(2) now pushes envp to the new stack and sets up registers. 2012-04-04 01:49:14 +02:00