aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd/modules/snmp_netgraph
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+1
| | | | | | | | | | | | | Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Add a REVISION section to track changes for the BEGEMOT-NETGRAPH MIB fileEnji Cooper2017-01-091-0/+13
| | | | | | | | | | | This change also documents the modification harti made to a handful of objects in r122758 (the max OCTET STRING width was increased from 15 to 31 octets) MFC after: 1 week Notes: svn path=/head/; revision=311761
* style(9): clean up trailing whitespaceEnji Cooper2016-12-271-4/+4
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=310648
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-8/+0
| | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295989
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* new dependsSimon J. Gerraty2015-06-161-1/+0
| | | | Notes: svn path=/head/; revision=284481
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge head from 7/28Simon J. Gerraty2014-08-192-1/+2
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| * | Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+27
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/| | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
|/ | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-2/+3
| | | | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235286
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
| | | | | | | Reviewed by: brueffer Notes: svn path=/head/; revision=233510
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233455
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
| | | | | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month Notes: svn path=/head/; revision=231564
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-191-2/+2
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=208291
* Fix prototypes.Ruslan Ermilov2005-11-241-8/+8
| | | | Notes: svn path=/head/; revision=152768
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersHartmut Brandt2005-11-101-3/+1
| | | | | | | | | into the contrib directory are still necessary for some of the Makefiles, because the C-sources there use non-canonical includes ("" includes) to get at the header files. Notes: svn path=/head/; revision=152269
* Use the canonical include name for snmpmod.h. The build infrastructure takesHartmut Brandt2005-11-101-1/+1
| | | | | | | | already care to pick up the correct version of the file depending on how we build. Notes: svn path=/head/; revision=152268
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-7/+7
| | | | | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these. Notes: svn path=/head/; revision=148580
* The ticks delivered by the SNMP daemon are now 64-bit, so make ourHartmut Brandt2005-05-231-1/+1
| | | | | | | | local tick variable which is used to reduce the number of updates from kernel structures and to ensure intra-PDU consistency also 64 bit. Notes: svn path=/head/; revision=146529
* who's -> whoseRuslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141849
* Fixed punctuation in xrefs.Ruslan Ermilov2005-01-211-2/+2
| | | | Notes: svn path=/head/; revision=140598
* Delete a .Fn that had no argument andGiorgos Keramidas2004-10-091-1/+1
| | | | | | | | | properly terminate a .Bl with a matching .El MFC after: 3 days Notes: svn path=/head/; revision=136291
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-2/+2
| | | | Notes: svn path=/head/; revision=131594
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-19/+38
| | | | Notes: svn path=/head/; revision=131504
* Put the name of the module first in the list of all .Nm calls withHartmut Brandt2004-04-141-0/+1
| | | | | | | | argument. This makes the output of calling .Nm without an argument more senseful later on. Notes: svn path=/head/; revision=128236
* Compare with 0 if comparing an integer, not with NULL.Hartmut Brandt2004-04-141-1/+1
| | | | Notes: svn path=/head/; revision=128235
* Rename the MIBS makefile variable to BMIBS so that it does not conflictHartmut Brandt2004-01-241-1/+1
| | | | | | | with the environment variable MIBS that is used by net-snmp. Notes: svn path=/head/; revision=124926
* Create the OID and tree files while building the modules and the daemonHartmut Brandt2004-01-231-0/+1
| | | | | | | | | | | instead of creating them by hand and storing them in the CVS tree. Add gensnmptree to the bootstrap tools (it is used to generated these files). This simplifies the update procedure. Submitted by: ru Notes: svn path=/head/; revision=124873
* Style: remove an empty line.Hartmut Brandt2004-01-231-1/+0
| | | | Notes: svn path=/head/; revision=124865
* Clean up makefiles.Ruslan Ermilov2004-01-191-2/+0
| | | | | | | Reviewed by: harti Notes: svn path=/head/; revision=124726
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-153-55/+55
| | | | | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy. Notes: svn path=/head/; revision=122758
* The snmp_netgraph module depends on libnetgraph. So add a dependency andHartmut Brandt2003-11-121-0/+3
| | | | | | | | | add libnetgraph to the list of prebuilt libraries in the main Makefile. Reviewed by: ru Notes: svn path=/head/; revision=122568
* Fix the build by adjusting the include directives. The problem wasHartmut Brandt2003-11-101-1/+3
| | | | | | | | that the sources use "..." includes to get at include files that later on reside in an include sub-directory. Notes: svn path=/head/; revision=122416
* Add build infrastructure for libbsnmp and the modules. Add theHartmut Brandt2003-11-106-0/+2689
netgraph module for the SNMP daemon. Notes: svn path=/head/; revision=122405