]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make kernel identification (`ident' in the config(8) driver) available to
authorjmallett <jmallett@FreeBSD.org>
Mon, 9 Jun 2003 09:38:20 +0000 (09:38 +0000)
committerjmallett <jmallett@FreeBSD.org>
Mon, 9 Jun 2003 09:38:20 +0000 (09:38 +0000)
commitf315e03eafe4decb20f007ba50f2c0bbd07209aa
tree63448f4636bc01d8e3847824509199f59c05b3b2
parent0e96b35689d627ad5cfe6b881520841fae6da5c6
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@
sys/conf/newvers.sh
sys/sys/sysctl.h
usr.bin/uname/uname.1
usr.bin/uname/uname.c