christos
|
5b84b3983f
|
compat core reorg.
|
2005-09-13 01:44:08 +00:00 |
|
lukem
|
d999a32485
|
Ensure that we don't try to free random memory when another malloc fails,
by initializing newprepare, newparent, and newchild to NULL.
Detected by gcc -Wuninitialized.
|
2005-06-01 05:30:54 +00:00 |
|
lukem
|
893983131b
|
minor KNF, making it easier to find where fork() is implemented
|
2004-10-21 06:46:36 +00:00 |
|
nathanw
|
cffc057ae2
|
Oops, make the atfork queues static so they don't pollute the
namespace.
|
2003-04-07 21:09:57 +00:00 |
|
nathanw
|
4fb740b8de
|
Implement pthread_atfork() (in libc, because the required threadlib
stub behavior is exactly the same as the usual behavior).
|
2003-02-13 02:50:48 +00:00 |
|