summaryrefslogtreecommitdiff
path: root/usr.sbin/vnconfig
AgeCommit message (Expand)Author
2021-01-09Add magic incantation to configure an image for mount_udf(8).wiz
2018-10-07Sort options.wiz
2018-10-07Add flag to enforce file I/O even when bmap/strategy would be possible.mlelstv
2018-05-01Fix missed s/vnconfig/vndconfig/ in an example.uwe
2018-03-12improve previous, use getprogname() to get the invocation name.christos
2018-03-12Reflect the new name of vndconfig(8) in the usage screenkhorben
2016-04-10Sort sections. Use more markup.wiz
2016-04-10Cosmetic tweaks to vncfonfig -l output, from Robert Elz (with minor tweaksmartin
2015-11-09Since now the kernel returns ENXIO again for devices exceeding thechristos
2015-11-05Update to keep up with reality. In NetBSD 7, the vnconfig command waspgoyette
2014-05-23PR bin/48829 Thomas Schmitt: vnconfig pretends to succeed ondholland
2013-06-09Fix LINKS spec.jmmv
2013-06-09bump date.christos
2013-06-09Alias this to vndconfig for symmetry.christos
2013-06-09Now that we grow vnd's dynamically we cannot depend on the kernel returningchristos
2012-07-08From Bug Hunting: Add vndcompress(1) to SEE ALSO, bump date.wiz
2011-08-30ANSIfy + static + __deadjoerg
2011-02-09Restore historic SCCS IDs in the comments (were removed in previous commit).rmind
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2009-12-06VNDIOCSET now returns a 64bit unsigned size.dsl
2009-04-19Fix -Wcast-qual and -Wshadow issueslukem
2008-12-29fix dev_t format.christos
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-09-11Argument is regular_file, not "regular file". From YOMURA Masanori in private...wiz
2005-08-1964 bit inode changeschristos
2005-07-18Grammar fixes.wiz
2005-07-18Drop trailing whitespace.wiz
2005-07-17Add support for reading cloop2 compressed filesystem image,hubertf
2005-06-02appease gcc -Wuninitializedlukem
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-01-25Print device names and mount points, if at all possible, instead ofatatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16Sync usage with man page.wiz
2003-04-16Sort options in SYNOPSIS and description.wiz
2003-04-11Add an interface to the "force" option, and fix a bug where thedrochner
2003-03-27bump date.yamt
2003-03-27add a new option, -r; read-only configuration.yamt
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-30add DPADD for ${LIBUTIL}lukem
2002-06-21Provide a means for vnconfig to indicate which devices are in use, andatatat
2002-03-05Drop duplicate .Pp.wiz
2002-02-02Sort sections, sort SEE ALSO, drop a .Pp.wiz
2001-12-12Add optional "-f disktab" argument, that will look up a diskfredette
2001-11-08Now that vnconfig uses opendisk(3) update it's usage encouraging usechristos
2001-11-08Try to open the file before configuring a vnode disk device to avoid sillytron
2001-11-08Revert previous change that accepts non-raw devices as argument. Thechristos
2001-11-07Invoke "opendisk" with "iscooked = 1" because existing makefiles and thetron
2001-09-26<sys/stat.h> is unnecessarylukem
2000-10-02Put sections in the canonical order (from mdoc.samples(7)).bjh21