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

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# de8b4900 01-Jun-2023 Elyes Haouas <ehaouas@noos.fr>

bsnmpd/modules/snmp_hostres: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653


# c7b9006a 03-Jul-2022 Gordon Bergling <gbe@FreeBSD.org>

snmp_hostres(3): Fix a typo in a debug message

- s/atempt/attempt/

MFC after: 3 days


# 5739f297 11-Sep-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Spelling.


# 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.


# 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.


# e55adffc 14-Jul-2006 Hartmut Brandt <harti@FreeBSD.org>

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@>


# 4ecdfdcf 25-Jan-2006 Hartmut Brandt <harti@FreeBSD.org>

Replace ki_ocomm by ki_comm. The former will go away.

Submitted by: Victor Cruceru <soc-victor>
Suggested by: Julian Elischer


# 6c5d6ce3 12-Jan-2006 Hartmut Brandt <harti@FreeBSD.org>

Fix build without -DNDEBUG.

Spotted by: obrien


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

msg