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