Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: yamt
Date: Mon Feb 26 10:50:31 UTC 2007
Modified Files:
src/sys/sys: Makefile lwp.h sched.h sleepq.h
Added Files:
src/sys/sys: syncobj.h
Log Message:
move wchan_t and syncobj_t to a dedicated header to simplify dependencies.
fix "XXX wchan_t".
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/sys/Makefile
cvs rdiff -r1.52 -r1.53 src/sys/sys/lwp.h
cvs rdiff -r1.31 -r1.32 src/sys/sys/sched.h
cvs rdiff -r1.3 -r1.4 src/sys/sys/sleepq.h
cvs rdiff -r0 -r1.1 src/sys/sys/syncobj.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