Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2009 22:08:29 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_fault.c
Message-ID:  <200911272208.nARM8d8O035091@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2009-11-27 22:08:29 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  SVN rev 199869 on 2009-11-27 22:08:29Z by alc
  
  Support the new VM_PROT_COPY option on wired pages.  The effect of which
  is that a debugger can now set a breakpoint in a program that uses mlock(2)
  on its text segment or mlockall(2) on its entire address space.
  
  Revision  Changes    Path
  1.264     +6 -3      src/sys/vm/vm_fault.c



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