Ruslan Ermilov
da59fb310d
A bandaid to unbreak world.
2006-02-27 20:46:34 +00:00
Hartmut Brandt
b8874ce66e
Link the new file from the vendor fix to the build and install
...
the new MIB files. Add a target to smilint the MIB files.
2006-02-13 14:12:15 +00:00
Joel Dahl
fbf9b468d5
Expand contractions.
2006-02-01 14:33:14 +00:00
Erwin Lansing
5bc32c2c2b
After changing hostres from libdisk to libgeom, it now compiles
...
and runs on amd64, so revert the stopgap from rev. 1.10
Approved by: harti
Hardware borrowed from: simon
2006-01-26 21:32:51 +00:00
Hartmut Brandt
4ecdfdcf91
Replace ki_ocomm by ki_comm. The former will go away.
...
Submitted by: Victor Cruceru <soc-victor>
Suggested by: Julian Elischer
2006-01-26 12:19:10 +00:00
Hartmut Brandt
1de368e2f2
Fix a bug in the processor load code: the wrong process was used to
...
get the inital processor load. Also fix compilation on sparc64 without NDEBUG.
2006-01-26 12:15:06 +00:00
Hartmut Brandt
c8203bd856
Fix false positives when searching for disks. Things like adv(4) are not
...
disks.
Submitted by: Victor Cruceru <soc-victor@>
2006-01-26 11:49:27 +00:00
Hartmut Brandt
e8689b4ce4
Fix the MIB to use libgeom instead of libdisk.
...
Submitted by: Victor Cruceru <soc-victor>
2006-01-26 10:13:32 +00:00
David E. O'Brien
f5eea0f5f2
Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.
...
Approved by: harti
2006-01-13 02:09:15 +00:00
Hartmut Brandt
6c5d6ce3dd
Fix build without -DNDEBUG.
...
Spotted by: obrien
2006-01-12 07:44:40 +00:00
David E. O'Brien
d1682a2c99
assert(3) is not used here.
2006-01-12 02:53:42 +00:00
Hartmut Brandt
5348e773b2
Connect the HOSTRES MIB to the build.
2006-01-09 12:34:07 +00:00
Hartmut Brandt
d76947f322
msg
2006-01-09 12:33:45 +00:00
Philip Paeps
14edf864f1
Check for altq presence during module init, and allow module to work even if
...
altq is not present (just disable the altq bits in that case).
PR: 89601
Submitted by: Juraj Lutter <otis -at- sk.freebsd.org>
MFC after: 3 days
2005-11-30 21:08:04 +00:00
Ruslan Ermilov
8a98250bf9
Fix prototypes.
2005-11-24 14:23:16 +00:00
Hartmut Brandt
b89b4d4d9a
Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointers
...
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.
2005-11-10 10:14:57 +00:00
Hartmut Brandt
1fea9479b2
Use the canonical include name for snmpmod.h. The build infrastructure takes
...
already care to pick up the correct version of the file depending on how
we build.
2005-11-10 10:12:01 +00:00
Hartmut Brandt
3f9b405c78
Catch up with the import of bsnmp-1.11. Add a couple of new
...
configuration flags to CFLAGS.
2005-10-04 15:03:39 +00:00
Philip Paeps
2c94e1ffc1
Fix unhandled malloc errors.
...
PR: bin/83467
Submitted by: Dan Lukes <dan -at- obluda.cz>
Prodded by: glebius
MFC after: 3 days
2005-08-29 10:08:04 +00:00
Giorgos Keramidas
6fb9b618f5
Fix all the spelling mistakes I could find in the man pages for words
...
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
2005-07-31 03:30:48 +00:00
Ken Smith
a84020c2b9
Bump the shared library version number of all libraries that have not
...
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00
Hartmut Brandt
09907cdf46
No need to specify the include subdirectory. During buildworld the
...
correct files are included from a temp. include directory.
Explained by: ru
2005-05-25 12:04:44 +00:00
Hartmut Brandt
14bf9dc9bc
This module was wrongly including header from /usr/include. Give it
...
the correct path to the source headers.
2005-05-23 12:24:46 +00:00
Philip Paeps
56037aa4e3
Catch up with the bsnmpd daemon's 64bit time ticks.
2005-05-23 11:41:14 +00:00
Hartmut Brandt
d6d9dd67f4
The ticks delivered by the SNMP daemon are now 64-bit, so make our
...
local tick variable which is used to reduce the number of updates from
kernel structures and to ensure intra-PDU consistency also 64 bit.
2005-05-23 11:24:39 +00:00
Hartmut Brandt
da4969a319
Bump the shared library version number of the modules because of
...
changes in the module interface.
2005-05-23 11:22:54 +00:00
Philip Paeps
cc1ee05370
time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointy
...
hat for me? I'm running out of them.
Spotted by: des
Pointy hat to: philip
2005-03-15 14:52:11 +00:00
Philip Paeps
d3ddf1d615
Cast time_t to uintmax_t so they can be printed as %ju without breaking on
...
various architectures. This should appease tinderbox on alpha and not break
it anywhere else.
Suggested by: harti
2005-03-15 10:45:42 +00:00
Philip Paeps
18467146cd
Make this compile properly on 64bit machines.
...
Pointy hat to: philip
2005-03-14 23:01:25 +00:00
Philip Paeps
2f5e00be39
Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.
...
Currently implemented are most things related to states and interfaces, todo
are address tables and altq. I've tried to keep this roughly in sync with a
project implementing this for net-snmpd.
Reviewed by: harti, dhartmei
MFC after: 1 month
2005-03-14 22:16:39 +00:00
Hartmut Brandt
1c80835774
Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.
...
These modules are modules for the daemon, not for the library so
they should be where the daemon is.
2005-03-14 17:32:16 +00:00
Ruslan Ermilov
59892d33e5
who's -> whose
2005-02-13 23:23:30 +00:00
Ruslan Ermilov
ead5223f54
Fixed punctuation in xrefs.
2005-01-21 20:48:00 +00:00
Ruslan Ermilov
07736e20e9
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
Giorgos Keramidas
c084d183ed
Delete a .Fn that had no argument and
...
properly terminate a .Bl with a matching .El
MFC after: 3 days
2004-10-09 04:03:08 +00:00
Hartmut Brandt
0d5467be9e
Link to the build again. The problem was that we need a new
...
gensnmptree for the .def file to parse. This was fixed in
Makefile.inc1.
2004-08-11 16:47:12 +00:00
Hartmut Brandt
6c6e198147
Again something bad is happening so comment out the ATM module.
2004-08-11 16:01:46 +00:00
Hartmut Brandt
d6024e35bf
Now, after the import of NgATM-1.1, re-enable the atm module.
2004-08-11 12:27:31 +00:00
Scott Long
ddb75b6fab
Disable the snmp_atm module until the source gets fixed. This will unbreak
...
this portion of the build.
2004-08-10 04:56:39 +00:00
Hartmut Brandt
c33ca5aaa0
Link the snmp_atm module to the build unless NOATM is defined.
2004-08-09 16:40:39 +00:00
Hartmut Brandt
a566bd48a8
Now that gensnmptree can read and merge more than one tree make
...
the rule so that the tree .c and .h files can be produced from several
trees.
2004-08-09 16:37:25 +00:00
Hartmut Brandt
9856b0ba40
A module for bsnmpd(1) that exports a MIB that contains information about
...
the local ATM interfaces and allows to change some parameters via SNMP.
2004-08-09 16:36:04 +00:00
Ruslan Ermilov
1c85060a13
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
Ruslan Ermilov
1a0a934547
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
Hartmut Brandt
16b2454cdb
Use a MANFILTER to patch the man pages to point to the right path.
...
Noted by: phk
2004-04-14 16:31:54 +00:00
Hartmut Brandt
a9ad93accb
Put the name of the module first in the list of all .Nm calls with
...
argument. This makes the output of calling .Nm without an argument
more senseful later on.
2004-04-14 16:11:05 +00:00
Hartmut Brandt
c254ec5573
Compare with 0 if comparing an integer, not with NULL.
2004-04-14 16:09:20 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Hartmut Brandt
0543f20b95
Rename the MIBS makefile variable to BMIBS so that it does not conflict
...
with the environment variable MIBS that is used by net-snmp.
2004-01-24 20:12:30 +00:00
Hartmut Brandt
b6a6dd1872
Create the OID and tree files while building the modules and the daemon
...
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
2004-01-23 16:22:49 +00:00