Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 23:07:54 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_fault.c vm_glue.c vm_map.c vm_map.h vm_pageout.c
Message-ID:  <200204280607.g3S67sU61279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/04/27 23:07:54 PDT

  Modified files:
    sys/vm               vm_fault.c vm_glue.c vm_map.c vm_map.h 
                         vm_pageout.c 
  Log:
   o Introduce and use vm_map_trylock() to replace several direct uses
     of lockmgr().
   o Add missing synchronization to vmspace_swap_count(): Obtain a read lock
     on the vm_map before traversing it.
  
  Revision  Changes    Path
  1.138     +1 -3      src/sys/vm/vm_fault.c
  1.134     +1 -3      src/sys/vm/vm_glue.c
  1.224     +10 -0     src/sys/vm/vm_map.c
  1.76      +1 -0      src/sys/vm/vm_map.h
  1.196     +1 -2      src/sys/vm/vm_pageout.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?200204280607.g3S67sU61279>