aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Use __strong_reference() instead of __weak_reference() to assure that theJason Evans2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-2/+2
* Track libc's three-tier symbol naming. libc_r must currently implementJason Evans2000-01-121-1/+3
* -Wall and minor style(9) cleanups.Daniel Eischen1999-12-281-9/+9
* Change signal handling to conform to POSIX specified semantics.Daniel Eischen1999-12-041-0/+3
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* When checking if there is a stack to free, observe the fact that itJohn Birrell1999-08-201-6/+23
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-28/+68
* [ The author's description... ]John Birrell1999-03-231-1/+33
* Cosmetic cleansing. This code requires extra work to keep the garbageJohn Birrell1998-09-301-2/+3
* Removed unused variables.Alexander Langer1998-09-071-1/+0
* Cleanup in the child, not the parent.John Birrell1998-05-021-2/+2
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-7/+7
* Fix a problem of indirection unblocking signals that would have causedJohn Birrell1998-03-221-1/+1
* When forking a process, only the running thread gets to live. AllJohn Birrell1998-03-091-0/+39
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-0/+2
* Reviewed by: julianJulian Elischer1996-01-221-0/+90