Source-Changes archive

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

CVS commit: [vmlocking] src/sys



Module Name:    src
Committed By:   ad
Date:           Thu Apr  5 21:38:38 UTC 2007

Modified Files:
        src/sys/kern [vmlocking]: core_elf32.c init_sysctl.c kern_fork.c
            kern_lwp.c kern_physio.c kern_proc.c kern_sleepq.c kern_synch.c
            sys_process.c
        src/sys/sys [vmlocking]: lwp.h

Log Message:
- Make context switch counters 64-bit, and count the total number of
  context switches + voluntary, instead of involuntary + voluntary.
- Add lwp::l_swaplock for uvm.
- PHOLD/PRELE are replaced.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.30.2.1 src/sys/kern/core_elf32.c
cvs rdiff -r1.98.2.1 -r1.98.2.2 src/sys/kern/init_sysctl.c
cvs rdiff -r1.136.2.2 -r1.136.2.3 src/sys/kern/kern_fork.c
cvs rdiff -r1.61.2.3 -r1.61.2.4 src/sys/kern/kern_lwp.c
cvs rdiff -r1.80.2.1 -r1.80.2.2 src/sys/kern/kern_physio.c
cvs rdiff -r1.107.2.2 -r1.107.2.3 src/sys/kern/kern_proc.c
cvs rdiff -r1.7 -r1.7.2.1 src/sys/kern/kern_sleepq.c
cvs rdiff -r1.186.2.3 -r1.186.2.4 src/sys/kern/kern_synch.c
cvs rdiff -r1.123.2.1 -r1.123.2.2 src/sys/kern/sys_process.c
cvs rdiff -r1.56.2.1 -r1.56.2.2 src/sys/sys/lwp.h

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