Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 1995 08:49:01 -0800
From:      Poul-Henning Kamp <phk>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/vm vm_meter.c
Message-ID:  <199512041649.IAA15079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         95/12/04 08:49:00

  Modified:    sys/i386/i386  machdep.c swapgeneric.c
               sys/kern  init_main.c kern_clock.c kern_descrip.c
                        kern_ntptime.c  kern_sysctl.c vfs_bio.c vfs_init.c
               sys/sys   sysctl.h
               sys/vm    vm_meter.c
  Log:
  A major sweep over the sysctl stuff.
  
  Move a lot of variables home to their own code (In good time before xmas :-)
  
  Introduce the string descrition of format.
  
  Add a couple more functions to poke into these marvels, while I try to
  decide what the correct interface should look like.
  
  Next is adding vars on the fly, and sysctl looking at them too.
  
  Removed a tine bit of defunct and #ifdefed notused code in swapgeneric.
  
  Revision  Changes    Path
  1.154     +32 -9     src/sys/i386/i386/machdep.c
  1.14      +22 -10    src/sys/i386/i386/swapgeneric.c
  1.34      +6 -1      src/sys/kern/init_main.c
  1.21      +3 -3      src/sys/kern/kern_clock.c
  1.18      +11 -12    src/sys/kern/kern_descrip.c
  1.8       +1 -1      src/sys/kern/kern_ntptime.c
  1.53      +332 -80   src/sys/kern/kern_sysctl.c
  1.74      +16 -1     src/sys/kern/vfs_bio.c
  1.18      +2 -2      src/sys/kern/vfs_init.c
  1.37      +24 -22    src/sys/sys/sysctl.h
  1.10      +6 -13     src/sys/vm/vm_meter.c



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