Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 16:13:54 -0800 (PST)
From:      jake@checker.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/14914: Make all files in sys/kern use the queue(3) macros for list operations
Message-ID:  <19991116001354.D8EC91FCC@io.yi.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991116001354.D8EC91FCC>