Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2004 18:20:02 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_param.c src/sys/vm vm_param.h
Message-ID:  <200411081820.iA8IK2nB039404@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2004-11-08 18:20:02 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_param.c 
    sys/vm               vm_param.h 
  Log:
  #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
  includes the latter, but also declares variables which are defined
  in kern/subr_param.c).
  
  Change som VM parameters from quad_t to unsigned long.  They refer to
  quantities (size limits for text, heap and stack segments) which must
  necessarily be smaller than the size of the address space, so long is
  adequate on all platforms.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.67      +17 -17    src/sys/kern/subr_param.c
  1.20      +6 -6      src/sys/vm/vm_param.h



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