Source-Changes-HG archive

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

[src/trunk]: src/sbin/sysctl Added net.bpf.peers and net.bpf.stats and bumped...



details:   https://anonhg.NetBSD.org/src/rev/9245d689b10d
branches:  trunk
changeset: 583401:9245d689b10d
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Thu Aug 04 20:10:24 2005 +0000

description:
Added net.bpf.peers and net.bpf.stats and bumped the date.

diffstat:

 sbin/sysctl/sysctl.8 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r d8d5f24da76b -r 9245d689b10d sbin/sysctl/sysctl.8
--- a/sbin/sysctl/sysctl.8      Thu Aug 04 19:44:18 2005 +0000
+++ b/sbin/sysctl/sysctl.8      Thu Aug 04 20:10:24 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.8,v 1.122 2005/05/24 16:00:11 wiz Exp $
+.\"    $NetBSD: sysctl.8,v 1.123 2005/08/04 20:10:24 rpaulo Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@
 .\"
 .\"    @(#)sysctl.8    8.1 (Berkeley) 6/6/93
 .\"
-.Dd May 24, 2005
+.Dd August 4, 2005
 .Dt SYSCTL 8
 .Os
 .Sh NAME
@@ -370,6 +370,8 @@
 .It kern.version       string  no
 .It machdep.console_device     dev_t   no
 .It net.bpf.maxbufsize integer yes
+.It net.bpf.stats      struct  no
+.It net.bpf.peers      struct  no
 .It net.inet.arp.prune integer yes
 .It net.inet.arp.keep  integer yes
 .It net.inet.arp.down  integer yes



Home | Main Index | Thread Index | Old Index