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
/
libutil
/
ttyaction.c
Age
Commit message (
Expand
)
Author
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2005-08-27
Lint warnings.
elad
2004-12-11
WARNS=3; fix cast-qual issues.
christos
2004-03-29
Use pid_t for pids. From Jeff Ito in PR 24854.
wiz
2000-12-19
__CONCAT does token pasting, not string concatnation. if something like:
cgd
2000-07-05
- __RCSID() police.
ad
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-01-11
strtok() -> strtok_r() to avoid side-effects.
kleink
1998-12-09
Delint
christos
1998-07-26
const poisoning.
mycroft
1997-07-31
Fix files using old TNF copyright notice
jtc
1997-06-20
include <fnmatch.h> for fnmatch() prototype
mikel
1997-05-09
Pull in err.h for prototypes.
mycroft
1996-11-29
Use _exit after exec failure (not exit).
gwr
1996-11-22
Use snprintf instead of sprintf.
gwr
1996-11-18
Correct lengths used to build environment strings. (Fixes PR#2948)
gwr
1996-11-14
Allow the ttyname parameter of ttyaction() to be the full pathname of
gwr
1996-11-14
Add ttyaction.3 and ttyaction.c
gwr