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
Alan Cox
alc at FreeBSD.org
Mon Jul 26 20:53:41 PDT 2004
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
More information about the cvs-src
mailing list