cvs commit: src/sys/sys sysctl.h src/sbin/sysctl sysctl.c src/share/man/man9 sysctl.9

David E. O'Brien obrien at FreeBSD.org
Sat Aug 12 23:33:11 UTC 2006


obrien      2006-08-12 23:33:10 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              sysctl.h 
    sbin/sysctl          sysctl.c 
    share/man/man9       sysctl.9 
  Log:
  Add an extension to the UINT & ULONG types.  The XINT & XLONG types behave
  the same, except sysctl(8) will print out the values in hex.
  
  Revision  Changes    Path
  1.72      +10 -2     src/sbin/sysctl/sysctl.c
  1.5       +25 -2     src/share/man/man9/sysctl.9
  1.143     +16 -0     src/sys/sys/sysctl.h


More information about the cvs-src mailing list