summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-hr_storage.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Garbage collect unfinished repocopy (seven months)Pav Lucistnik2010-01-191-17/+0
| | | | | | | OK'ed by: pgollucci (maintainer) Notes: svn path=/head/; revision=248176
* - Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53.Jun Kuriyama2008-03-271-222/+6
| | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=209939
* - Fix IPv6 handling for libwrap (1).Jun Kuriyama2008-01-111-13/+25
| | | | | | | | | | | - Show IPv4 port number as unsigned instead of signed in /var/log/snmpd.log. - Treat physmem as u_long, not int. This fixes hrMmemorySize over 4GB. Submitted by: ume (1) Pointy hat to: kuriyama (1) Notes: svn path=/head/; revision=205472
* - Upgrade to 5.2.2.Jun Kuriyama2005-11-301-25/+16
| | | | | | | | | | - Return more appropriate values for hrSWRunType (1) PR: ports/86572 (1) Submitted by: wollman (1) Notes: svn path=/head/; revision=149996
* - Upgrade to 5.2.Jun Kuriyama2004-11-291-23/+17
| | | | | | | | | | | | | | | | - Fix build problem on current (1) - Fix module availability problem on current (2) - Disable perl completely with WITHOUT_PERL knob (3) - Install sample file and improve pkg-message and pkg-plist (4) PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4) Submitted by: Matthew Thyer <thyerm@powerband.net.au> (1), Dominic Mitchell <dom@happygiraffe.net> (2), oliver (3), Fumihiko Kimura <jfkimura@yahoo.co.jp> (4) Notes: svn path=/head/; revision=122733
* - Upgrade to 5.1.2.Jun Kuriyama2004-08-111-31/+13
| | | | | | | Numerous patches are integrated into this release. Notes: svn path=/head/; revision=115888
* o Try to use modern autotools.Jun Kuriyama2004-06-231-2/+33
| | | | | | | | | | | o Fix typo about WITHOUT_PERL knob. (1) o Unbreak on -current after mbuf allocator changes. (2) Submitted by: ceri (1) Complained from: many people (2) Notes: svn path=/head/; revision=112029
* Unbreak on 5.0.Jun Kuriyama2004-05-131-4/+4
| | | | | | | My mbuf statistics code works only after 5.1-REL. Notes: svn path=/head/; revision=109092
* Add mbuf cluster statistics.Jun Kuriyama2004-05-051-82/+85
| | | | Notes: svn path=/head/; revision=108433
* Restore mbuf statistics support on recent 5.x.Jun Kuriyama2004-05-041-11/+179
| | | | | | | To retrieve these values, check hrStorageUsed or hrStorageSize. Notes: svn path=/head/; revision=108350
* Various fixes / improvements.Jun Kuriyama2004-03-101-2/+2
| | | | | | | | | | See PR for details. PR: ports/63759 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=103525
* o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).Jun Kuriyama2003-11-181-6/+6
| | | | | | | | | | | o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio" by default. o Remove unused variables. o Update various local patches around {tcp,udp}Table and hr_{storage,system}. Notes: svn path=/head/; revision=94221
* Upgrade to 5.0.2.Jun Kuriyama2002-07-221-4/+22
| | | | | | | Remove statvfs hack. Notes: svn path=/head/; revision=63375
* Upgrade to 5.0.1.Jun Kuriyama2002-05-151-12/+12
| | | | | | | | | | Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version. Notes: svn path=/head/; revision=59148
* Upgrade to 4.2.4.Jun Kuriyama2002-04-091-19/+14
| | | | | | | | Some of our patches are integrated into original distribution. Enable diskio mib-module by default. Notes: svn path=/head/; revision=57474
* Handle mbuf statistics going away temporarily aroundBill Fenner2001-10-141-0/+39
__FreeBSD_version 500021. Leave a placeholder for reporting using the new method added around __FreeBSD_version 500024. (This fixes the build on -current.) Notes: svn path=/head/; revision=48758