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
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-03-15
PR/13242: John Heasley: ENOTDIR is not fatal
christos
2003-03-04
Don't acquire __environ_lock around exec*() calls; nothing requires
nathanw
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-12-08
Use memcpy instead of memmove since no overlaps here (copy from somewhere
enami
2001-09-19
Cosmetic changes (including ANSI'fy).
enami
2001-09-19
Remove unnecessary alloca, strcpy and strlen call.
enami
2001-09-18
Use alloca() instead of malloc() and strdup(). Proper fix for the find
simonb
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