Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 19:42:04 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <201009191942.o8JJgO70040966@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-09-19 19:42:04 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  SVN rev 212873 on 2010-09-19 19:42:04Z by alc
  
  Allow a POSIX shared memory object that is opened for read but not for
  write to nonetheless be mapped PROT_WRITE and MAP_PRIVATE, i.e.,
  copy-on-write.
  
  (This is a regression in the new implementation of POSIX shared memory
  objects that is used by HEAD and RELENG_8.  This bug does not exist in
  RELENG_7's user-level, file-based implementation.)
  
  PR:             150260
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.247     +2 -1      src/sys/vm/vm_mmap.c



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