summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2005-07-05 23:08:58 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2005-07-05 23:08:58 +0000
commitf409c553f59cf4ba4542d29f7f50e8c0463923c8 (patch)
tree56d8017180d24a50bebb0871d901c00cccd6dff5
parentb6a10fd8f70374b3a4feb64dd3f42f600676d241 (diff)
downloadlibgtop-f409c553f59cf4ba4542d29f7f50e8c0463923c8.tar.gz
Et m***e ... CVS got me. I wanted to commit a single change on the
toplevel configure.in but commited the whole tree. Sorry. * glibtop_private.c: * glibtop_private.h: * proctime.c: * uptime.c: Added new function get_boot_time. Retrieve boot_time from /proc/stat.
-rw-r--r--sysdeps/linux/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysdeps/linux/ChangeLog b/sysdeps/linux/ChangeLog
index d94fe2f1..00eec6e1 100644
--- a/sysdeps/linux/ChangeLog
+++ b/sysdeps/linux/ChangeLog
@@ -1,3 +1,17 @@
+2005-07-06 Benoît Dejean <TazForEver@dlfp.org>
+
+ Et m***e ... CVS got me. I wanted to commit a single change on the
+ toplevel configure.in but commited the whole tree. Sorry.
+
+ * glibtop_private.c:
+ * glibtop_private.h:
+ * proctime.c:
+ * uptime.c:
+
+ Added new function get_boot_time.
+
+ Retrieve boot_time from /proc/stat.
+
2005-06-13 Benoît Dejean <TazForEver@dlfp.org>
* glibtop_private.c: (try_file_to_buffer): Ensures buffer is 0-terminated.