K 10 svn:author V 8 jmallett K 8 svn:date V 27 2003-06-09T09:38:20.000000Z K 7 svn:log V 349 Make kernel identification (`ident' in the config(8) driver) available to userland, and the kernel. In the kernel by way of the 'ident[]' variable akin to all the other stuff generated by newvers.sh. In userland it is available to sysctl consumers via KERN_IDENT or 'kern.ident'. It is exported by uname(1) by the -i flag. Reviewed by: hackers@ END