summaryrefslogtreecommitdiffstats
path: root/sys/dev/vndioctl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill compat for old VNDIOCSET; ok deraadt@jca2016-12-141-10/+2
|
* Bump VNDNLEN from 90 to 1024 bytes, to avoid "VNDIOCSET: File name too long"jca2016-11-121-3/+13
| | | | | | | Introduce a new ioctl for VNDIOCSET, the old ioctl will stay around for a bit to cope with old vnconfig/mount_vnd. ok deraadt@
* Replace -s (sector size) option with more general -t (disktype)krw2008-09-031-1/+3
| | | | | | | | | | | 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@
* Allow the sector size to be specified by the user when configuring ajsing2008-08-141-1/+2
| | | | | | | | | | 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@
* add the VNDIOCGET ioctl to vnode disks, ok millert@pedro2004-06-201-1/+19
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>niklas2001-12-071-2/+2
| | | | toouches by me.
* add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aprovos2000-06-201-1/+3
| | | | poor man's encrypted file system with this. Blame the Greek. okay niklas@
* $OpenBSD$niklas1997-11-071-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+60