summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd/ChangeLog
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-05-26 13:21:19 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-26 13:21:19 +0000
commitb1e908e6b64b5aab66058eebc9899bcccb342e40 (patch)
treeb118531c4bea2d59fb4ee38a13984b3cade8e7dd /sysdeps/freebsd/ChangeLog
parentf91050a7c7873a25da16f62cf1fcc2a527695b7e (diff)
downloadlibgtop-b1e908e6b64b5aab66058eebc9899bcccb342e40.tar.gz
More NetBSD 1.4 fixes.
1999-05-26 Martin Baulig <martin@home-of-linux.org> More NetBSD 1.4 fixes. * mem.c, procmap.c, procmem.c: Make this work with the new UVM code. [FIXME: This following most likely works on all BSD systems, but this needs to be tested; I made it conditional to NetBSD 1.4 at the moment. Please extend the conditionals to any other systems where this works ...] * procstate.c: Added `ruid' and `rgid' for LibGTop >= 1.1.0. * procuid.c: Added `ngroups' and `groups' for LibGTop >= 1.1.0.
Diffstat (limited to 'sysdeps/freebsd/ChangeLog')
-rw-r--r--sysdeps/freebsd/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysdeps/freebsd/ChangeLog b/sysdeps/freebsd/ChangeLog
index 7503cc43..8fa3675c 100644
--- a/sysdeps/freebsd/ChangeLog
+++ b/sysdeps/freebsd/ChangeLog
@@ -1,3 +1,17 @@
+1999-05-26 Martin Baulig <martin@home-of-linux.org>
+
+ More NetBSD 1.4 fixes.
+
+ * mem.c, procmap.c, procmem.c: Make this work with the new UVM code.
+
+ [FIXME: This following most likely works on all BSD systems, but
+ this needs to be tested; I made it conditional to NetBSD 1.4 at
+ the moment. Please extend the conditionals to any other systems
+ where this works ...]
+
+ * procstate.c: Added `ruid' and `rgid' for LibGTop >= 1.1.0.
+ * procuid.c: Added `ngroups' and `groups' for LibGTop >= 1.1.0.
+
1999-05-25 Martin Baulig <martin@home-of-linux.org>
* ppp.c: Make this work on NetBSD.