CVS log for ports/net-mgmt/net-snmp/files/Attic/patch-ucd_snmp.h
Up to [FreeBSD] / ports / net-mgmt / net-snmp / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7
Wed May 14 08:37:38 2008 UTC (3 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.6: +1 -1 lines
Improve upon previous patch (fix to use sysctls instead of KVM to retrieve CPU stats). Use the newer BSD sysctl code already available in the 5.4.x instead of re-enabling the obsolete code from the previous release.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 28 22:33:53 2008 UTC (3 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -0 lines
o Fix regression in 5.4.1 - the custom FreeBSD vmstat code is not compiled in making number of popular OIDs unavailable. o Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem is that the cp_time symbol is no longer avaliable in the nevest kernels. Use kern.cp_time sysctl which has been around for 8 years or so, so that it should be present virtually in every FreeBSD version that is able to use modern ports tree (4.x and upper). Sysctl is also better from the security standpoint, as you don't need elevated privileges to get the data. One should probably look at converting few others uses of KVM here, but ENOTIME from me. The patch has been submitted to the vendor. Sponsored by: Sippy Software, Inc., http://www.sippysoft.com Approved by: MAINTAINER
Revision 1.5
Thu Mar 27 10:56:14 2008 UTC (3 years, 10 months ago) by kuriyama
Branches: MAIN
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53. - Add appropriate CONFLICTS, NO_LATEST_LINK. - Upgrade net-mgmt/net-snmp to 5.4.1 [1]. PR: ports/110969 [1] Submitted by: valerio.daelli@gmail.com [1] This upgrade (5.3.x -> 5.4.1) includes various changes in original sources. If you find something strange (or missing/incorrect MIB values) than 5.3.x, please let me know. And you can choose net-mgmt/net-snmp53 port for old 5.3.x version.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:55:44 2008 UTC (3 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -11 lines
- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53. - Add appropriate CONFLICTS, NO_LATEST_LINK. - Upgrade net-mgmt/net-snmp to 5.4.1 [1]. PR: ports/110969 [1] Submitted by: valerio.daelli@gmail.com [1] This upgrade (5.3.x -> 5.4.1) includes various changes in original sources. If you find something strange (or missing/incorrect MIB values) than 5.3.x, please let me know. And you can choose net-mgmt/net-snmp53 port for old 5.3.x version.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 28 01:17:16 2007 UTC (4 years, 11 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -10 lines
- Upgrade to 5.3.1 [1]. - Add $snmpd_flush_cache knob [2]. - Add conflict with net-snmp-4.* [3]. PR: ports/97673 [1] (but mostly rewritten), ports/106036 [2], ports/103462 [3] Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> [1], "Brian A. Seklecki"<bseklecki@collaborativefusion.com> [2], Mykola Dzham <freebsd@levsha.org.ua> [3]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 26 01:21:25 2006 UTC (5 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -4 lines
Add support for 7-CURRENT.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 8 11:11:27 2004 UTC (7 years, 2 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
- Add missing patch files in previos commit
(patch-interface_ioctl.c, patch-ucd_snmp.h).
- Add missing backward compatibility simbols for
usmAES{192,256}PrivProtocol (patch-snmpusm.c, patch-transform_oids.h).
PR: ports/74810
