Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 08:06:30 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_exec.c src/sys/sys sysctl.h
Message-ID:  <199812161606.IAA21542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/12/16 08:06:29 PST

  Modified files:
    sys/kern             kern_exec.c 
    sys/sys              sysctl.h 
  Log:
  Removed all traces of SYSCTL_INTPTR().  Pointers can't really be passed
  across the kernel -> application interface, and for the one sysctl where
  they were passed and actually used (kern.ps_strings), the applications
  want addresses represented as u_longs anyway (the other sysctl that
  passed them, kern.usrstack, has never been used).
  
  Agreed to by:	dfr, phk
  
  Revision  Changes    Path
  1.89      +4 -5      src/sys/kern/kern_exec.c
  1.67      +1 -6      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?199812161606.IAA21542>