History log of /freebsd-14.2/usr.sbin/bsnmpd/modules/Makefile (Results 1 – 25 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# a7dc3128 24-Apr-2017 Brooks Davis <[email protected]>

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 cas

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

show more ...


# 489b7fc0 17-Jan-2017 Enji Cooper <[email protected]>

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

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

show more ...


# 4568bf74 28-Dec-2016 Enji Cooper <[email protected]>

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

MFC after: 1 week


# 38bf4fd7 28-Dec-2016 Enji Cooper <[email protected]>

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

MFC after: 1 week


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0
# f74e8e40 01-Jun-2014 Luiz Otavio O Souza <[email protected]>

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.

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)

show more ...


# c6063d0d 06-May-2014 Warner Losh <[email protected]>

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


# 9968f056 12-Feb-2014 Gleb Smirnoff <[email protected]>

Fix world build WITHOUT_PF.

Sponsored by: Nginx, Inc.


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0
# e0505d28 12-May-2013 Mikolaj Golub <[email protected]>

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


# 35fdad84 08-May-2013 Peter Wemm <[email protected]>

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 <[email protected]>

HAST module for bsnmpd(1).

Reviewed by: harti, pjd
MFC after: 2 weeks


Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0
# 72cd7a52 20-Dec-2010 Shteryana Shopova <[email protected]>

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 <[email protected]>

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 Founda

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@

show more ...


# 5593fdda 26-Jul-2010 Shteryana Shopova <[email protected]>

Connect the snmp_wlan(3) module to the build.

Sponsored by: The FreeBSD Foundation


Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 7a02aaee 02-Oct-2008 Bruce M Simpson <[email protected]>

Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# 61644918 29-Dec-2006 Bjoern A. Zeeb <[email protected]>

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


# 6f3914bc 21-Dec-2006 Bjoern A. Zeeb <[email protected]>

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 <[email protected]>

Connect the snmp_bridge(3) module to the build.

Approved by: bz (mentor)


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# e1fe3dba 17-Mar-2006 Ruslan Ermilov <[email protected]>

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.

Bro

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)

show more ...


# 5bc32c2c 26-Jan-2006 Erwin Lansing <[email protected]>

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 13-Jan-2006 David E. O'Brien <[email protected]>

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

Approved by: harti


# 5348e773 09-Jan-2006 Hartmut Brandt <[email protected]>

Connect the HOSTRES MIB to the build.


Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0
# 2f5e00be 14-Mar-2005 Philip Paeps <[email protected]>

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

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

show more ...


Revision tags: release/4.11.0_cvs, release/4.11.0
# 07736e20 21-Dec-2004 Ruslan Ermilov <[email protected]>

NOATM -> NO_ATM


Revision tags: release/5.3.0_cvs, release/5.3.0
# 0d5467be 11-Aug-2004 Hartmut Brandt <[email protected]>

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.


12