cvs commit: src/sys/conf newvers.sh src/sys/sys sysctl.h src/usr.bin/uname uname.1 uname.c

Juli Mallett jmallett at FreeBSD.org
Mon Jun 9 02:38:22 PDT 2003


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


More information about the cvs-src mailing list