Re: svn commit: r233274 - in head/sys/dev/ata: . chipsets

2012-03-25 Thread Marius Strobl
On Sun, Mar 25, 2012 at 10:35:33PM -0700, Cy Schubert wrote: > In message <201203210857.q2l8vflb062...@svn.freebsd.org>, Marius Strobl > writes: > > Author: marius > > Date: Wed Mar 21 08:57:15 2012 > > New Revision: 233274 > > URL: http://svn.freebsd.org/changeset/base/233274 > > > > Log: > >

Re: svn commit: r233274 - in head/sys/dev/ata: . chipsets

2012-03-25 Thread Cy Schubert
In message <201203210857.q2l8vflb062...@svn.freebsd.org>, Marius Strobl writes: > Author: marius > Date: Wed Mar 21 08:57:15 2012 > New Revision: 233274 > URL: http://svn.freebsd.org/changeset/base/233274 > > Log: > Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap it > along w

svn commit: r233503 - stable/7/sys/dev/fxp

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 05:17:59 2012 New Revision: 233503 URL: http://svn.freebsd.org/changeset/base/233503 Log: MFC r232951,232953,233158: r232951: fxp(4) does not handle deferred dma map loading. Tell bus_dmamap_load(9) that it should return immediately with error when

svn commit: r233502 - in stable/8/sys: dev/fxp i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 05:15:44 2012 New Revision: 233502 URL: http://svn.freebsd.org/changeset/base/233502 Log: MFC r232951,232953,233158: r232951: fxp(4) does not handle deferred dma map loading. Tell bus_dmamap_load(9) that it should return immediately with error when

svn commit: r233501 - in stable/9/sys: dev/fxp i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 05:14:04 2012 New Revision: 233501 URL: http://svn.freebsd.org/changeset/base/233501 Log: MFC r232951,232953,233158: r232951: fxp(4) does not handle deferred dma map loading. Tell bus_dmamap_load(9) that it should return immediately with error when

svn commit: r233500 - stable/7/sys/dev/bge

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:51:04 2012 New Revision: 233500 URL: http://svn.freebsd.org/changeset/base/233500 Log: MFC r232849-232850: r232849: Show PCI bus speed and width as well as running mode of PCI-X device in device attach. This would help to narrow down issue to a

svn commit: r233499 - in stable/8/sys: dev/bge i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:49:57 2012 New Revision: 233499 URL: http://svn.freebsd.org/changeset/base/233499 Log: MFC r232849-232850: r232849: Show PCI bus speed and width as well as running mode of PCI-X device in device attach. This would help to narrow down issue to a

svn commit: r233498 - in stable/9/sys: dev/bge i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:47:06 2012 New Revision: 233498 URL: http://svn.freebsd.org/changeset/base/233498 Log: MFC r232849-232850: r232849: Show PCI bus speed and width as well as running mode of PCI-X device in device attach. This would help to narrow down issue to a

svn commit: r233497 - stable/7/sys/dev/bge

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:39:10 2012 New Revision: 233497 URL: http://svn.freebsd.org/changeset/base/233497 Log: MFC r232848: Add workaround for PCI-X BCM5704 controller that live behind AMD-8131 PCI-X bridge. The bridge seems to reorder write access to mailbox registers s

svn commit: r233496 - in stable/8/sys: dev/bge i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:37:42 2012 New Revision: 233496 URL: http://svn.freebsd.org/changeset/base/233496 Log: MFC r232848: Add workaround for PCI-X BCM5704 controller that live behind AMD-8131 PCI-X bridge. The bridge seems to reorder write access to mailbox registers s

svn commit: r233495 - in stable/9/sys: dev/bge i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:36:22 2012 New Revision: 233495 URL: http://svn.freebsd.org/changeset/base/233495 Log: MFC r232848: Add workaround for PCI-X BCM5704 controller that live behind AMD-8131 PCI-X bridge. The bridge seems to reorder write access to mailbox registers s

svn commit: r233494 - in stable/7/sys/dev: mii re

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:30:46 2012 New Revision: 233494 URL: http://svn.freebsd.org/changeset/base/233494 Log: MFC r232246: Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to extract a link status of PHY when parent driver is re(4). RGEPHY_MII_SSR register does n

svn commit: r233493 - in stable/8/sys: dev/mii dev/re i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:29:06 2012 New Revision: 233493 URL: http://svn.freebsd.org/changeset/base/233493 Log: MFC r232246: Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to extract a link status of PHY when parent driver is re(4). RGEPHY_MII_SSR register does n

svn commit: r233492 - in stable/9/sys: dev/mii dev/re i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 04:27:01 2012 New Revision: 233492 URL: http://svn.freebsd.org/changeset/base/233492 Log: MFC r232246: Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register to extract a link status of PHY when parent driver is re(4). RGEPHY_MII_SSR register does n

svn commit: r233491 - in stable/7/sys: dev/re pci

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:56:52 2012 New Revision: 233491 URL: http://svn.freebsd.org/changeset/base/233491 Log: MFC r232145: Use correct Config registers for RTL8139 family. Unlike RTL8168 and RTL810x family , RTL8139 has different register map for Config registers.

svn commit: r233490 - in stable/8/sys: dev/re i386/conf pci

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:55:45 2012 New Revision: 233490 URL: http://svn.freebsd.org/changeset/base/233490 Log: MFC r232145: Use correct Config registers for RTL8139 family. Unlike RTL8168 and RTL810x family , RTL8139 has different register map for Config registers.

svn commit: r233489 - in stable/9/sys: dev/re i386/conf pci

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:54:19 2012 New Revision: 233489 URL: http://svn.freebsd.org/changeset/base/233489 Log: MFC r232145: Use correct Config registers for RTL8139 family. Unlike RTL8168 and RTL810x family , RTL8139 has different register map for Config registers.

svn commit: r233488 - stable/7/sys/dev/sf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:49:46 2012 New Revision: 233488 URL: http://svn.freebsd.org/changeset/base/233488 Log: MFC r232019,232021,232025,232027,232029,232040: r232019: Give hardware chance to drain active DMA cycles. r232021: If there are not enough RX buffers, release

svn commit: r233487 - in stable/8/sys: dev/sf i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:48:21 2012 New Revision: 233487 URL: http://svn.freebsd.org/changeset/base/233487 Log: MFC r232019,232021,232025,232027,232029,232040: r232019: Give hardware chance to drain active DMA cycles. r232021: If there are not enough RX buffers, release

svn commit: r233486 - in stable/9/sys: dev/sf i386/conf

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 03:45:46 2012 New Revision: 233486 URL: http://svn.freebsd.org/changeset/base/233486 Log: MFC r232019,232021,232025,232027,232029,232031,232040: r232019: Give hardware chance to drain active DMA cycles. r232021: If there are not enough RX buffers,

Re: svn commit: r233479 - head/sys/dev/aic7xxx/aicasm

2012-03-25 Thread Alexey Dokuchaev
On Sun, Mar 25, 2012 at 09:54:36PM +, Robert Millan wrote: > Author: rmh > Date: Sun Mar 25 21:54:36 2012 > New Revision: 233479 > URL: http://svn.freebsd.org/changeset/base/233479 > > Log: > Follow non-BSD case when GNU/Hurd is detected. Oh how do I love commit messages like this one. Fee

svn commit: r233485 - in stable/9/sys: dev/mii i386/conf modules/mii

2012-03-25 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 26 02:40:54 2012 New Revision: 233485 URL: http://svn.freebsd.org/changeset/base/233485 Log: MFC r232015-232016: r232015: Add Seeq Technology 80220 PHY support to smcphy(4). This PHY is found on Adaptec AIC-6915 Starfire ethernet controller. While her

svn commit: r233484 - head/sys/cddl/dev/dtrace/mips

2012-03-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Mar 26 01:26:33 2012 New Revision: 233484 URL: http://svn.freebsd.org/changeset/base/233484 Log: Use macroses to load/store pointers and increase indexes instead of hardcoded MIPS64 instructions Modified: head/sys/cddl/dev/dtrace/mips/dtrace_asm.S Modified: head

svn commit: r233483 - stable/7/lib/libc/net

2012-03-25 Thread Eitan Adler
Author: eadler Date: Mon Mar 26 01:16:56 2012 New Revision: 233483 URL: http://svn.freebsd.org/changeset/base/233483 Log: MFC r233138: draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 PR: phk Approved by: cperciva (implicit) Modified: stable/7/lib/libc/net/getnam

svn commit: r233482 - stable/8/lib/libc/net

2012-03-25 Thread Eitan Adler
Author: eadler Date: Mon Mar 26 01:16:34 2012 New Revision: 233482 URL: http://svn.freebsd.org/changeset/base/233482 Log: MFC r233138: draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 PR: phk Approved by: cperciva (implicit) Modified: stable/8/lib/libc/net/getnam

svn commit: r233481 - stable/9/lib/libc/net

2012-03-25 Thread Eitan Adler
Author: eadler Date: Mon Mar 26 01:15:38 2012 New Revision: 233481 URL: http://svn.freebsd.org/changeset/base/233481 Log: MFC r233138: draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 PR: phk Approved by: cperciva (implicit) Modified: stable/9/lib/libc/net/getnam

svn commit: r233480 - head/sys/dev/ath

2012-03-25 Thread Adrian Chadd
Author: adrian Date: Sun Mar 25 23:50:34 2012 New Revision: 233480 URL: http://svn.freebsd.org/changeset/base/233480 Log: Add some more debugging to try and nail down exactly what's going on when I see traffic stalls. It turns out that the bug isn't because the first and last frame in the

svn commit: r233479 - head/sys/dev/aic7xxx/aicasm

2012-03-25 Thread Robert Millan
Author: rmh Date: Sun Mar 25 21:54:36 2012 New Revision: 233479 URL: http://svn.freebsd.org/changeset/base/233479 Log: Follow non-BSD case when GNU/Hurd is detected. Modified: head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c Modified: head/sys/dev/aic7xxx/aicasm/aicasm_symbol.c ==

svn commit: r233478 - in head: sbin/ipfw sys/netinet sys/netinet/ipfw

2012-03-25 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Mar 25 20:37:59 2012 New Revision: 233478 URL: http://svn.freebsd.org/changeset/base/233478 Log: - Permit number of ipfw tables to be changed in runtime. net.inet.ip.fw.tables_max is now read-write. - Bump IPFW_TABLES_MAX to 65535 Default number of tables i

Re: svn commit: r233419 - head/sys/x86/include

2012-03-25 Thread Tijl Coosemans
On Sunday 25 March 2012 07:31:29 Bruce Evans wrote: > On Sat, 24 Mar 2012, Dimitry Andric wrote: >> On 2012-03-24 18:48, Bruce Evans wrote: >>> On Sat, 24 Mar 2012, Dimitry Andric wrote: Log: Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the recent changes in

Re: svn commit: r233288 - in head/sys: boot/common libkern sys

2012-03-25 Thread Alexander Kabaev
On Wed, 21 Mar 2012 20:55:22 + (UTC) Marius Strobl wrote: > Modified: head/sys/sys/libkern.h > == > --- head/sys/sys/libkern.hWed Mar 21 20:53:47 2012 > (r233287) +++ head/sys/sys/libkern.h Wed Mar 21 20:55:21 >

svn commit: r233477 - stable/8/lib/libc/gen

2012-03-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 25 20:09:02 2012 New Revision: 233477 URL: http://svn.freebsd.org/changeset/base/233477 Log: MFC r233132: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned pathnames. With the current API (no *at functions), FTS_NOCHDIR requires that t

svn commit: r233476 - stable/8/lib/libc/gen

2012-03-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 25 20:07:50 2012 New Revision: 233476 URL: http://svn.freebsd.org/changeset/base/233476 Log: MFC r233130: fts(3): Document cases where FTS_NOCHDIR is set implicitly. PR: docs/166091 Submitted by: Matthew Story Modified: stable/8/lib/libc/gen/fts.3

svn commit: r233475 - stable/9/lib/libc/gen

2012-03-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 25 20:03:13 2012 New Revision: 233475 URL: http://svn.freebsd.org/changeset/base/233475 Log: MFC r233132: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned pathnames. With the current API (no *at functions), FTS_NOCHDIR requires that t

svn commit: r233474 - stable/9/lib/libc/gen

2012-03-25 Thread Jilles Tjoelker
Author: jilles Date: Sun Mar 25 20:01:03 2012 New Revision: 233474 URL: http://svn.freebsd.org/changeset/base/233474 Log: MFC r233130: fts(3): Document cases where FTS_NOCHDIR is set implicitly. PR: docs/166091 Submitted by: Matthew Story Modified: stable/9/lib/libc/gen/fts.3

svn commit: r233473 - in head: lib/libc/locale share/man/man4 usr.bin/mkulzma usr.sbin/bsdinstall

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 19:34:05 2012 New Revision: 233473 URL: http://svn.freebsd.org/changeset/base/233473 Log: mdoc: document title should be all caps. Modified: head/lib/libc/locale/newlocale.3 head/share/man/man4/wbwd.4 head/usr.bin/mkulzma/mkulzma.8 head/usr.

svn commit: r233472 - stable/9/sys/powerpc/powermac

2012-03-25 Thread Andreas Tobler
Author: andreast Date: Sun Mar 25 18:43:14 2012 New Revision: 233472 URL: http://svn.freebsd.org/changeset/base/233472 Log: MFC: r233188 Provide a fix for certain PowerMacs where the U3 i2c lacks the interrupt info. Modified: stable/9/sys/powerpc/powermac/uninorth.c Modified: stable/9/sy

svn commit: r233471 - stable/9/sys/powerpc/powermac

2012-03-25 Thread Andreas Tobler
Author: andreast Date: Sun Mar 25 18:42:19 2012 New Revision: 233471 URL: http://svn.freebsd.org/changeset/base/233471 Log: MFC: r232482 Add support for PWM controlled fans. I found these fans on my PowerMac9,1. These fans are not located under the same node as the the RPM controlled ones,

svn commit: r233470 - stable/7/sys/boot/common

2012-03-25 Thread Marius Strobl
Author: marius Date: Sun Mar 25 16:25:18 2012 New Revision: 233470 URL: http://svn.freebsd.org/changeset/base/233470 Log: MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/7 in r232966) in a less hackish way. Modified: stab

svn commit: r233469 - in stable/8/sys: boot/common i386/conf

2012-03-25 Thread Marius Strobl
Author: marius Date: Sun Mar 25 16:24:53 2012 New Revision: 233469 URL: http://svn.freebsd.org/changeset/base/233469 Log: MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/8 in 232963) in a less hackish way. Modified: stabl

svn commit: r233468 - in stable/9/sys: boot/common i386/conf

2012-03-25 Thread Marius Strobl
Author: marius Date: Sun Mar 25 16:24:42 2012 New Revision: 233468 URL: http://svn.freebsd.org/changeset/base/233468 Log: MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/9 in r232962) in a less hackish way. The latter now

svn commit: r233467 - stable/9/share/mk

2012-03-25 Thread Marius Strobl
Author: marius Date: Sun Mar 25 16:20:01 2012 New Revision: 233467 URL: http://svn.freebsd.org/changeset/base/233467 Log: MFC: r232754 (remaining part) Make boot2 build with Clang again. Submitted by: dim (bsd.sys.mk) Reviewed by: dim, jhb Modified: stable/9/share/mk/bsd.sys.mk

svn commit: r233466 - in head: lib/libc/locale lib/libc/sys libexec/bootpd share/man/man3 share/man/man4

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 16:00:56 2012 New Revision: 233466 URL: http://svn.freebsd.org/changeset/base/233466 Log: Make sure sections are sorted into conventional order. Modified: head/lib/libc/locale/duplocale.3 head/lib/libc/locale/xlocale.3 head/lib/libc/sys/cap_ne

svn commit: r233465 - head/sys/dev/xen/blkfront

2012-03-25 Thread Justin T. Gibbs
Author: gibbs Date: Sun Mar 25 14:20:43 2012 New Revision: 233465 URL: http://svn.freebsd.org/changeset/base/233465 Log: Correct failure to attach the PV block front device on Citrix XenServer configurations that advertise the multi-page ring extension, but only allow a single page of ring s

svn commit: r233464 - in stable/9/release/doc: en_US.ISO8859-1/hardware share/misc

2012-03-25 Thread Christian Brueffer
Author: brueffer Date: Sun Mar 25 13:20:38 2012 New Revision: 233464 URL: http://svn.freebsd.org/changeset/base/233464 Log: MFC: r232355 Add snd_hdspe(4) to the hardware notes. Modified: stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml stable/9/release/doc/share/misc/dev.arch

svn commit: r233463 - head/sys/sys

2012-03-25 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 25 12:53:19 2012 New Revision: 233463 URL: http://svn.freebsd.org/changeset/base/233463 Log: Remove unused define. Discussed with: kib Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h

svn commit: r233462 - in head/lib: libc/locale libc/net libc/posix1e libc/sys libcrypt libelf libgpib libpmc libtacplus msun/man

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 12:13:24 2012 New Revision: 233462 URL: http://svn.freebsd.org/changeset/base/233462 Log: Remove superfluous paragraph macro. Modified: head/lib/libc/locale/iscntrl.3 head/lib/libc/locale/isdigit.3 head/lib/libc/locale/isgraph.3 head/lib/lib

svn commit: r233461 - stable/8/sys/dev/usb/wlan

2012-03-25 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Mar 25 11:42:59 2012 New Revision: 233461 URL: http://svn.freebsd.org/changeset/base/233461 Log: MFC r233283: Load the firmware during init not attach, as a root filesystem might not yet be available. While here, also print the firmware version. Submitted by:

svn commit: r233460 - stable/9/sys/dev/usb/wlan

2012-03-25 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Mar 25 10:59:40 2012 New Revision: 233460 URL: http://svn.freebsd.org/changeset/base/233460 Log: MFC r233283: Load the firmware during init not attach, as a root filesystem might not yet be available. While here, also print the firmware version. Submitted by:

Re: svn commit: r233294 - in head: . contrib/com_err crypto/heimdal crypto/heimdal/admin crypto/heimdal/appl crypto/heimdal/appl/afsutil crypto/heimdal/appl/ftp crypto/heimdal/appl/ftp/common crypto/h

2012-03-25 Thread Slawa Olhovchenkov
On Thu, Mar 22, 2012 at 08:48:44AM +, Stanislav Sedov wrote: > - Heimdal's KDC now require sqlite to operate. We use the bundled version > and install it as libheimsqlite. If some other FreeBSD components will > require it in the future we can rename it to libbsdsqlite and use for

svn commit: r233459 - head/share/termcap

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 09:23:10 2012 New Revision: 233459 URL: http://svn.freebsd.org/changeset/base/233459 Log: Remove superfluous paragraph macro. Modified: head/share/termcap/termcap.5 Modified: head/share/termcap/termcap.5 ==

svn commit: r233458 - in head/sbin: camcontrol geom/class/eli geom/class/multipath geom/class/sched gvinum ipfw kldload route setkey

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 09:21:09 2012 New Revision: 233458 URL: http://svn.freebsd.org/changeset/base/233458 Log: Remove superfluous paragraph macro. Modified: head/sbin/camcontrol/camcontrol.8 head/sbin/geom/class/eli/geli.8 head/sbin/geom/class/multipath/gmultipath

svn commit: r233457 - in head/bin: kenv pwait sh stty

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 09:20:14 2012 New Revision: 233457 URL: http://svn.freebsd.org/changeset/base/233457 Log: Remove superfluous paragraph macro. Modified: head/bin/kenv/kenv.1 head/bin/pwait/pwait.1 head/bin/sh/sh.1 head/bin/stty/stty.1 Modified: head/bin/ken

svn commit: r233456 - in head/usr.bin: calendar find indent jot rctl setchannel tr unifdef unzip vgrind

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 09:19:25 2012 New Revision: 233456 URL: http://svn.freebsd.org/changeset/base/233456 Log: Remove superfluous paragraph macro. Modified: head/usr.bin/calendar/calendar.1 head/usr.bin/find/find.1 head/usr.bin/indent/indent.1 head/usr.bin/jot/j

svn commit: r233455 - in head/usr.sbin: boot0cfg bsnmpd/modules/snmp_netgraph bsnmpd/tools/bsnmptools ctladm ifmcstat mfiutil mptutil mtest mtree nfsd ntp/doc utx ypserv

2012-03-25 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Mar 25 09:18:34 2012 New Revision: 233455 URL: http://svn.freebsd.org/changeset/base/233455 Log: Remove superfluous paragraph macro. Modified: head/usr.sbin/boot0cfg/boot0cfg.8 head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 head/usr.sbin/