summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
* WARNS=3'ify.deischen2007-11-301-0/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* In preparation for a new malloc implementation:jasone2006-01-121-3/+3
* Use a generic way to back threads out of wait queues when handlingdeischen2004-12-181-10/+14
* Don't declare the malloc lock; use the declaration provided in libc.deischen2003-11-051-1/+6
* Add an implementation for pthread_atfork().deischen2003-11-041-4/+39
* Save and restore errno around sigprocmask.davidxu2003-08-191-1/+5
* If thread mode is not activated yet, just call __sys_fork() directly,davidxu2003-08-101-1/+22
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-127/+6
* Make libpthread KSE aware.mini2002-09-161-64/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-1/+1
* Add the ability to recognize old references to keys, and return NULLdeischen2002-03-191-2/+2
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-19/+8
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-071-11/+1
* Reinstall the alternate signal stack after a fork.deischen2001-04-181-1/+11
* Clean up a bit. Use the correct TAILQ link when walking the threaddeischen2001-04-101-38/+71
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-17/+16
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-3/+0
* Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-2/+2
* Track libc's three-tier symbol naming. libc_r must currently implementjasone2000-01-121-1/+3
* -Wall and minor style(9) cleanups.deischen1999-12-281-9/+9
* Change signal handling to conform to POSIX specified semantics.deischen1999-12-041-0/+3
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* When checking if there is a stack to free, observe the fact that itjb1999-08-201-6/+23
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-28/+68
* [ The author's description... ]jb1999-03-231-1/+33
* Cosmetic cleansing. This code requires extra work to keep the garbagejb1998-09-301-2/+3
* Removed unused variables.alex1998-09-071-1/+0
* Cleanup in the child, not the parent.jb1998-05-021-2/+2
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-7/+7
* Fix a problem of indirection unblocking signals that would have causedjb1998-03-221-1/+1
* When forking a process, only the running thread gets to live. Alljb1998-03-091-0/+39
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-0/+2
* Reviewed by: julianjulian1996-01-221-0/+90
OpenPOWER on IntegriCloud