summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesguenther2011-11-061-5/+1
* Change threxit() to take a pointer to a pid_t to zero out from theguenther2009-11-271-4/+1
* After forking, the child is single threaded, so tell libc that. Thisguenther2009-10-211-1/+4
* - Add fork/vfork wrapper functions to reset state in the child process.kurt2008-06-051-0/+177