CVS commit: src/lib/librmt

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 09:35:23 UTC 2011 Modified Files: src/lib/librmt: rmtlib.c Log Message: add a missing " to a string literal in some #if'd out code that GCC 4.5 found. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib

CVS commit: src/lib/librmt

2011-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 31 12:24:33 UTC 2011 Modified Files: src/lib/librmt: rmtlib.c Log Message: PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tape Not all fields are valid in the ioctl to get tape info in the rmt p

CVS commit: src/lib/librmt

2011-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 18 16:10:10 UTC 2011 Modified Files: src/lib/librmt: rmtlib.c Log Message: Improve isrmt() check: it cannot be a rmt fd if there are no pipes open for the fd. Prevents collision with rumphijack. Also, prevent potential hy