From b279819639c5e1508241e4d0e72e4d3dcbd4aa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Fri, 18 Jun 2004 20:33:01 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 170 ++++++++++++++++++-------------------- examples/ChangeLog | 6 +- po/ChangeLog | 40 ++++----- src/daemon/ChangeLog | 2 +- sysdeps/common/ChangeLog | 6 +- sysdeps/freebsd/ChangeLog | 20 ++--- sysdeps/kernel/ChangeLog | 2 +- sysdeps/linux/ChangeLog | 22 ++--- sysdeps/osf1/ChangeLog | 2 +- sysdeps/solaris/ChangeLog | 2 +- sysdeps/stub/ChangeLog | 2 +- 11 files changed, 134 insertions(+), 140 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13ae5426..82b3985f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,6 @@ * include/glibtop/error.h: Also tries C99 __VA_ARGS__ before using functions. -2004-06-18 Benoît Dejean - * include/glibtop/error.h: Moved 8 static error functions to sysdeps/common/error.c. This is the end of an big useless code bloat : expect ~8KB of object size reduction. @@ -15,8 +13,6 @@ * lib/read.c: (do_read), (glibtop_read_l): * lib/read_data.c: (glibtop_read_data_l): Minor cleanups. -2004-06-18 Benoît Dejean - * sysdeps/names/netload.c: * include/glibtop/netload.h: Added IPv6 feature : provides address, prefix and scope. This breaks the ABI. Not documented yet : check @@ -31,10 +27,8 @@ * include/glibtop/fsusage.h: block_size is now defined as a guint32 instead of a fuzzy gint. - - * lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup. -2004-06-12 Benoît Dejean + * lib/sysdeps.c: (glibtop_get_sysdeps_r): Small cleanup. * lib/init.c: Added missing initializer. @@ -46,7 +40,7 @@ * lib/parameter.c: * support/popt.c: (poptGetContext): Cleaned. - + * support/vsnprintf.c: s/strncpy/g_strlcpy 2004-05-28 Benoît Dejean @@ -202,8 +196,8 @@ 2004-02-02 Sebastien Bacher - * sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from - Benoît Dejean to fix libtop_mem.used + * sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from + Benoît Dejean to fix libtop_mem.used and glibtop_mem.shared values (Closes: #129863). Wed Jan 7 02:23:28 2004 Jonathan Blandford @@ -573,7 +567,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 2003-01-16 Daniel Yacob * configure.in: added am to ALL_LINGUAS - + 2003-01-12 Kevin Vandersloot * configure.in: release 2.0.1 @@ -586,7 +580,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * Framework for AIX support -2002-08-07 Vincent Berger +2002-08-07 Vincent Berger * support/: Add alloca management for AIX * configure.in: correct checking for nm @@ -668,7 +662,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * acininclude.m4: add back the support stuf but make it really work - * configure.in: bump version number, add back GNOME_SUPPORT + * configure.in: bump version number, add back GNOME_SUPPORT check since that was causing a build failure * release 1.90.1 @@ -715,7 +709,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * port stable libgtop to GNOME 2.0. Too much to detail. pkgconfig is now used. Libs are named libgtop-2.0 etc for - parallel install. + parallel install. 2001-10-17 Abel Chueng @@ -861,7 +855,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 1999-09-22 Kjartan Maraas * configure.in: Added "da" to ALL_LINGUAS. - + 1999-09-19 Martin Baulig * libgtopConf.sh.in: Added MODULE_VERSION on Miguel's @@ -1086,7 +1080,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford contain all possible features. * configure.in: LibGTop will now require GLIB >= 1.1.12. - + 1999-01-05 Martin Baulig * configure.in: Make it abort if the `dc' utility is not installed. @@ -1252,7 +1246,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford here. [NOTE for people porting libgtop: - + Please use all 64 bits of the `guint64' and not just 32 - the signal number (as it is used in calls to kill () ...) should be a bit-index into this field; if a process ignores for instance @@ -1433,7 +1427,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * LIBGTOP-VERSION: Set version number to 0.25.0. There is now really a feature freeze until it's released, bug fixes only ... - + * include/glibtop/procmap (glibtop_map_entry): Added `flags' and `filename' fields. @@ -1441,7 +1435,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * libgtopConf.sh.in: Likewise. * libgtopConf.sh.in: Added `LIBGTOP_EXTRA_LIBS'. - + * sysdeps/linux/procmap.c: Added implementation. 1998-08-17 Martin Baulig @@ -1531,7 +1525,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * LIBGTOP-VERSION: Added `LIBGTOP_SERVER_VERSION'. * src/daemon/gnuserv.c, lib/open.c: Improved version check between client and server. - + * include/glibtop/output.h: Removed. * sysdeps/stub_suid: New directory. This is mainly used as example @@ -1542,7 +1536,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/osf1/*.c (glibtop_init__s): New functions. (glibtop_init__p): New functions. - + 1998-08-07 Martin Baulig * glibtop.h (_glibtop): New fields `error_method', `sysdeps' and @@ -1718,7 +1712,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * lib/open.c (glibtop_open_l): Unconditionally calling `glibtop_init_s' after server initialization. - + * lib/lib.awk: Removed references to functions from `libgtop_sysdeps_suid.la' to avoid undefined symbols. @@ -1739,20 +1733,20 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/linux/close.c (glibtop_close_s): Renamed this function from `glibtop_close_l'. - + * sysdeps/osf1/Makefile.am (lib_LTLIBRARIES): Added `libgtop_sysdeps_suid.la' for the suid server. - + * sysdeps/osf1/open_suid.c (glibtop_open_p): New file. Contains all stuff that was formerly in `open.c'. - + * sysdeps/osf1/open.c: Moved everything from here into the new file `open_suid.c'. - + * sysdeps/osf1/open.c (glibtop_open_s): New function. - + * sysdeps/osf1/close_suid.c (glibtop_close_p): New file. - + * sysdeps/osf1/close.c (glibtop_close_s): New function. * sysdeps/osf1/*.c: Using the new init, open and close @@ -1795,7 +1789,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 1998-07-18 Martin Baulig * lib/{init, open}.c: Added `GLIBTOP_METHOD_PIPE' again. - + * src/server/main.c: Removed gettext stuff. 1998-07-17 Martin Baulig @@ -1804,10 +1798,10 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford library functions with '_l' prefix instead of directly calling sysdeps code with '_r' prefix. This is necessary for client/server mode. - + * lib/lib.awk (glibtop_get_*): Now correctly using `(1 << GLIBTOP_SYSDEPS_*)' instead of `GLIBTOP_SYSDEPS_*'. - + * sysdeps/sun4/proclist.c (glibtop_get_proclist_p): Added implementation of that feature. @@ -1815,7 +1809,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/sun4/proc_{mem, time, signal, kernel, segment}.c: Added some basic implementation; this isn't really working yet. - + * sysdeps/linux/sem_limits.c: Applied patch from Albert K T Hui for glibc 2.1. @@ -1835,7 +1829,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 1998-07-14 Martin Baulig * src/daemon/server_config.h.in: Added some comments. - + * src/daemon/server_config.pl: New file. This is a script you can use to create `server_config.h'. It will query you for some configuration options. @@ -1860,11 +1854,11 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * src/daemon/slave.c: New file. * src/daemon/*.c: Done some more work on the daemon. - + * sysdeps/common/gnuslib.c: Removed IPC stuff. - + * include/glibtop/gnuserv.h: Removed IPC stuff. - + * include/glibtop/command.h (glibtop_response_unit): Added typedef for `struct _glibtop_response_unit'. @@ -1894,7 +1888,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/linux/procstate.c: Added missing `fclose'. * include/glibtop/gnuserv.h (UNIX_DOMAIN_SOCKETS): Defining. - + * include/glibtop/open.h (GLIBTOP_METHOD_UNIX): Added. * lib/init.c: Added new method `GLIBTOP_METHOD_UNIX'. @@ -1982,12 +1976,12 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * lib/xmalloc.c (g_strdup): New function. * lib/gnuclient.c: Removed. - + * lib/{command, write, read}.c: Changed client <-> server interface to make less system calls. * src/daemon/main.c: Changed server side of interface. - + * include/glibtop/command.h (struct _glibtop_response): New structure to return data from the server to the client. @@ -2058,7 +2052,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * include/glibtop/sysdeps.h (glibtop_types_sysdeps): Forgot to change declaration on Jun 6. - + * sysdeps/names/sysdeps.c (glibtop_types_sysdeps): Using numeric constants from `types.h' instead of string constants; forgot to change this on Jun 6. Added information @@ -2085,30 +2079,30 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 1998-06-07 Martin Baulig * examples/ChangeLog: New file. - + * macros/gnome-libgtop-sysdeps.m4: Include `glibtop_machine.h' for Linux. - + * sysdeps/linux/glibtop_machine.h: New file. - + * sysdeps/linux/*.c: Performance optimizations. We now use `open' and `read' instead of `fopen' and `fscanf'. - + * *.[ch]: Using single underscore instead of two underscores for function prefixes (regexp: ``s,__([rspl])\b,_$1,g'') to avoid ambiguity with mangled C++ names. - + 1998-06-06 Martin Baulig * sysdeps/osf1/glibtop_server.h: New file. - + * sysdeps/osf1/*.c: renamed all functions implementing features that don't need to be suid to '__s'. * sysdeps/names/procdata.c: Removed that file. - + * include/glibtop/*.h (glibtop_types_*): Changed declaration. - + * glibtop.h: Added `#include '. * include/glibtop/types.h: New file - numeric constants @@ -2134,10 +2128,10 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 1998-06-03 Martin Baulig * libgtop.spec: New file. - + * Makefile.am (EXTRA_DIST): Added `autogen.sh' and `libgtop.spec'. - + * configure.in (LIBGTOP_INCS): is now identically to `LIBGTOP_GUILE_INCS'. @@ -2174,7 +2168,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * NEWS: added more detailed description of today's and yesterday's changes. - + * include/glibtop/*.h: to use the ChangeLog entry from May 28: '__l' is a function defined in the client part; '__s' is a function defined in the sysdeps part and @@ -2207,26 +2201,26 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * src/server/main.c: we now use the '__p' functions, but only if the appropriate 'GLIBTOP_SUID_' has a non-zero value. - - * configure.in (@machine_incs@): always use + + * configure.in (@machine_incs@): always use `-I$(top_srcdir)/sysdeps/@sysdeps_dir@'; it's no longer conditional. * examples/Makefile.am: removed the '_linux' examples. - + * sysdeps/linux/*.c: renamed all functions implementing features to '__s'. - + * lib/*.c: renamed all functions implementing features to '__l'; we only emit code for those functions if the corresponding 'GLIBTOP_SUID_' has a positive value. - + * include/glibtop/*.h: added some new function suffixes: '__l' is a function defined in the client part; '__s' is a function defined in the sysdeps part and '__p' is a function that needs special priviledges. '__r' is mapped either on '__l' or on '__s'. - + * sysdeps/linux/glibtop_server.h: New file - defines system dependent constants 'GLIBTOP_SUID_' being either 'GLIBTOP_SYSDEPS_'+1 depending upon @@ -2292,9 +2286,9 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford 'libgtop_use_machine_h', 'libgtop_guile_found', 'libgtop_want_names', 'libgtop_want_guile_names', 'libgtop_want_examples'. - + * gtopConf.sh.in: renamed to 'libgtopConf.sh.in'. - + * acinclude.m4 (AC_LC_SYSDEPS): rewrote that macro - moved some of the code to 'macros/gnome-libgtop-sysdeps.m4'; renamed variables: look at the ChangeLog entry for the @@ -2357,7 +2351,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * NEWS: added more detailed description of today's changes. - + * examples/third.c: added required check for 'GLIBGTOP_GUILE_NAMES'. @@ -2391,20 +2385,20 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/osf1/procuid.c (glibtop_get_proc_uid__r): added implementation for DEC OSF/1. - + * sysdeps/sun4/uptime.c: forgot to checkin * sysdeps/sun4/loadavg.c: forgot to checkin - + * sysdeps/osf1/uptime.c: forgot to checkin - + * sysdeps/osf1/loadavg.c: forgot to checkin 1998-05-19 Martin Baulig * sysdeps/stub/uptime.c: forgot this file all the time - stub for glibtop_uptime - + * sysdeps/stub/loadavg.c: forgot this file all the time - stub for glibtop_loadavg @@ -2423,7 +2417,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * include/glibtop: added references to 'glibtop_types_* []' and 'glibtop_guile_types_*'. - + * sysdeps/guile/names: added implementations of 'glibtop_types_*' and 'glibtop_description_*'. @@ -2438,7 +2432,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/guile: all guile functions now return the 'flags' member as first element of the list. - * include/glibtop/procstate.h (glibtop_proc_state): + * include/glibtop/procstate.h (glibtop_proc_state): added 'uid' and 'gid' members; the library tries hard to set those values; it will never set the corresponding 'flags' value unless the values are correct. @@ -2480,7 +2474,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/guile/sysdeps.c: changes to reflect the new flags of procdata. - + * sysdeps/common/sysdeps.c: changes to reflect the new flags of procdata. @@ -2540,9 +2534,9 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * src/mico/proclist.idl: new file - simple mico interface * src/version.c: moved to src/server - + * src/output.c: moved to src/server - + * src/main.c: moved to src/server 1998-04-11 Martin Baulig @@ -2612,7 +2606,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford this directory * sysdeps/common/sem_limits.c: moved to sysdeps/names - + * sysdeps/common/msg_limits.c: moved to sysdeps/names * sysdeps/common/sem_limits.c: moved to sysdeps/names @@ -2646,25 +2640,25 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford some arbitrary data * lib/proclist.c: new file - library function for glibtop_proclist - + * sysdeps/linux/proclist.c: new file - implementation for glibtop_proclist - + * sysdeps/stub/proclist.c: new file - stub for glibtop_proclist - + * include/glibtop/proclist.h: new file - glibtop_proclist * include/glibtop/union.h: new file * lib/read_data.c: new file - + * include/glibtop/read_data.h: new file * sysdeps/common/xmalloc.c: new file - moved here from lib - + * sysdeps/common/error.c: new file - moved here from lib - + * lib/xmalloc.c: moved to sysdeps/common - + * lib/error.c: moved to sysdeps/common 1998-04-05 Martin Baulig @@ -2701,9 +2695,9 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/common/msg_limits.c: new file - limit names * sysdeps/common/sem_limits.c: new file - limit names - + * include/glibtop/shm_limits.h: new file - glibtop_shm_limits - + * include/glibtop/msg_limits.h: new file - glibtop_msg_limits * include/glibtop/sem_limits.h: new file - glibtop_sem_limits @@ -2728,13 +2722,13 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * lib/ipc_limits.c: new file - library function for glibtop_ipc_limits - + * sysdeps/linux/ipc_limits.c: new file - implementation for glibtop_ipc_limits - + * sysdeps/stub/ipc_limits.c: new file - stub for glibtop_ipc_limits - + * include/glibtop/ipc_limits.h: new file - glibtop_ipc_limits - sysv ipc limits @@ -2742,7 +2736,7 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * lib/uptime.c: new file - library function for glibtop_uptime - + * lib/loadavg.c: new file - library function for glibtop_loadavg @@ -2766,14 +2760,14 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * sysdeps/stub/sysinfo.c: removed - splitted into uptime.c and loadavg.c - + * src/main.c: added GLIBTOP_CMND_UPTIME and GLIBTOP_CMND_LOADAVG implementation * include/glibtop/loadavg.h: new file - glibtop_loadavg - + * include/glibtop/uptime.h: new file - glibtop_uptime - + * include/glibtop/loadavg.h: removed - splitted into uptime.h and loadavg.h @@ -2782,10 +2776,10 @@ Wed Jan 7 02:23:28 2004 Jonathan Blandford * lib/sysdeps.c: new file - library function for glibtop_sysdeps * sysdeps/linux/sysdeps.c: new file - copied from sysdeps/stub - + * sysdeps/stub/sysdeps.c: new file - implementation for glibtop_sysinfo - this is really the implementation and not just a stub - + * src/sysdeps.c: moved to sysdeps/stub - this file is now part of the library diff --git a/examples/ChangeLog b/examples/ChangeLog index 110c79ac..f5f77052 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -50,7 +50,7 @@ Fri Apr 9 00:14:52 1999 Timur Bakeyev - * timings.c: Added timersub defenition, to make code compilable on + * timings.c: Added timersub defenition, to make code compilable on BSDI. 1999-03-24 Martin Baulig @@ -116,11 +116,11 @@ Fri Apr 9 00:14:52 1999 Timur Bakeyev 1998-06-12 Martin Baulig * test.scm: New file. - + 1998-06-07 Martin Baulig * Makefile.am (CFLAGS): Disable optimize. - + * first.c (PROFILE_COUNT): Number of times each function should be called. Defaults to 1; to profile the code, you can increase this when compiling. diff --git a/po/ChangeLog b/po/ChangeLog index c7e3cbf6..494a6945 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,7 +1,7 @@ 2004-05-14 Baris Cicek * tr.po: Updated Turkish Translation - + 2004-04-16 Iñaki Larrañaga * eu.po: Added Basque translation. @@ -29,7 +29,7 @@ 2004-03-22 Guntupalli Karunakar - * pa.po: Punjabi translation by + * pa.po: Punjabi translation by Amanpreet Singh Alam . 2004-03-21 Andras Timar @@ -175,7 +175,7 @@ 2004-01-02 Sanlig Badral * mn.po: Updated Mongolian translation. - + 2003-12-14 Francisco Javier F. Serrador * es.po: Updated Spanish translation. @@ -235,7 +235,7 @@ 2003-10-19 Carlos Perelló Marín * POTFILES.ignore: Removed, we use now POTFILES.skip - + 2003-10-01 Gustavo Maciel Dias Vieira * pt_BR.po: Applied revision by Augusta Marques da Silva @@ -336,19 +336,19 @@ 2003-06-04 Paul Duffy * ga.po: Updated Irish Translation. - + 2003-05-25 Abel Cheung * he.po: Mark wrong entry as fuzzy (msgfmt check failed). 2003-05-16 Danilo ©egan - * sr.po, sr@Latn.po: Updated Serbian translation by Serbian + * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org). 2003-05-10 Danilo Segan - * sr.po, sr@Latn.po: Added Serbian translation by Serbian team + * sr.po, sr@Latn.po: Added Serbian translation by Serbian team (Prevod.org). 2003-04-20 Abel Cheung @@ -428,7 +428,7 @@ 2003-01-16 Daniel Yacob * am.po: Added Amharic translation. - + 2003-01-16 Pablo Saratxaga * vi.po: Updated Vietnamese file @@ -572,7 +572,7 @@ 2002-04-23 Kjartan Maraas * no.po: Updated Norwegian (bokm?¥l) translation. - + 2002-04-19 Ole Laursen * da.po: Updated Danish translation. @@ -596,7 +596,7 @@ 2002-03-25 Duarte Loreto - * pt.po: Updated Portuguese translation. + * pt.po: Updated Portuguese translation. 2002-03-23 Hasbullah Bin Pit @@ -609,7 +609,7 @@ 2002-03-06 Kjartan Maraas * no.po: Updated Norwegian (bokm?¥l) translation. - + 2002-03-06 Germ??n Poo-Caama?±o * es.po: Fixed spanish translation encoding. @@ -630,7 +630,7 @@ 2002-02-12 Kjartan Maraas * no.po: Updated Norwegian (bokm?¥l) translation. - + 2002-02-09 Abel Cheung * zh_TW.po: Updated traditional Chinese translation. @@ -673,7 +673,7 @@ 2001-07-16 Kjartan Maraas * nn.po: Added Norwegian (nynorsk) translation. - + 2001-03-25 Fatih Demir * tr.po: %100'ification. @@ -763,11 +763,11 @@ 2000-09-19 Christian Meyer * de.po: Minor fix. - + 2000-09-19 Christian Meyer * de.po: Updated German translation. - + 2000-09-10 Christian Meyer * de.po: Updated German translation. @@ -777,7 +777,7 @@ 2000-08-16 Kjartan Maraas * no.po: Updated Norwegian translation. - + 2000-06-25 Takayuki KUSANO * ja.po: Updated Japanese translation. @@ -801,7 +801,7 @@ 2000-05-17 Kjartan Maraas * no.po: Updated translation. - + 2000-05-16 Kenneth Christiansen * POTFILES.in: New strings added @@ -856,7 +856,7 @@ 1999-07-11 Kjartan Maraas * no.po: Updated translation. - + 1999-07-11 Tomas Ogren * sv.po: New file @@ -864,7 +864,7 @@ 1999-01-27 Kjartan Maraas * no.po: Updated translation - + 1998-12-22 Yukihiro Nakai * ja.po: New file - added Japanese translation @@ -876,7 +876,7 @@ 1998-10-11 Kjartan Maraas * no.po: New file - added norwegian translation. - + 1998-10-07 Martin Baulig * de.po: New file - added german translation. diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index 767866da..c675fd64 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -75,7 +75,7 @@ * gnuserv.c (program_invocation_*_name): Declare this as `extern' if necessary. - + 1998-12-17 Martin Baulig * gnuserv.c: Don't include . diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 9b6bac04..ee079aae 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -10,12 +10,12 @@ * Makefile.am: * fsusage-frontend.c: * fsusage.h: Removed files. - - * fsusage.c: (glibtop_get_fsusage_s), (statfs): Merged and cleaned. + + * fsusage.c: (glibtop_get_fsusage_s), (statfs): Merged and cleaned. 2004-06-12 Benoît Dejean - * mountlist.c: (xatoi) Removed, replaced by ISO strtoull. + * mountlist.c: (xatoi) Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned. (read_filesystem_list) : Changed prototype. Cleaned and secured. Replaced broken free by g_free. diff --git a/sysdeps/freebsd/ChangeLog b/sysdeps/freebsd/ChangeLog index 4635b05d..3ca9fcce 100644 --- a/sysdeps/freebsd/ChangeLog +++ b/sysdeps/freebsd/ChangeLog @@ -1,12 +1,12 @@ 2004-06-07 Benoît Dejean * netload.c: (glibtop_get_netload_p): - * procstate.c: (glibtop_get_proc_state_p): + * procstate.c: (glibtop_get_proc_state_p): * prockernel.c: (glibtop_get_proc_kernel_p): s/strncpy/g_strlcpy/. - + * procargs.c: (glibtop_get_proc_args_p): * procmap.c: (glibtop_get_proc_map_p): Cleaned. - + 2004-05-26 Benoît Dejean @@ -126,10 +126,10 @@ Tue Jun 15 16:04:10 1999 Timur Bakeyev - * procuid.c: A fix to a ommitted case, when nor NetBSD, nor + * procuid.c: A fix to a ommitted case, when nor NetBSD, nor LibGTop >= 1.1.0. This should be investigated closely to cover more cases.... - + 1999-05-26 Martin Baulig More NetBSD 1.4 fixes. @@ -140,7 +140,7 @@ Tue Jun 15 16:04:10 1999 Timur Bakeyev 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. @@ -153,7 +153,7 @@ Thu Apr 8 23:47:29 1999 Timur Bakeyev * cpu.c, mem.c, netload.c, procargs.c, procstate.c, proctime.c, sem_limits.c, shm_limits.c, swap.c: Added initial port for BSD/OS (aka BSDI) 2.x and 3.x. 4.x should also(?) work. - + Still, this port require more close look and extended check. 1999-03-19 Martin Baulig @@ -191,7 +191,7 @@ Thu Apr 8 23:47:29 1999 Timur Bakeyev * prockernel.c, proctime.c: Applied patch from the FreeBSD 2.2.8 ports collection. - + * procsignal.c: Applied patch from the NetBSD-current ports collection. @@ -206,7 +206,7 @@ Thu Apr 8 23:47:29 1999 Timur Bakeyev 1998-11-17 Martin Baulig * Make it work with FreeBSD 3.0. - + 1998-11-11 Martin Baulig * *.c: It does not work to get information about the swapper task @@ -240,7 +240,7 @@ Thu Apr 8 23:47:29 1999 Timur Bakeyev * procstate.c (glibtop_get_procstate_s): Use correct values for the `state' field. - + * proclist.c (glibtop_get_proclist_p): Honor the GLIBTOP_EXCLUDE_IDLE and GLIBTOP_EXCLUDE_SYSTEM flags of the `which' parameter. diff --git a/sysdeps/kernel/ChangeLog b/sysdeps/kernel/ChangeLog index d9ff4adc..24a00ffb 100644 --- a/sysdeps/kernel/ChangeLog +++ b/sysdeps/kernel/ChangeLog @@ -11,7 +11,7 @@ * sem_limits.c: * shm_limits.c: * swap.c: Added missing const qualifiers. - + * uptime.c: (glibtop_get_uptime_s): Cleaned up. Added boot_time. 2004-03-09 Bastien Nocera diff --git a/sysdeps/linux/ChangeLog b/sysdeps/linux/ChangeLog index ea3cdebd..d2e807aa 100644 --- a/sysdeps/linux/ChangeLog +++ b/sysdeps/linux/ChangeLog @@ -28,8 +28,8 @@ * glibtop_server.h: * glibtop_server.c: (get_scaled): Cleaned. - (proc_file_to_buffer): Uninlined. - + (proc_file_to_buffer): Uninlined. + * sysinfo.c: (init_sysinfo): Re-implemented. Fixed segfault on SMP. Stores keys in cpuinfo->labels. @@ -38,21 +38,21 @@ * Makefile.am: * glibtop_server.c: Added to repository. - + * glibtop_server.h: (get_scaled): Uninlined and moved it to glibtop_server.c. - (skip_token) : Fixed indentation. - + (skip_token) : Fixed indentation. + * procmap.c: (glibtop_get_proc_map_s): Big cleanup. Better allocation algorithm. - + * procmem.c: * procsegment.c: Added missing initializations. - + * sem_limits.c: * shm_limits.c: (glibtop_get_shm_limits_s): * swap.c: * uptime.c: Added missing const qualifiers. - + * sysinfo.c: (init_sysinfo): Added missing 0 initialization. Saved 1 gboolean :D. @@ -85,7 +85,7 @@ * glibtop_server.h: * open.c: * procuid.c: Moved LINUX_VERSION macro to glibtop_server.h. - + * Changelog: Converted to UTF-8. 2004-05-19 Benoît Dejean @@ -109,7 +109,7 @@ the file (Closes: #126504) 2004-02-02 Sebastien Bacher - + * sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from Benoît Dejean to fix libtop_mem.used and glibtop_mem.shared values (Closes: #129863). @@ -256,7 +256,7 @@ * netload.c (glibtop_get_netload_s): Added implementation for this function. - + The code here is smart enough to use /proc/net/ip_acct if IP accounting is enabled in the kernel and activated on the requested device and /proc/net/dev if not. diff --git a/sysdeps/osf1/ChangeLog b/sysdeps/osf1/ChangeLog index b9714f3b..1518b895 100644 --- a/sysdeps/osf1/ChangeLog +++ b/sysdeps/osf1/ChangeLog @@ -8,7 +8,7 @@ * sem_limits.c: * shm_limits.c: * swap.c: Added missing const qualifiers. - + * uptime.c: (glibtop_get_uptime_s): Cleaned up. Added boot_time. 2003-10-21 Bastien Nocera diff --git a/sysdeps/solaris/ChangeLog b/sysdeps/solaris/ChangeLog index 73fb6eb4..ff05c5fa 100644 --- a/sysdeps/solaris/ChangeLog +++ b/sysdeps/solaris/ChangeLog @@ -184,7 +184,7 @@ 1999-05-04 Drazen Kacar * glibtop_machine.h: Changed boot time to unsigned long long. - + * open.c: Added proper type checking for boot value. There's no point in saving a few nanoseconds in init function. And one day it will become 64-bit value. diff --git a/sysdeps/stub/ChangeLog b/sysdeps/stub/ChangeLog index 4a6ddfc7..3a3a755d 100644 --- a/sysdeps/stub/ChangeLog +++ b/sysdeps/stub/ChangeLog @@ -28,6 +28,6 @@ 1998-08-24 Martin Baulig * *.c: Added initialization functions `glibtop_init__s'. - + * ChangeLog: New file.