CVS log for ports/sysutils/xosview/files/patch-kernel.cc
Up to [FreeBSD] / ports / sysutils / xosview / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 8 17:06:27 2009 UTC (3 years, 1 month ago) by stefan
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +90 -17 lines
Fix CPU-meter for FreeBSD versions >= 7.0. PR: 129655 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> Approved by: maintainer timeout (3 weeks)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 27 08:17:32 2006 UTC (6 years ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +13 -5 lines
- The sysutils/xosview port that comes with 6.0 results in a memory leak that eventually crashes the xosview process. The CVS tree doesn't show any activity here more recent than 6.0. The attached extra patch to bsd/kernel.cc fixes the problem. - bump PORTREVISION PR: 92339 Submitted by: Tom Pavel <pavel AT alum dot mit dot edu>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 13 03:48:32 2005 UTC (6 years, 7 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +88 -35 lines
- Update to 1.8.2 - Fix (hopefully) the IRQ reporting on 5.x, before, xosview was simply exiting/crashing PR: 79338 Submitted by: Ulrich Spoerlein <q AT uni dot de>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 28 14:53:44 2003 UTC (8 years, 3 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +133 -4 lines
Fix build on -CURRENT. Also: - replace <xxx> with <xxx.h> due to Standard C++. - In my observation, when include "devstats.h", - In 4.x or earlier version, we use checkversion(), getnumdevs() ... But In 5.x, it should be repalce with devstat_checkversion(kvm_t *), devstat_getnumdevs(kvm_t *) respectively. In summary, function in 4.x's devstats.h can add prefix word "devstat Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Maintainership to: submitter PR: 58596
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 22 22:22:06 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Use a consistant 64-bit int type.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 21 19:32:41 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: xosview_1_7_4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -13 lines
Upgrade to 1.7.4.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 21 18:33:51 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: xosview_1_7_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1 lines
Use longs vs. ints in calculating the amount of swap. This fixed getting negative swap values on an Alpha with 2GB swap. I should probably use `long long' for large swap x86 machines. (anybody want to help test?)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 10 21:33:18 2000 UTC (11 years, 8 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Use the correct number of interrupts on the Alpha. Submitted by: Alexander Langer <alex@big.endian.de> PR: 19064
