| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Noted by: phk
|
|
|
|
| |
because of incompatible interface changes.
|
|
|
|
|
| |
argument. This makes the output of calling .Nm without an argument
more senseful later on.
|
| |
|
|
|
|
|
| |
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
|
|
|
|
| |
with the environment variable MIBS that is used by net-snmp.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Reviewed by: harti
|
|
|
|
| |
This prevented CPU and optimization flags to be added here.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
not try to use a MIBS definition from the environment.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
|
|
| |
add libnetgraph to the list of prebuilt libraries in the main Makefile.
Reviewed by: ru
|
|
|
|
|
| |
that the sources use "..." includes to get at include files that
later on reside in an include sub-directory.
|
|
netgraph module for the SNMP daemon.
|