History log of /freebsd-current/usr.sbin/bsnmpd/modules/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a7dc3128 24-Apr-2017 Brooks Davis <brooks@FreeBSD.org>

Remove the NATM framework including the en(4), fatm(4), hatm(4), and
patm(4) devices.

Maintaining an address family and framework has real costs when we make
infrastructure improvements. In the case of NATM we support no devices
manufactured in the last 20 years and some will not even work in modern
motherboards (some newer devices that patm(4) could be updated to
support apparently exist, but we do not currently have support).

With this change, support remains for some netgraph modules that don't
require NATM support code. It is unclear if all these should remain,
though ng_atmllc certainly stands alone.

Note well: FreeBSD 11 supports NATM and will continue to do so until at
least September 30, 2021. Improvements to the code in FreeBSD 11 are
certainly welcome.

Reviewed by: philip
Approved by: harti


# 489b7fc0 16-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Add smilint target to subdir targets so "make smilint" here will run
the smilint target in subdirs

While here, convert a path that's .CURDIR relative to SRCTOP

MFC after: 1 week
Sponsored by: Dell EMC Isilon


# 4568bf74 27-Dec-2016 Enji Cooper <ngie@FreeBSD.org>

Only build/install usr.sbin/bsnmpd/modules/snmp_hast if MK_HAST != no

MFC after: 1 week


# 38bf4fd7 27-Dec-2016 Enji Cooper <ngie@FreeBSD.org>

Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != no

MFC after: 1 week


# f74e8e40 31-May-2014 Luiz Otavio O Souza <loos@FreeBSD.org>

Adds the bsnmp module to export the temperature data from lm75 sensors on
the system.

Together with lm75(4) this module allows easy temperature monitoring over
SNMP, specially for embedded systems.

Manual page reviewed by: brueffer (D128)


# c6063d0d 05-May-2014 Warner Losh <imp@FreeBSD.org>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


# 9968f056 12-Feb-2014 Gleb Smirnoff <glebius@FreeBSD.org>

Fix world build WITHOUT_PF.

Sponsored by: Nginx, Inc.


# e0505d28 12-May-2013 Mikolaj Golub <trociny@FreeBSD.org>

Revert r250394, which disabled snmp_hast due to libl dependency issue --
the dependency has been removed in r250503.


# 35fdad84 08-May-2013 Peter Wemm <peter@FreeBSD.org>

Unbreak build - this can only build on i386 as-is due to use of libl in
a .so file, and we currently (intentionally) only build libl.a.


# 7297a2ff 08-May-2013 Mikolaj Golub <trociny@FreeBSD.org>

HAST module for bsnmpd(1).

Reviewed by: harti, pjd
MFC after: 2 weeks


# 72cd7a52 20-Dec-2010 Shteryana Shopova <syrinx@FreeBSD.org>

Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.

Sponsored by: The FreeBSD Foundation
Reviewed by: philip
Approved by: philip


# 135f7de5 08-Dec-2010 Shteryana Shopova <syrinx@FreeBSD.org>

In bsnmpd(1) add support for SNMPv3 message processing model, including message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415).

Sponsored by: The FreeBSD Foundation
Reviewed by: philip@ (mostly)
Approved by: philip@


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 5593fdda 26-Jul-2010 Shteryana Shopova <syrinx@FreeBSD.org>

Connect the snmp_wlan(3) module to the build.

Sponsored by: The FreeBSD Foundation


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 7a02aaee 02-Oct-2008 Bruce M Simpson <bms@FreeBSD.org>

Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.


# 61644918 29-Dec-2006 Bjoern A. Zeeb <bz@FreeBSD.org>

Re-connect snmp_bridge to the build. It survived a make universe
(apart from powerpc where the build broke earlier).


# 6f3914bc 20-Dec-2006 Bjoern A. Zeeb <bz@FreeBSD.org>

ia64 is nit-picking according to tinderbox so temporary disconnect
the bridge module from the build until this is fixed.


# 814c25f3 20-Dec-2006 Shteryana Shopova <syrinx@FreeBSD.org>

Connect the snmp_bridge(3) module to the build.

Approved by: bz (mentor)


# e1fe3dba 17-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 5bc32c2c 26-Jan-2006 Erwin Lansing <erwin@FreeBSD.org>

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


# f5eea0f5 12-Jan-2006 David E. O'Brien <obrien@FreeBSD.org>

Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.

Approved by: harti


# 5348e773 08-Jan-2006 Hartmut Brandt <harti@FreeBSD.org>

Connect the HOSTRES MIB to the build.


# 2f5e00be 14-Mar-2005 Philip Paeps <philip@FreeBSD.org>

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


# 07736e20 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOATM -> NO_ATM


# 0d5467be 11-Aug-2004 Hartmut Brandt <harti@FreeBSD.org>

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.


# 6c6e1981 11-Aug-2004 Hartmut Brandt <harti@FreeBSD.org>

Again something bad is happening so comment out the ATM module.


# d6024e35 10-Aug-2004 Hartmut Brandt <harti@FreeBSD.org>

Now, after the import of NgATM-1.1, re-enable the atm module.


# ddb75b6f 09-Aug-2004 Scott Long <scottl@FreeBSD.org>

Disable the snmp_atm module until the source gets fixed. This will unbreak
this portion of the build.


# c33ca5aa 09-Aug-2004 Hartmut Brandt <harti@FreeBSD.org>

Link the snmp_atm module to the build unless NOATM is defined.


# 259ee3d7 10-Nov-2003 Hartmut Brandt <harti@FreeBSD.org>

Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.