Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2009 20:57:43 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_kern.c vm_map.c vm_map.h vm_mmap.c vm_unix.c
Message-ID:  <200902242057.n1OKvu67034797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-02-24 20:57:43 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_kern.c vm_map.c vm_map.h vm_mmap.c 
                         vm_unix.c 
  Log:
  SVN rev 189015 on 2009-02-24 20:57:43Z by kib
  
  Revert the addition of the freelist argument for the vm_map_delete()
  function, done in r188334. Instead, collect the entries that shall be
  freed, in the deferred_freelist member of the map. Automatically purge
  the deferred freelist when map is unlocked.
  
  Tested by:      pho
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.140     +3 -9      src/sys/vm/vm_kern.c
  1.411     +24 -30    src/sys/vm/vm_map.c
  1.128     +2 -3      src/sys/vm/vm_map.h
  1.228     +1 -4      src/sys/vm/vm_mmap.c
  1.48      +1 -4      src/sys/vm/vm_unix.c



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