Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [newlock2] src/sys



Module Name:    src
Committed By:   ad
Date:           Mon Sep 11 18:19:09 UTC 2006

Modified Files:
        src/sys/kern [newlock2]: kern_descrip.c kern_exit.c kern_lwp.c
            kern_proc.c kern_prot.c
        src/sys/sys [newlock2]: lwp.h proc.h
        src/sys/uvm [newlock2]: uvm_glue.c uvm_meter.c

Log Message:
- Allocate and free turnstiles where needed.
- Split proclist_mutex and alllwp_mutex out of the proclist_lock,
  and use in interrupt context.
- Fix an MP race in enterpgrp()/setsid().
- Acquire proclist_lock and p_crmutex in some obvious places.


To generate a diff of this commit:
cvs rdiff -r1.145 -r1.145.2.1 src/sys/kern/kern_descrip.c
cvs rdiff -r1.158 -r1.158.2.1 src/sys/kern/kern_exit.c
cvs rdiff -r1.40 -r1.40.2.1 src/sys/kern/kern_lwp.c
cvs rdiff -r1.94 -r1.94.4.1 src/sys/kern/kern_proc.c
cvs rdiff -r1.93 -r1.93.4.1 src/sys/kern/kern_prot.c
cvs rdiff -r1.41 -r1.41.4.1 src/sys/sys/lwp.h
cvs rdiff -r1.225 -r1.225.4.1 src/sys/sys/proc.h
cvs rdiff -r1.96 -r1.96.2.1 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.40 -r1.40.6.1 src/sys/uvm/uvm_meter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index