1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/bsnmpd/modules
Hartmut Brandt e55adffce7 Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by:	Victor Cruceru <soc-victor@>
2006-07-14 09:07:56 +00:00
..
snmp_atm
snmp_hostres Reduce the memory requirements for the tables by (1) using malloced strings 2006-07-14 09:07:56 +00:00
snmp_mibII A bandaid to unbreak world. 2006-02-27 20:46:34 +00:00
snmp_netgraph
snmp_pf Check for altq presence during module init, and allow module to work even if 2005-11-30 21:08:04 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
Makefile.inc