Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 1998 10:03:30 -0800 (PST)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/alpha/pci pcibus.c src/sys/kern kern_exec.c kern_sysctl.c subr_devstat.c src/sys/sys sysctl.h
Message-ID:  <199812271803.KAA28679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         1998/12/27 10:03:29 PST

  Modified files:
    sys/alpha/pci        pcibus.c 
    sys/kern             kern_exec.c kern_sysctl.c subr_devstat.c 
    sys/sys              sysctl.h 
  Log:
  Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the
  last cleanup.  Since the oid_arg2 field of struct sysctl_oid is not wide
  enough to hold a long, the SYSCTL_LONG() macro has been modified to only
  support exporting long variables by pointer instead of by value.
  
  Reviewed by: bde
  
  Revision  Changes    Path
  1.8       +5 -8      src/sys/alpha/pci/pcibus.c
  1.91      +6 -3      src/sys/kern/kern_exec.c
  1.81      +4 -34     src/sys/kern/kern_sysctl.c
  1.8       +2 -2      src/sys/kern/subr_devstat.c
  1.68      +4 -4      src/sys/sys/sysctl.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812271803.KAA28679>