Date: Mon, 25 Oct 2010 08:30:19 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/net if.c if_debug.c Message-ID: <201010250830.o9P8UjNv013937@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-10-25 08:30:19 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/net if.c
Added files:
sys/net if_debug.c
Log:
SVN rev 214333 on 2010-10-25 08:30:19Z by bz
Factor out DDB commands from r204145, r204279 into if_debug.c for further
enhancements (1). Switch to a standard 2-clause BSD license for this (2).
Unfortunately we have to un-static the ifindex_table for this but do not
publicly export it.
Suggested by: rwatson (1) a while back.
Approved by: thompsa (2) for the change from r204279.
MFC after: 6 days
Revision Changes Path
1.1541 +1 -0 src/sys/conf/files
1.391 +1 -82 src/sys/net/if.c
1.1 +125 -0 src/sys/net/if_debug.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010250830.o9P8UjNv013937>
