aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vnconfig/vnconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Typo. Move FreeBSD Id out of copyright section.Philippe Charnier2001-03-141-4/+6
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-091-614/+11
* Make vnconfig annoy users for 15 seconds to make them switch to mdconfig.Poul-Henning Kamp2001-01-301-0/+6
* Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures theMatthew Dillon2000-12-311-0/+2
* Don't do raw device 'r' mangling.Poul-Henning Kamp2000-12-151-24/+4
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* GC some old no longer supported options.Poul-Henning Kamp2000-09-251-1/+0
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Improve diagnostic message when device vnconfig'ing does not exist.David E. O'Brien2000-05-141-1/+1
* Fix a bug in the block number calculation for VN disks with a sectorMatthew Dillon1999-09-171-8/+96
* Make vnconfig's device argument not require a leading "/dev/", ala "ccdconfig".Mark J. Taylor1999-08-301-4/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Turn an error into a warning. If running a 4.x binary on a 3.x systemPoul-Henning Kamp1999-05-161-2/+2
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-141-7/+90
* Automatically load the vn module if it isn't already in the kernel.Peter Wemm1999-01-261-1/+6
* Use err(3). Add prototypes. Document -s and -r flags.Philippe Charnier1997-10-271-36/+41
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Use new mount args (mount "ufs" instead of MOUNT_UFS).Bruce Evans1997-03-291-1/+1
* Update to compile under Lite2 fs include layoutPeter Wemm1997-03-111-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* The changes to support the new flags in the vn driver.Poul-Henning Kamp1995-03-111-6/+81
* The vnconfig program.Poul-Henning Kamp1994-12-041-0/+368