CVS commit: src/usr.sbin/vnconfig

2021-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 9 23:54:26 UTC 2021 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: Add magic incantation to configure an image for mount_udf(8). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/vn

CVS commit: src/usr.sbin/vnconfig

2018-10-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Oct 7 20:30:50 UTC 2018 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 vnconfig.c Log Message: Sort options. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/vnconfig/vnconfig.8 cvs rdiff -u -r1.47

CVS commit: src/usr.sbin/vnconfig

2018-05-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 1 09:03:49 UTC 2018 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: Fix missed s/vnconfig/vndconfig/ in an example. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/vnconfig/vnconfi

CVS commit: src/usr.sbin/vnconfig

2018-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 12 01:15:00 UTC 2018 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: improve previous, use getprogname() to get the invocation name. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.

CVS commit: src/usr.sbin/vnconfig

2018-03-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 12 01:10:25 UTC 2018 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: Reflect the new name of vndconfig(8) in the usage screen vnconfig(8) was renamed to vndconfig(8) in NetBSD 7. While the manual page now

CVS commit: src/usr.sbin/vnconfig

2016-04-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 10 09:49:14 UTC 2016 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: Sort sections. Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/vnconfig/vnconfig.8 Please note

CVS commit: src/usr.sbin/vnconfig

2016-04-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 10 09:04:09 UTC 2016 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 vnconfig.c Log Message: Cosmetic tweaks to vncfonfig -l output, from Robert Elz (with minor tweaks [and all bugs] by me). This should restore compatibi

CVS commit: src/usr.sbin/vnconfig

2015-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 9 17:39:20 UTC 2015 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: Since now the kernel returns ENXIO again for devices exceeding the number of devices configured in the kernel, use that instead of scann

CVS commit: src/usr.sbin/vnconfig

2015-11-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 5 22:35:24 UTC 2015 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: Update to keep up with reality. In NetBSD 7, the vnconfig command was renamed. So add this fact to the HISTORY section and remove BUGS

CVS commit: src/usr.sbin/vnconfig

2014-05-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri May 23 20:50:16 UTC 2014 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: PR bin/48829 Thomas Schmitt: vnconfig pretends to succeed on nonexistent files To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Jun 9 22:00:50 UTC 2013 Modified Files: src/usr.sbin/vnconfig: Makefile Log Message: Fix LINKS spec. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/vnconfig/Makefile Please note that diffs are not p

CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:39:05 UTC 2013 Modified Files: src/usr.sbin/vnconfig: Makefile vnconfig.8 Log Message: Alias this to vndconfig for symmetry. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/vnconfig/Makef

CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:39:31 UTC 2013 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: bump date. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/vnconfig/vnconfig.8 Please note that diffs are

CVS commit: src/usr.sbin/vnconfig

2013-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 13:25:41 UTC 2013 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: Now that we grow vnd's dynamically we cannot depend on the kernel returning ENXIO when we exceed the number of configured vnds, so in th

CVS commit: src/usr.sbin/vnconfig

2012-07-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 8 22:49:56 UTC 2012 Modified Files: src/usr.sbin/vnconfig: vnconfig.8 Log Message: >From Bug Hunting: Add vndcompress(1) to SEE ALSO, bump date. While here: New sentence, new line. To generate a diff of this commit: cvs r

CVS commit: src/usr.sbin/vnconfig

2011-08-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Aug 30 20:54:18 UTC 2011 Modified Files: src/usr.sbin/vnconfig: vnconfig.c Log Message: ANSIfy + static + __dead To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/vnconfig/vnconfig.c Please note that