Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 1999 16:09:38 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern imgact_aout.c imgact_elf.c src/sys/vm vm_map.c vm_map.h vm_mmap.c
Message-ID:  <199905142309.QAA35680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/05/14 16:09:37 PDT

  Modified files:
    sys/kern             imgact_aout.c imgact_elf.c 
    sys/vm               vm_map.c vm_map.h vm_mmap.c 
  Log:
  Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.
  
  It never makes sense to specify MAP_COPY_NEEDED without also specifying
  MAP_COPY_ON_WRITE, and vice versa.  Thus, MAP_COPY_ON_WRITE suffices.
  
  Reviewed by:	David Greenman <dg@root.com>
  
  Revision  Changes    Path
  1.51      +3 -3      src/sys/kern/imgact_aout.c
  1.57      +3 -3      src/sys/kern/imgact_elf.c
  1.161     +3 -5      src/sys/vm/vm_map.c
  1.39      +4 -4      src/sys/vm/vm_map.h
  1.97      +2 -2      src/sys/vm/vm_mmap.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?199905142309.QAA35680>