cvs commit: src/sys/vm vm_map.c

Tim J. Robbins tjr at FreeBSD.org
Tue Mar 23 00:37:35 PST 2004


tjr         2004/03/23 00:37:34 PST

  FreeBSD src repository

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying
  it led to impossibly high values in the new vmspace, causing it to never
  drop to 0 and be freed.
  
  Revision  Changes    Path
  1.331     +2 -1      src/sys/vm/vm_map.c


More information about the cvs-src mailing list