Source-Changes archive

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

CVS commit: syssrc/sys/sys



Module Name:    syssrc
Committed By:   chs
Date:           Tue Oct 22 04:50:39 UTC 2002

Modified Files:
        syssrc/sys/sys: queue.h

Log Message:
add another QUEUEDEBUG check:  in TAILQ_REMOVE(), if the element we're
removing has no next element, verify that the queue head agrees that
the current element is the last one.  (this is how I found the recent
ppc pmap bugs).


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/sys/queue.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