Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [wrstuden-revivesa] src/sys/kern
Module Name: src
Committed By: wrstuden
Date: Tue May 27 05:36:12 UTC 2008
Modified Files:
src/sys/kern [wrstuden-revivesa]: kern_sa.c
Log Message:
mb_write() -> membar_producer()
LOCK_ASSERT -> KASSERT
found = RB_FIND(...) -> found = (RB_FIND(...) != NULL)
To generate a diff of this commit:
cvs rdiff -r1.91.2.15 -r1.91.2.16 src/sys/kern/kern_sa.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