Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   yamt
Date:           Fri Jan 16 01:48:09 UTC 2009

Modified Files:
        src/sys/kern: bufq_disksort.c bufq_fcfs.c bufq_readprio.c

Log Message:
use TAILQ_FOREACH where appropriate, rather than rolling their own.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/bufq_disksort.c
cvs rdiff -r1.8 -r1.9 src/sys/kern/bufq_fcfs.c
cvs rdiff -r1.11 -r1.12 src/sys/kern/bufq_readprio.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