Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2001 15:53:10 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_param.h vm_swap.c
Message-ID:  <200106012253.f51MrAV45122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2001/06/01 15:53:10 PDT

  Modified files:
    sys/vm               vm_param.h vm_swap.c 
  Log:
  Change the way information about swap devices is exported to be more
  canonical: define a versioned struct xswdev, and add a sysctl node
  handler that allows the user to get this structure for a certain device
  index by specifying this index as last element of the MIB.
  This new node handler, vm.swap_info, replaces the old vm.nswapdev
  and vm.swapdevX.* (where X was the index) sysctls.
  
  Revision  Changes    Path
  1.14      +13 -1     src/sys/vm/vm_param.h
  1.108     +35 -29    src/sys/vm/vm_swap.c


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?200106012253.f51MrAV45122>