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
/
bin
/
ps
/
fmt.c
Age
Commit message (
Expand
)
Author
2004-03-27
Wrap some long lines.
simonb
2004-03-27
KNF, ANSFify, de-__P, unC++ify, white space nits.
simonb
2002-02-14
Just use return value of strvis instead of calling strlen.
enami
2002-02-14
Don't define variable as static unnecessarily.
enami
2001-03-23
Always initialize an auto variable.
enami
2001-03-20
do not update maxlen if realloc fails.
itojun
1999-12-03
Since we have an "extern.h", put all external variable declarations in
simonb
1998-02-03
add <sys/time.h> to fix compiler error
perry
1998-01-09
RCS Id Police.
perry
1997-07-20
Fix compiler warnings
christos
1995-05-25
Simplify this just a little.
mycroft
1995-05-21
Split out some helper functions again.
mycroft
1995-05-18
Create and strvis(3) the argument and environment lists only as needed.
mycroft
1995-05-18
Do the right thing for an empty environment.
mycroft
1995-05-18
Avoid an extra (gratuitous) pass through strvis(3).
mycroft
1995-03-21
convert to new RCS id conventions.
cgd
1995-01-08
Better fix for the previous.
mycroft
1995-01-08
Fix oversight in previous change, when argument list is sort of empty.
mycroft
1994-05-18
kill extra space, save my sanity
cgd
1994-05-09
new ps, to match libkvm
cgd