index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
setenv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-2
/
+2
*
Allow setenv(3) and putenv(3) to operate on a NULL environ pointer.
millert
2016-04-25
1
-11
/
+15
*
environ and __progname are not declared in a public header; declare them
guenther
2016-03-13
1
-2
/
+1
*
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
2015-09-13
1
-3
/
+4
*
using reallocarray() gives us multiplicative integer overflow checking
deraadt
2014-10-08
1
-3
/
+3
*
Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed
jeremy
2012-09-23
1
-3
/
+5
*
Check for duplicate variables in the environment when setting a value
millert
2010-08-23
1
-7
/
+19
*
Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@
naddy
2010-06-29
1
-1
/
+5
*
Don't assume that we can overwrite strings in the environment.
millert
2009-06-04
1
-1
/
+3
*
Make putenv(), setenv() and unsetenv() standards compliant. The
millert
2009-06-03
1
-11
/
+68
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansi + de-register
pat
2005-03-30
1
-7
/
+3
*
Stash the environment pointer we get from realloc() instead of just
millert
2005-02-16
1
-32
/
+24
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
use proper __findenv() prototype; millert@ ok
mickey
2002-12-10
1
-2
/
+3
*
a first pass at -Wall
deraadt
2001-07-09
1
-3
/
+4
*
Don't override environ if realloc() fails. Pointed out by
millert
1998-02-02
1
-3
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-2
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+120