Commit Graph

15 Commits

Author SHA1 Message Date
mikel 8bbb2dbf1c check geometry string more carefully; from Enami Tsugutomo in PR bin/3809.
free string from rawdevice(); part of Enami's PR bin/3810
include <unistd.h> for close() prototype, prototype config(), and
  other misc. cleanup
1997-07-08 06:37:16 +00:00
kleink 8ac2f8880a Fix typo; from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp> in PR misc/3796. 1997-06-26 19:58:17 +00:00
thorpej 24ebb55ba7 Update for changes to the vnd driver:
- Add optional "geomspec" argument as third argument when configuring
  a vnode disk.  Format is: secsize/secpertrack/trackpercyl/ncylinders,
  e.g. 512/18/2/80.
- Add optional "-t typename" argument, mutually exclusive with "geomspec",
  that will look up "typename" in /etc/disktab and use the geometry
  specified in the entry.
- Update verbose output accordingly.
1997-06-23 21:11:06 +00:00
thorpej 5fdb76aa13 Add RCS ids. 1995-12-30 18:14:01 +00:00
thorpej 11381ec353 Add a vnd(4) manual page and make vnconfig(8) reference it. Fixes
PR #445.
1995-12-30 18:10:45 +00:00
cgd 8ae2a2e384 vn -> vnd renaming; consistency. 1995-01-25 04:32:37 +00:00
mycroft 5b44c4f24f Remove specal case on VNIOCCLR return value. 1995-01-22 07:09:54 +00:00
mycroft 679d9f5451 Clean up parsing a bit. Get rid of bogus extra arg to `-u'. Update the
usage string and man page to reality.
1995-01-22 07:06:44 +00:00
glass 481ef64aa0 vnconfig.c: removed all the silly mount/swapon functionality that never
belonged there.  much of it didn't work anyway.
vnconfig.8: update man page.  still needs work.
1995-01-22 06:18:12 +00:00
cgd 2e1f66b68b include necessary headers, improve declarations. 1994-12-23 16:23:12 +00:00
cgd d065420b32 specify man pages the new way. 1994-12-22 11:43:15 +00:00
cgd 5ea3f7846b don't special case EBUSY when configging; if you try to do it 2x, second is err 1994-04-18 09:12:08 +00:00
brezak 61ccab9488 Change /dev/vn0c to /dev/vnd0c (from jimj@miller.cs.uwm.edu) 1994-01-03 14:40:55 +00:00
cgd fe95a848b5 add Id and clean up 1993-12-23 07:04:31 +00:00
brezak 30669098ec Add vnconfig command. 1993-12-21 04:13:39 +00:00