index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
getenv.c
Age
Commit message (
Expand
)
Author
2015-01-20
Fix non _REENTRANT build.
christos
2010-11-14
1.) Rename internal function __findvar() to __findenvvar().
tron
2010-11-14
Set errno to ENOENT if we reject the environment variable name in
tron
2010-11-14
Improve and simplify implementation of *env(3) functions:
tron
2010-11-10
Clear all entries past the NULL while scrubing environ vector.
enami
2010-11-10
Indent using tab rather than four spaces.
enami
2010-11-04
scrub the whole array, not just the first n malloced entries.
christos
2010-11-03
Handle the case where a program attempted to cleanup the environment by
christos
2010-11-02
- Simplify the code
enami
2010-11-01
Double the array only when really necessary. Otherwise memory will be
enami
2010-10-24
Double the size of the allocate environment vector when we resize it.
tron
2010-10-02
Make sure that all extra elements of the environment vector are set
tron
2010-10-01
make putenv POSIX compliant.
christos
2010-09-29
If new length is exactly equals to the current length,
enami
2010-09-25
be more conservative about allocing.
christos
2010-09-25
Remember memory used by allocated environment variables instead of
tron
2010-09-23
Use a bit array to keep track of malloced environment entries so we can
christos
2008-10-31
make __findenv return the offset for the new entry to be inserted when
christos
2005-09-25
add getenv_r and ttyname_r
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
2000-12-19
fix nested extern declaration.
christos
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
delint
christos
1998-09-11
Add a multiple-reader/single-writer lock to protect environ.
kleink
1998-02-03
remove obsolete register declarations
perry
1998-01-30
update to lite-2
perry
1997-07-13
Add local.h for local prototypes.
christos
1996-12-20
const poisoning: __findenv()'s first arg should be const char * (lint)
cgd
1995-12-28
New-style RCS ids.
thorpej
1995-02-28
remove unneeded "#include <stddef.h>"
jtc
1993-10-15
Rename _findenv() to __findenv(), as _findenv is in the user's namespace.
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd