Source-Changes archive

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

NetBSD master CVS tree commits



mrg
Thu Mar 19 07:45:30 PST 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv26212

Modified Files:
        pfil.c pfil.h 
Log Message:
convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and
change pfil_add_hook to put output filters at the tail of the queue,
while continuing to place input filters at the head of the queue.  update
the two users of these functions, and document these changes.

fixes PR#4593.


mrg
Thu Mar 19 07:46:43 PST 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv26252

Modified Files:
        ip_input.c ip_output.c 
Log Message:
convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and
change pfil_add_hook to put output filters at the tail of the queue,
while continuing to place input filters at the head of the queue.  update
the two users of these functions, and document these changes.

fixes PR#4593.


mrg
Thu Mar 19 07:47:26 PST 1998
Update of /cvsroot/src/share/man/man9
In directory nb00:/tmp/cvs-serv26288

Modified Files:
        pfil.9 
Log Message:
convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and
change pfil_add_hook to put output filters at the tail of the queue,
while continuing to place input filters at the head of the queue.  update
the two users of these functions, and document these changes.

fixes PR#4593.




Home | Main Index | Thread Index | Old Index