Date: Mon, 9 Jun 2003 02:38:20 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh src/sys/sys sysctl.h src/usr.bin/uname uname.1 uname.c Message-ID: <200306090938.h599cKFZ059077@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2003/06/09 02:38:20 PDT
FreeBSD src repository
Modified files:
sys/conf newvers.sh
sys/sys sysctl.h
usr.bin/uname uname.1 uname.c
Log:
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@
Revision Changes Path
1.52 +2 -0 src/sys/conf/newvers.sh
1.114 +4 -1 src/sys/sys/sysctl.h
1.15 +4 -2 src/usr.bin/uname/uname.1
1.12 +14 -4 src/usr.bin/uname/uname.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306090938.h599cKFZ059077>
