index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
setenv.c
Age
Commit message (
Expand
)
Author
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
Philip Guenther
2016-04-25
Allow setenv(3) and putenv(3) to operate on a NULL environ pointer.
Todd C. Miller
2016-03-13
environ and __progname are not declared in a public header; declare them
Philip Guenther
2015-09-13
Wrap <stdlib.h> so that calls go direct and the symbols not in the
Philip Guenther
2014-10-08
using reallocarray() gives us multiplicative integer overflow checking
Theo de Raadt
2012-09-23
Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed
Jeremy Evans
2010-08-23
Check for duplicate variables in the environment when setting a value
Todd C. Miller
2010-06-29
Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@
Christian Weisgerber
2009-06-04
Don't assume that we can overwrite strings in the environment.
Todd C. Miller
2009-06-03
Make putenv(), setenv() and unsetenv() standards compliant. The
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-30
ansi + de-register
Patrick Latifi
2005-02-16
Stash the environment pointer we get from realloc() instead of just
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-10
use proper __findenv() prototype; millert@ ok
Michael Shalayeff
2001-07-09
a first pass at -Wall
Theo de Raadt
1998-02-02
Don't override environ if realloc() fails. Pointed out by
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt