Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2009 09:16:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_map.c vm_map.h
Message-ID:  <200905050917.n459H3xm023600@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-05-05 09:16:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/vm               vm_map.c vm_map.h 
  Log:
  SVN rev 191810 on 2009-05-05 09:16:57Z by kib
  
  MFC r190886:
  When vm_map_wire(9) is allowed to skip holes in the wired region, skip
  the mappings without any of read and execution rights, in particular,
  the PROT_NONE entries. This makes mlockall(2) work for the process
  address space that has such mappings.
  
  Since protection mode of the entry may change between setting
  MAP_ENTRY_IN_TRANSITION and final pass over the region that records
  the wire status of the entries, allocate new map entry flag
  MAP_ENTRY_WIRE_SKIPPED to mark the skipped PROT_NONE entries.
  
  Revision   Changes    Path
  1.388.2.7  +15 -1     src/sys/vm/vm_map.c
  1.120.2.2  +2 -0      src/sys/vm/vm_map.h



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