summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/setenv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansi + de-registerpat2005-03-301-7/+3
| | | | ok otto deraadt
* Stash the environment pointer we get from realloc() instead of justmillert2005-02-161-32/+24
| | | | | | | | setting a flag. That way when we are called again we can be sure to realloc() the right thing, regardless of the current value of environ. When the stashed value != environ (or when we are called for the first time), copy the existing entries from environ and set environ to the new value. OK deraadt@, beck@, djm@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use proper __findenv() prototype; millert@ okmickey2002-12-101-2/+3
|
* a first pass at -Wallderaadt2001-07-091-3/+4
|
* Don't override environ if realloc() fails. Pointed out bymillert1998-02-021-3/+4
| | | | Dave Bodenstab <imdave@mcs.net>
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+120