index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
getenv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert behavior change to setenv(), unsetenv() and putenv() until a more
scf
2009-12-07
1
-3
/
+6
*
Change the behavior of setenv(), putenv() and unsetenv() to continue parsing
scf
2009-12-06
1
-6
/
+3
*
Improve the comment within getenv() explaining the search order it takes to
scf
2009-12-06
1
-8
/
+9
*
Temporarily revert the previous change because the linker has been
green
2009-12-01
1
-36
/
+28
*
Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
green
2009-12-01
1
-28
/
+36
*
Restructure and use different variables in the tests that involve
scf
2008-08-03
1
-13
/
+15
*
Detect if the application has cleared the environ variable by setting
scf
2008-08-02
1
-7
/
+12
*
Replace the use of warnx() with direct output to stderr using _write().
scf
2008-02-28
1
-12
/
+36
*
The precision for a string argument in a call to warnx() needs to be cast
scf
2007-09-22
1
-1
/
+2
*
Skip rebuilding environ in setenv() only upon reuse of an active variable;
scf
2007-09-15
1
-2
/
+2
*
Added environ-replacement detection. For programs that "clean" (i.e., su)
scf
2007-07-20
1
-78
/
+163
*
Significantly reduce the memory leak as noted in BUGS section for
scf
2007-07-04
1
-59
/
+538
*
Back out all POSIXified *env() changes.
ache
2007-05-01
1
-5
/
+2
*
Make putenv() fully conforms to Open Group specs Issue 6
ache
2007-04-30
1
-2
/
+5
*
Make setenv, putenv, getenv and unsetenv conforming to Open Group specs
ache
2007-04-30
1
-5
/
+5
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Remove __P() usage.
obrien
2002-03-21
1
-1
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-4
/
+6
*
Doubled the performance of getenv()/__findenv() by rewriting it to not
dg
1995-10-17
1
-20
/
+24
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+87