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
/
setenv.c
Age
Commit message (
Expand
)
Author
2005-02-17
remove extraneous `*' that caused a core-dump.
christos
2005-02-17
do some manual CSE.
christos
2005-02-17
Fix lint warning caused by last change.
tron
2005-02-17
Jump to just before the copy instead of after it. Saves 8 byte on i386.
enami
2005-02-17
Simplify, KNF and plug leaks. Compile test only.
enami
2005-02-17
Simplify and KNF. Instead of keeping track if the pointer was allocated,
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-07
1003.1-2001 has introduced unsetenv() which differs from the current
kleink
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-11
Fix signed/unsigned comparison warnings.
thorpej
2000-12-20
avoid nested extern declaration
christos
2000-01-22
Delint.
mycroft
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-08-10
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-02-03
remove obsolete register declarations
perry
1998-01-30
update to lite-2
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Add local.h for local prototypes.
christos
1995-12-28
New-style RCS ids.
thorpej
1995-06-14
add explicit return type
jtc
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-04-18
Eliminate GCC 2 warning due to prototype not being in scope.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd