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
/
gen
/
execvp.c
Age
Commit message (
Expand
)
Author
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
1999-09-16
revert previous (as per klaus). will diagassert() name == NULL check instead...
lukem
1999-09-16
check name != NULL before checking name[0] != '\0'
lukem
1999-02-04
Make argv construction code reentrant.
kleink
1998-11-12
fix lint const lossage.
christos
1998-09-11
Add a multiple-reader/single-writer lock to protect environ.
kleink
1998-08-26
fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...
perry
1998-08-10
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-02-26
trivial changes to reduce lint complaints
perry
1998-02-03
remove obsolete register declarations
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1997-04-24
POSIX.1/stopgap measure: if "" is to be executed, fail with ENOENT
kleink
1996-07-03
Split all exec*() functions out of exec.c into their own files.
jtc