K 10 svn:author V 2 jh K 8 svn:date V 27 2010-10-19T16:48:49.860880Z K 7 svn:log V 297 Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9) and print a diagnostic if the call fails. This avoids a panic when a device with an invalid name is attempted to be registered. For example the label class gets device names from untrusted input. Reviewed by: freebsd-geom END