Author: green
Date: Tue Dec 1 06:42:47 2009
New Revision: 199987
URL: http://svn.freebsd.org/changeset/base/199987
Log:
Temporarily revert the previous change because the linker has been
modified so that it will abort when the environment is bad.
Modified:
head/lib/libc/stdlib/getenv.c
Mo
Author: green
Date: Tue Dec 1 05:04:31 2009
New Revision: 199983
URL: http://svn.freebsd.org/changeset/base/199983
Log:
Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
**environ entries. This puts non-getenv(3) operations in line with
getenv(3) in that bad environ ent
Author: green
Date: Mon May 11 16:45:53 2009
New Revision: 191993
URL: http://svn.freebsd.org/changeset/base/191993
Log:
These are some cosmetic changes to improve the clarity of libthr's fork
implementation.
Modified:
head/lib/libthr/thread/thr_fork.c
Modified: head/lib/libthr/thread/thr_f