Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 23:41:12 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/sparc64/sparc64 pmap.c
Message-ID:  <200202280741.g1S7fCW28528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2002/02/27 23:41:12 PST

  Modified files:
    sys/alpha/alpha      pmap.c 
    sys/i386/i386        pmap.c 
    sys/sparc64/sparc64  pmap.c 
  Log:
  Fix a minor swap leak.
  
  Previously, the UPAGES/KSTACK area of processes/threads would leak memory
  at the time that a previously swapped process was terminated.  Lukcily, the
  leak was only 12K/proc, so it was unlikely to be a major problem unless you
  had an undersized swap partition.
  
  Submitted by:   dillon
  Reviewed by:    silby
  MFC after:      1 week
  
  Revision  Changes    Path
  1.85      +20 -0     src/sys/alpha/alpha/pmap.c
  1.317     +20 -0     src/sys/i386/i386/pmap.c
  1.36      +20 -0     src/sys/sparc64/sparc64/pmap.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?200202280741.g1S7fCW28528>