CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/12/01 09:40:56
Modified files: regress/usr.bin/diff: t9.1 t9.2 sys/ddb : db_command.c sys/isofs/cd9660: cd9660_vfsops.c sys/kern : init_main.c vfs_subr.c vfs_syscalls.c sys/nfs : nfs_vfsops.c sys/sys : mount.h sys/ufs/ext2fs : ext2fs_vfsops.c sys/ufs/ffs : ffs_softdep.c ffs_vfsops.c usr.sbin/pstat : pstat.c Log message: Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and use TAILQ_*_SAFE more than might be needed. Bulk ports build by sthen@ showed nobody sticking their fingers so deep into the kernel. Feedback and suggestions from millert@. ok jsing@