History log of /freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 311720 09-Jan-2017 ngie

MFC r311393:

OS_getSystemUptime: use nitems for calculating the number of elements
in a sysctl mib instead of hardcoding the number 2


# 310900 31-Dec-2016 ngie

MFstable/11 r310899:

MFC r310666,r310675:

r310666:

style(9) fixes

- Clean up trailing whitespace
- Fix variable type alignment in storage_OS_get_swap(..)

r310675:

Fix the build by moving the initializers for len/nswapdev down below the
declarations

Pointyhat to: ngie


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 240354 11-Sep-2012 glebius

Do not count kernel threads as processes for hrSystemProcesses OID.

PR: bin/160494
Submitted by: Jeremy Chadwick <freebsd jdc.parodius.com>


# 228990 30-Dec-2011 uqs

Spelling fixes for usr.sbin/


# 202206 13-Jan-2010 ed

Port all applications in usr.sbin/ from libulog to utmpx.


# 200953 24-Dec-2009 ed

Let the snmp_hostres module use utmpx.

Approved by: harti


# 154249 12-Jan-2006 harti

Fix build without -DNDEBUG.

Spotted by: obrien


# 154245 12-Jan-2006 obrien

assert(3) is not used here.


# 154137 09-Jan-2006 harti

Forced commit because I lost the commit message in the previous commit:

This is the implementation of the HOSTRES MIB that was developed by
Victor during SoC 2005 with some stylification by philip@ and harti@.

Submitted by: Victor Cruceru <soc-victor@freebsd.org>
Reviewed by: philip, harti


# 154133 09-Jan-2006 harti

msg