summaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd/modules
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-062-2/+2
* Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-121-1/+4
* Add mibs for hastd(1) queue stats.Mikolaj Golub2013-12-293-1/+88
* hastResourceWorkerPid is read-only.Mikolaj Golub2013-07-031-1/+1
* Add a mib for worker process ID.Mikolaj Golub2013-07-023-1/+19
* Revert r250394, which disabled snmp_hast due to libl dependency issue --Mikolaj Golub2013-05-121-0/+1
* Get rid of libl dependency. We needed it only to provide yywrap. ButMikolaj Golub2013-05-111-2/+2
* Move snmp_hast manual to section 3, where all other manual pages forMikolaj Golub2013-05-092-3/+3
* Unbreak build - this can only build on i386 as-is due to use of libl inPeter Wemm2013-05-081-1/+0
* HAST module for bsnmpd(1).Mikolaj Golub2013-05-086-0/+987
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
* hrStorageSize and hrStorageUsed are 32 bit integers, reporting a fsMikolaj Golub2013-03-251-19/+13
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-263-0/+0
* In snmp_hostres, device_map table is used for consistent device tableMikolaj Golub2012-09-171-0/+6
* Do not count kernel threads as processes for hrSystemProcesses OID.Gleb Smirnoff2012-09-111-1/+1
* Spelling.Gleb Smirnoff2012-09-111-1/+1
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-083-6/+3
* Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-201-0/+2
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-4/+5
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-5/+5
* mdoc: terminate quoted strings.Joel Dahl2012-03-262-2/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Partial backout of r228990, restore original MIB object name.Ulrich Spörlein2012-01-052-4/+4
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-3010-35/+35
* In usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h, use the correctDimitry Andric2011-12-171-2/+2
* Apparently, "ada" drives are better treated similarly to "da" drives.Ivan Voras2011-10-241-1/+2
* It seems that the warning is much less severe than its message says. TheIvan Voras2011-10-241-1/+1
* Fix typoIvan Voras2011-10-242-2/+2
* Use full buffer size in read(2) call, there is no need to preserve theAndrey V. Elsukov2011-07-111-11/+5
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-2/+0
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-253-3/+3
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-202-2/+20
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-204-18/+23
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...Shteryana Shopova2010-12-084-0/+45
* Fix CPU load reporting independent of scheduler used.Ulrich Spörlein2010-10-281-204/+128
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-162-3/+3
* Fix typos and spelling mistakes.Joel Dahl2010-08-062-3/+3
* Connect the snmp_wlan(3) module to the build.Shteryana Shopova2010-07-261-1/+2
* Bring in a SNMP module to support monitoring cloned wireless interfacesShteryana Shopova2010-07-267-0/+12694
* Make failed open of /dev/mdctl in the bsnmpd hostres module non-fatal.Simon L. B. Nielsen2010-07-241-2/+5
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-192-3/+3
* Now actually implement reading/refreshing/returning data from the pfTablesAdd...Shteryana Shopova2010-03-244-40/+334
* Make sure the snmp_pf module will first refresh its entires if necessary,Shteryana Shopova2010-03-191-12/+12
* Add support for retrieving labeled pf filter rule counters.Shteryana Shopova2010-03-183-4/+382
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+2
* Port all applications in usr.sbin/ from libulog to utmpx.Ed Schouten2010-01-132-4/+3
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Let the snmp_hostres module use utmpx.Ed Schouten2009-12-243-30/+9
* Make sure enough memory is allocated for a struct pft_entry whenShteryana Shopova2009-12-051-1/+1