History log of /openbsd-src/sys/sys/mtio.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 4b1f51e8 01-Jun-2007 krw <krw@openbsd.org>

No need for tape fields to be daddr_t. int will do.

ok beck@ deraadt@


# 1b93f7aa 05-Jan-2007 krw <krw@openbsd.org>

As first brought to my attention by Russel Sutherland, our deletion of
the mt_fileno and mt_blkno fields from the mtget struct was too hasty.

Subsequent discussions with Kern Sibbold of the Bacula p

As first brought to my attention by Russel Sutherland, our deletion of
the mt_fileno and mt_blkno fields from the mtget struct was too hasty.

Subsequent discussions with Kern Sibbold of the Bacula project
revealed these are widely used by tape backup software on many
unicies. The de facto standard is to return -1 if you can't determine
the value.

So add them back and always return -1 as their value. Should allow
Bacula and similar software to at least compile while we investigate
providing meaningful values.

ok beck@

show more ...


# 628571dc 01-Jun-2006 krw <krw@openbsd.org>

We do not create st devices with different density modes. i.e. with device
minor numbers having bits 2 or 3 set.

Eliminate the quirks, etc. used to store info on these non-existant modes.
Also elimi

We do not create st devices with different density modes. i.e. with device
minor numbers having bits 2 or 3 set.

Eliminate the quirks, etc. used to store info on these non-existant modes.
Also eliminate a couple of 'unimplemented' fields in the ioctl request
structure.

ok beck@ deraadt@

show more ...


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 56c650d5 23-Jul-1998 deraadt <deraadt@openbsd.org>

add new non-functional ioctl values from netbsd


# 1e2ae582 16-Apr-1997 millert <millert@openbsd.org>

Use _PATH_DEFTAPE not DEFTAPE in mt(1)
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion.


# 784b8aa5 17-Apr-1996 dm <dm@openbsd.org>

Changed DEFTAPE from rst0 to nrst0. It is only used by mt, and running
mt on /dev/rst0 can be dangerous because you think it's repositioning the
tape when in fact it rewinds right after positioning.


# bb63a7f5 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree