Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 1996 09:23:44 -0700 (PDT)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys sysctl.h src/sys/kern kern_sysctl.c
Message-ID:  <199606101623.JAA22633@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        96/06/10 09:23:43

  Modified:    sys/kern  kern_sysctl.c
               sys/sys   sysctl.h
  Log:
  Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that
  it assumes all of the data exists in the kernel.  Also, fix
  sysctl_new-kernel (unused until now) which had reversed operands to
  bcopy().
  
  Reviewed by:	phk
  
  Poul writes:
  ... actually the lock/sleep/wakeup cruft shouldn't be needed in the
  kernel version I think, but just leave it there for now.
  
  Revision  Changes    Path
  1.64      +63 -5     src/sys/kern/kern_sysctl.c
  1.42      +2 -1      src/sys/sys/sysctl.h



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