Module Name: src Committed By: martin Date: Tue Jul 31 16:01:12 UTC 2018
Modified Files: src/sbin/cgdconfig [netbsd-8]: cgdconfig.8 cgdconfig.c Log Message: Pull up following revision(s) (requested by kre in ticket #946): sbin/cgdconfig/cgdconfig.c: revision 1.42 sbin/cgdconfig/cgdconfig.c: revision 1.43 sbin/cgdconfig/cgdconfig.c: revision 1.44 sbin/cgdconfig/cgdconfig.c: revision 1.45 sbin/cgdconfig/cgdconfig.8: revision 1.37 sbin/cgdconfig/cgdconfig.8: revision 1.38 Check whether the cgd device selected is available to be configured,that is, not already in use, before requesting passwords from the user (or elsewhere). Fix usage for rump. Fixes test breakage caused by previous commit. Check arg count in configure() at entry, rather than later. This avoids the stupid null deref I added a couple of commits ago (on bad usage) and also simplifies the rest of the routine which no longer needs to check the arg count nearly as much. Thanks to Alexander Nasonov for finding the null deref bug. Fix missing -p in usage message (noted by Christoph Badura, thanks), and update -l usage as well. While here fix man page synopses and a few other odds and ends. Add commas in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.36.6.1 src/sbin/cgdconfig/cgdconfig.8 cvs rdiff -u -r1.41 -r1.41.6.1 src/sbin/cgdconfig/cgdconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.