Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 03:53:41 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c sys_process.c sysv_shm.c vfs_aio.c src/sys/vm vm_glue.c vm_map.c
Message-ID:  <200407270353.i6R3rfEQ012767@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2004-07-27 03:53:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c sys_process.c sysv_shm.c 
                         vfs_aio.c 
    sys/vm               vm_glue.c vm_map.c 
  Log:
   - Use atomic ops for updating the vmspace's refcnt and exitingcnt.
   - Push down Giant into shmexit().  (Giant is acquired only if the vmspace
     contains shm segments.)
   - Eliminate the acquisition of Giant from proc_rwmem().
   - Reduce the scope of Giant in exit1(), uncovering the destruction of the
     address space.
  
  Revision  Changes    Path
  1.243     +7 -3      src/sys/kern/kern_exit.c
  1.126     +7 -11     src/sys/kern/sys_process.c
  1.94      +2 -2      src/sys/kern/sysv_shm.c
  1.172     +1 -1      src/sys/kern/vfs_aio.c
  1.201     +2 -2      src/sys/vm/vm_glue.c
  1.347     +11 -6     src/sys/vm/vm_map.c



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