summaryrefslogtreecommitdiff
path: root/lib/librmt/rmtlib.c
AgeCommit message (Expand)Author
2012-03-21Use C89 function definitionmatt
2011-06-21add a missing " to a string literal in some #if'd out code that GCC 4.5 found.mrg
2011-05-31PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tapechristos
2011-02-18Improve isrmt() check: it cannot be a rmt fd if there are no pipespooka
2010-08-31Move prototype of isrmt() to rmt.h. It is a public interfaceenami
2006-03-19Coverity CID 587: Dead code detected because the loop was using the wrongchristos
2005-12-05- Pass lint.christos
2003-03-08add RCSIDlukem
2001-11-05WARNS=2 fixeslukem
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-01-05Make this file compile again on alpha; size_t isn't always same size as int.enami
2001-01-05More cosmetic changes.enami
2001-01-04convert to ANSI KNFlukem
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-02More 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 bethorpej
1997-10-10clean up WARNS on the alpha.mrg
1997-10-09WARNSifylukem
1997-06-20gcc -Wall fixes, including: end unterminated comment (!), add bracesmikel
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-08-13Change an instance of "int" to "unsigned long" (the correct type forthorpej
1996-08-09rsh is now in /usr/bin, not /usr/ucbjtc
1996-08-09minor changes for better integration into NetBSDjtc
1996-08-09Remote mag tape library from volume 18 of comp.sources.unix.jtc