Benoît Dejean
54fb1482ba
Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.
...
* glibtop_machine.h (skip_token): Removed.
* glibtop_server.h (skip_multiple_token): Cleaned.
* netload.c: (glibtop_get_netload_s): Replaced unsafe strcpy by g_strlcpy.
* procmap.c: (glibtop_get_proc_map_s): s/strncpy/g_strlcpy/.
* procstate.c: (glibtop_get_proc_state_s): Likewise.
* sysinfo.c: (init_sysinfo): Cleaned.
2004-06-06 22:07:44 +00:00
Carlos Perelló Marín
4c8ae9e25c
Reverted libgtop changes. It's a common module and I should not modify it.
...
2003-10-19 Carlos Perelló Marín <carlos@gnome.org >
* support/*: Reverted libgtop changes. It's a common module
and I should not modify it.
* Added/removed files. Now the move should be done.
2003-10-19 16:55:56 +00:00
Martin Baulig
7a7c6baf55
Moved all sysdeps code to the new libgtop-backends module.
...
2001-04-20 Martin Baulig <baulig@suse.de >
Moved all sysdeps code to the new libgtop-backends module.
* sysdeps/freesd/*: Removed.
* sysdeps/kernel/*: Removed.
* sysdeps/linux/*: Removed.
* sysdeps/osf1/*: Removed.
* sysdeps/solaris/*: Removed.
* sysdeps/stub/*: Removed.
* sysdeps/stub_suid/*: Removed.
* sysdeps/sun4/*: Removed.
2001-04-20 21:06:35 +00:00
Martin Baulig
f1a6e1ead8
The indentation in LibGTop was done with the following command:
...
find . -name \*.[ch] | xargs -i emacs -batch {} \
-l /gnome/compile/libgtop/misc/format.el -f save-buffer
December 26, 1999
Martin
1999-12-26 14:05:32 +00:00
Martin Baulig
6120c5e4a8
Use (1L << feature)' instead of
(1 << feature)' to avoid problems
...
with integer overflows when we add more fields.
1999-05-06 21:35:36 +00:00
Martin Baulig
fe98fde338
Avoid isspace('\0').
1999-03-18 09:25:58 +00:00
Martin Baulig
cf611f9157
Set the copyright of LibGTop to the GNU General Public License.
...
1999-02-22 Martin Baulig <martin@home-of-linux.org >
Set the copyright of LibGTop to the GNU General Public License.
* copyright.txt: Set the year to 1998-99 and pretty-format it a
little bit. Same in all C source and header files.
1999-02-23 11:47:35 +00:00
Martin Baulig
ce4f660965
Include a copy of the GNU Library General Public License here.
...
1999-02-22 Martin Baulig <martin@home-of-linux.org >
* COPYING.LIB: Include a copy of the GNU Library General
Public License here.
* copyright.txt: Set the year to 1998-99 and pretty-format it a
little bit. Same in all C source and header files.
1999-02-22 16:19:36 +00:00
Martin Baulig
48191c7111
Small fix; look for the colon separating key and value.
1998-12-24 21:54:26 +00:00
Martin Baulig
36911a1239
*** empty log message ***
1998-09-12 18:06:23 +00:00
Martin Baulig
2a2677ea66
New file.
...
1998-09-12 Martin Baulig <martin@home-of-linux.org >
* sysinfo.c: New file.
1998-09-12 17:55:23 +00:00