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:           Tue Jan 16 01:28:27 UTC 2007

Modified Files:
        src/sys/kern [newlock2]: init_sysent.c sys_lwp.c syscalls.master
        src/sys/sys [newlock2]: sleepq.h syscall.h syscallargs.h

Log Message:
Adjust arguments to _lwp_park() and friends so that in the best case
_lwp_unpark_all() only has to traverse one sleep queue.


To generate a diff of this commit:
cvs rdiff -r1.181.2.3 -r1.181.2.4 src/sys/kern/init_sysent.c
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/kern/sys_lwp.c
cvs rdiff -r1.159.2.3 -r1.159.2.4 src/sys/kern/syscalls.master
cvs rdiff -r1.1.2.5 -r1.1.2.6 src/sys/sys/sleepq.h
cvs rdiff -r1.174.2.4 -r1.174.2.5 src/sys/sys/syscall.h
cvs rdiff -r1.156.2.4 -r1.156.2.5 src/sys/sys/syscallargs.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