Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 1999 22:49:01 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <199906170549.WAA14955@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/06/16 22:49:01 PDT

  Modified files:
    sys/vm               vm_map.c 
  Log:
  vm_map_insert sometimes extends an existing vm_map entry, rather than
  creating a new entry.  vm_map_stack and vm_map_growstack can panic when
  a new entry isn't created.  Fixed vm_map_stack and vm_map_growstack.
  
  Also, when extending the stack, always set the protection to VM_PROT_ALL.
  
  Revision  Changes    Path
  1.169     +7 -3      src/sys/vm/vm_map.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?199906170549.WAA14955>