From owner-freebsd-bugs Mon Nov 15 16:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5CD71502B for ; Mon, 15 Nov 1999 16:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49853; Mon, 15 Nov 1999 16:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (24.66.174.118.bc.wave.home.com [24.66.174.118]) by hub.freebsd.org (Postfix) with ESMTP id D8BC414ECC for ; Mon, 15 Nov 1999 16:13:54 -0800 (PST) (envelope-from root@io.yi.org) Received: by io.yi.org (Postfix, from userid 0) id D8EC91FCC; Mon, 15 Nov 1999 16:13:54 -0800 (PST) Message-Id: <19991116001354.D8EC91FCC@io.yi.org> Date: Mon, 15 Nov 1999 16:13:54 -0800 (PST) From: jake@checker.org Reply-To: jake@checker.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/14914: Make all files in sys/kern use the queue(3) macros for list operations Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14914 >Category: kern >Synopsis: Make all files in sys/kern use the queue(3) macros for list operations >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 15 16:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: 4.0-CURRENT >Description: 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. No functional changes; major clean-up. >How-To-Repeat: n/a >Fix: Patch available at http://io.yi.org/queue.diff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message