aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Simplify the code a little bit using the update_sensor_sysctl() routine toLuiz Otavio O Souza2014-06-271-9/+5
* Correct the buffer length check to avoid overflows.Luiz Otavio O Souza2014-06-271-3/+6
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-207-7/+7
* Never, ever, abbreviate the month names on manual pages.Luiz Otavio O Souza2014-06-021-1/+1
* Adds the bsnmp module to export the temperature data from lm75 sensors onLuiz Otavio O Souza2014-06-016-0/+726
* Grammar cleanup; sort SEE ALSO.Christian Brueffer2014-05-311-5/+6
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-064-4/+4
* Rough cleanup (new sentence -> new line, grammar, spelling, mdoc).Christian Brueffer2014-02-251-28/+35
* 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
* Minor spelling and grammar fixes.Joel Dahl2013-04-111-4/+4
* 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-264-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-292-6/+6
* mdoc: terminate quoted strings.Joel Dahl2012-03-262-2/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-252-2/+0
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Implement an option to execute SNMP walks using GETBULK requests in bsnmpwalk(1)Shteryana Shopova2012-01-104-26/+62
* Partial backout of r228990, restore original MIB object name.Ulrich Spörlein2012-01-052-4/+4
* Fix subtle typo: compare against idx -- not index.Ed Schouten2012-01-031-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-3014-56/+56
* 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
* Fix broken mdoc.Ulrich Spörlein2011-08-011-22/+39
* 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-205-18/+24
* Pass proper -Wl,-export-dynamic to ld. Thus bsnmpd(1) compiled with clangShteryana Shopova2010-12-161-1/+1
* Remove unnecessary debug/error CFLAGS.Shteryana Shopova2010-12-111-1/+0
* Unbreak "make installworld" w/ DESTDIR specifiedShteryana Shopova2010-12-091-2/+2
* Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.Shteryana Shopova2010-12-0813-1/+7563