aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Add pthread_atfork().Greg Lehey2004-12-101-1/+23
* Add the ability to recognize old references to keys, and return NULLDaniel Eischen2002-03-191-2/+2
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-201-19/+8
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childAkinori MUSHA2001-05-071-11/+1
* Reinstall the alternate signal stack after a fork.Daniel Eischen2001-04-181-1/+11
* Clean up a bit. Use the correct TAILQ link when walking the threadDaniel Eischen2001-04-101-38/+71
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-17/+16
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-3/+0
* 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