summaryrefslogtreecommitdiff
path: root/sys/dev/vndioctl.h
AgeCommit message (Collapse)Author
2008-09-03Replace -s (sector size) option with more general -t (disktype)Kenneth R Westerback
option which makes the vnd device emulate the geometry of the specified disktab(5) entry. No change in behaviour or geometry unless -t is used. API for vnd configuration ioctl (VNDIOCSET) changes, so mount_vnd must be in sync with kernel. Tested & ok jsing@ 'Lovely' deraadt@
2008-08-14Allow the sector size to be specified by the user when configuring aJoel Sing
vnd(4) device, via a new -s option to vnconfig/mount_vnd. This allows us to create disklabels and file systems that are suitable for use on devices that have a non-512 byte sector size (eg. CDROMs). With help from krw@ and feedback from pedro@. ok krw@, pedro@
2004-06-20add the VNDIOCGET ioctl to vnode disks, ok millert@Pedro Martelletto
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2001-12-07Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>Niklas Hallqvist
toouches by me.
2000-06-20add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aNiels Provos
poor man's encrypted file system with this. Blame the Greek. okay niklas@
1997-11-07$OpenBSD$Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt