Date: Fri, 19 Jun 2009 20:31:44 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net bpf.c src/usr.bin/netstat bpf.c netstat.1 Message-ID: <200906192034.n5JKYY2A091923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2009-06-19 20:31:44 UTC FreeBSD src repository Modified files: sys/net bpf.c usr.bin/netstat bpf.c netstat.1 Log: SVN rev 194512 on 2009-06-19 20:31:44Z by csjp Implement the -z (zero counters) option for the various bpf counters. Add necessary changes to the kernel for this (basically introduce a bpf_zero_counters() function). As well, update the man page. MFC after: 1 month Discussed with: rwatson Revision Changes Path 1.214 +45 -1 src/sys/net/bpf.c 1.12 +8 -1 src/usr.bin/netstat/bpf.c 1.62 +1 -0 src/usr.bin/netstat/netstat.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906192034.n5JKYY2A091923>