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
/
librmt
/
rmtlib.c
Age
Commit message (
Expand
)
Author
2012-03-21
Use C89 function definition
matt
2011-06-21
add a missing " to a string literal in some #if'd out code that GCC 4.5 found.
mrg
2011-05-31
PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tape
christos
2011-02-18
Improve isrmt() check: it cannot be a rmt fd if there are no pipes
pooka
2010-08-31
Move prototype of isrmt() to rmt.h. It is a public interface
enami
2006-03-19
Coverity CID 587: Dead code detected because the loop was using the wrong
christos
2005-12-05
- Pass lint.
christos
2003-03-08
add RCSID
lukem
2001-11-05
WARNS=2 fixes
lukem
2001-04-06
Negative exit code cleanup: Replace exit(-x) with exit(x).
wiz
2001-01-05
Make this file compile again on alpha; size_t isn't always same size as int.
enami
2001-01-05
More cosmetic changes.
enami
2001-01-04
convert to ANSI KNF
lukem
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-07-02
More trailing white space.
simonb
1998-03-08
- support RCMD_CMD, ala rcmd(3).
mrg
1997-10-21
- Convert a few functions to variable arguments so that they can be
thorpej
1997-10-10
clean up WARNS on the alpha.
mrg
1997-10-09
WARNSify
lukem
1997-06-20
gcc -Wall fixes, including: end unterminated comment (!), add braces
mikel
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1996-08-13
Change an instance of "int" to "unsigned long" (the correct type for
thorpej
1996-08-09
rsh is now in /usr/bin, not /usr/ucb
jtc
1996-08-09
minor changes for better integration into NetBSD
jtc
1996-08-09
Remote mag tape library from volume 18 of comp.sources.unix.
jtc