Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Wed Feb 1 08:13:45 UTC 2017
Modified Files:
src/sys/net: bpf.c bpfdesc.h
Log Message:
Use pslist(9) instead of queue(9) for psz/psref
As usual some member variables of struct bpf_d and bpf_if remain to avoid
breaking kvm(3) users (netstat and fstat).
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/sys/net/bpf.c
cvs rdiff -u -r1.41 -r1.42 src/sys/net/bpfdesc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index