K 10 svn:author V 3 phk K 8 svn:date V 27 1999-11-16T16:28:58.000000Z K 7 svn:log V 379 Commit the remaining part of PR14914: Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY structures for list operations. This patch makes all list operations in sys/kern use the queue(3) macros, rather than directly accessing the *Q_{HEAD,ENTRY} structures. Reviewed by: phk Submitted by: Jake Burkholder PR: 14914 END