Commit Graph

60 Commits

Author SHA1 Message Date
jasper
e8bd897ada sync patch 2012-04-04 17:24:29 +00:00
ajacoutot
1c9e2a7cd0 Bring back changes made for vmmap now that it's back in. 2012-03-11 08:45:24 +00:00
ajacoutot
f5d46be714 Sync patches after upstream commit.
Remove bogus patch (indentical).

no pkg change
2012-01-22 11:55:10 +00:00
ajacoutot
1afd4f7267 tsk tsk tsk. 2012-01-09 17:39:19 +00:00
robert
53a34592e0 s/kvm_getprocss/kvm_getprocs/g in unused code and warning messages 2012-01-09 17:22:15 +00:00
robert
6c3edfd3f9 fix after kinfo_proc2 removal 2012-01-09 16:45:20 +00:00
jasper
12add41faa sync, no functional change 2011-09-18 11:46:16 +00:00
jasper
f1b5c30c51 allow monitoring mfs partitions too 2011-09-18 11:24:58 +00:00
jasper
e320817993 don't bother getting info from kernel threads 2011-09-17 17:43:44 +00:00
jasper
3f461814a5 - update libgtop to 2.28.4
* openbsd now has it's own backend
- remove some patch- files that i've committed upstream too
2011-08-30 12:24:52 +00:00
jasper
209f405467 Fix error message to make it readable again. 2011-08-17 12:34:47 +00:00
jasper
2e3ee8fae3 sync comment 2011-07-28 12:23:01 +00:00
jasper
ef01b92151 - add link to upstream bugzilla
- remove patch that's not needed anymore

no package change
2011-06-22 16:48:01 +00:00
jasper
b029533db7 - remove patch, the fact that the example doesn't work means
the library or the example need to get fixed.
2011-06-22 16:22:03 +00:00
jasper
4e3537bbea sync with upstream, no package change 2011-06-22 15:30:01 +00:00
jasper
6df1111580 tweak comment 2011-06-21 07:19:36 +00:00
jasper
8ab2c28fc7 remove unused chunk now that we have our own implementation 2011-06-20 21:29:47 +00:00
jasper
b524bcaa85 - add links to bugzilla; 2011-06-20 09:03:29 +00:00
jasper
03fb5bd137 - add a comment as to why we undef STAT_STATVFS now
- rename a function now it's in the openbsd implementation
- put CP_IDLE instead of 0 in uptime->idletime
2011-05-31 19:25:31 +00:00
jasper
6a5430296f - filesystem read/write accounting works fine, so there's no reason not to export it.
fixes the "Disk" graph from gnome-applets multiload applet
2011-05-31 18:06:28 +00:00
jasper
c977db561e the openbsd code has diverged too much from the freebsd and generic bsd code
to be easily maintainable. so instead move it to files/ for now untill it
gets incorporated upstream.

discussed with aja@
2011-05-23 18:09:10 +00:00
ajacoutot
687b73d774 No need for the itlocaledir tweak anymore. 2011-04-26 13:09:07 +00:00
jasper
1043c5cc0a - remove unnecessary NULL casts 2011-04-16 21:28:35 +00:00
ajacoutot
be87baa820 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 08:09:35 +00:00
ajacoutot
c0c25d4647 Maintenance update to libgtop2-2.28.3. 2011-03-25 16:16:32 +00:00
ajacoutot
92a03e3800 Include sys/sched.h. 2010-10-27 12:52:42 +00:00
sthen
e3397f5a31 use kvm_getproc2; ok ajacoutot@ 2010-10-26 09:44:32 +00:00
ajacoutot
fe20bbf81d Update to libgtop2-2.28.2.
ok jasper@
2010-09-30 07:44:35 +00:00
ajacoutot
91570903a6 Fix ncpu display on big endian. 2010-09-18 09:14:17 +00:00
ajacoutot
40fdf8a7c1 Implements procwd and procopenfiles using a wrapper around lsof(8)
(from FreeBSD sysdeps directory).
Merge proctime.c patch from pkgsrc.
Several other cleanings.
2010-04-18 12:32:09 +00:00
ajacoutot
6671a84614 Reverse logic. 2010-04-18 09:49:22 +00:00
ajacoutot
35b22fec76 Implement "model name" in init_sysinfo, needed for gnome-system-monitor. 2010-04-17 14:44:18 +00:00
ajacoutot
551c338fba Forgot this part in previous. 2010-04-17 12:05:13 +00:00
ajacoutot
279d6517a7 rEWORK THe syctl patch to be closer to what upstream does for other OS. 2010-04-17 11:46:41 +00:00
ajacoutot
c0da600c3c We want ia_netmask here. 2010-04-17 07:51:01 +00:00
ajacoutot
236eddb324 Actually compile the procaffinity stub.
Fix a double free, found out while working on an upcoming
gnome-system-monitor port.
2010-04-11 12:38:56 +00:00
ajacoutot
ed999124da Remove the post-install target, we set permissions with PLIST markers.
Fix some ifdef mess in sysdeps/bsd/procmem.c.
Fix some warnings and implicit references.
Fix subnet display.
Bring a couple of patches from FreeBSD.

This is still not perfect but libgtop2 is now much more robust.
2010-04-08 15:57:46 +00:00
ajacoutot
8129bcd8b4 Minor update to libgtop2-2.28.1.
(only translations updates)
2010-03-30 16:24:24 +00:00
sthen
242fff5eff Unbreak after ia_subnet removal. ok jasper@ 2010-01-18 09:27:00 +00:00
jasper
3d472c5987 - fix a check in configure and first stab at working mountlist. 2009-11-02 20:19:06 +00:00
jasper
3c5a9b58e0 - update libgtop2 to 2.28.0
* it's not any less broken than the previous version, but at least it
gives us a recent base to hack on.

aja@ agrees
2009-10-16 10:56:04 +00:00
ajacoutot
6d4865512a - cope with new statvfs support
note: this needs a *very* -current system.

from naddy@
ok jasper@ naddy@
2008-03-17 08:38:31 +00:00
ajacoutot
de57db5cf2 - update to 2.20.1
Note that it does not work better than previous in-tree version but it
will give us a better base to fix it.

joint work with jasper@
most patches adapted from NetBSD
fsusage patch from naddy@

ok jasper@
2008-02-09 16:52:24 +00:00
jasper
6d839c0aeb - convert to use gnome.port.mk
- regen patches
2007-12-28 14:31:52 +00:00
steven
d962a2a9ce fix texinfo stuff, regen patches, rerun makesum
from Moritz Grimm <mlist at scapa.dnsalias.net>

ok espie@
2007-02-21 17:27:53 +00:00
bernd
f6f1c29c9e - Fix PKGNAME. It has to be libgtop2-x.xx.x and not libgtop-x.xx.x.
- Remove useless libtool patch.
- Put locale files in the correct directory path. We don't install those
  files into ${LOCALBASE}/lib/locale...

Bad jasper@ and ajacoutot!

Problem noticed by steven@.
2007-01-23 11:00:12 +00:00
jasper
4a32abc628 update libgtop2 to 2.14.6
based on work by Alexander Wirt <alexander.wirt@credativ.de>

ok ajacoutot@
2007-01-18 19:31:34 +00:00
sturm
9aa88b89e9 don't try to mess with /usr/local/bin/libgtop_server in libgtop_postinstall
correctly mark special permissions of libgtop_server2
2006-04-02 12:21:00 +00:00
bernd
3ff69c6673 - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
- regen PLIST with new gettext for libgtop and libgtop2
2006-01-03 18:07:27 +00:00
marcm
a7e12873f7 Up to 2.10.1 for Gnome 2.10.1. 2005-05-25 23:28:16 +00:00