Benoît Dejean
804b82eff8
Small cleanup.
...
* loadavg.c: (glibtop_get_loadavg_s):
* msg_limits.c: (glibtop_get_msg_limits_s):
* shm_limits.c: (glibtop_get_shm_limits_s): Small cleanup.
2004-09-23 22:44:53 +00:00
Benoît Dejean
61889bc182
Removed get_pageshift(). Every one can affort a * instead of a >>, no need
...
* glibtop_server.c:
* glibtop_server.h:
* procmem.c: (glibtop_get_proc_mem_s):
* procsegment.c: (glibtop_get_proc_segment_s): Removed get_pageshift().
Every one can affort a * instead of a >>, no need for this kind of
non-reentrant optimization. Saved 144B (obviously perfect cleanup ;)
2004-09-23 08:13:28 +00:00
Benoît Dejean
c29887d4b0
Added openpromfs.
...
* mountlist.c: (ignore_mount_entry): Added openpromfs.
2004-09-22 22:20:31 +00:00
Benoît Dejean
edb1e6a773
CFLAGS: Removed -W, added -Winline.
...
* configure.in: CFLAGS: Removed -W, added -Winline.
2004-09-22 17:39:18 +00:00
Benoît Dejean
5d97c3fa5e
Linux: Sanitize. Removed calls to obfuscated PROPAGATE_ALL_ONES(x) which
...
* fsusage.c: (glibtop_get_fsusage_s): Linux: Sanitize. Removed calls
to obfuscated PROPAGATE_ALL_ONES(x) which seems to return unpredictable
values on some arch (e.g sparc).
Closes #153141 .
2004-09-22 17:38:18 +00:00
Benoît Dejean
e830a8eeb6
Removed #warning, my gcc is not buggy anymore.
...
* glibtop_server.c: Removed #warning, my gcc is not buggy anymore.
2004-09-22 17:33:19 +00:00
Benoît Dejean
a6410588cd
Disable pprint_get_msg_limits() because it can fail.
...
* pprint.c: (main): Disable pprint_get_msg_limits() because it can fail.
2004-09-22 11:25:37 +00:00
Benoît Dejean
339b79b100
Added mntfs to ignore list
...
* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list
2004-09-22 11:16:42 +00:00
Ivan Stojmirov
831f0e7d68
gotovo
2004-09-21 21:37:42 +00:00
Benoît Dejean
4882405885
Updated.
...
* pprint.c: (pprint_get_swap), (main): Updated.
2004-09-21 09:41:34 +00:00
Benoît Dejean
5b15a2d1a5
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-21 08:37:52 +00:00
Benoît Dejean
6954b81396
Updated.
...
* pprint.c: (pprint_get_mountlist), (pprint_get_netload),
(pprint_get_uptime), (main): Updated.
2004-09-21 08:01:45 +00:00
Benoît Dejean
35dd4cf1ca
Updated.
...
* pprint.c: (pprint_get_mountlist): Updated.
2004-09-20 23:44:19 +00:00
Benoît Dejean
0b0b1ab43c
Back to previous version.
...
* fsusage.c: (_glibtop_get_fsusage_read_write),
(glibtop_get_fsusage_s):
* mountlist.c: (glibtop_get_mountlist_s): Back to previous version.
* fsusage.c: (linux_2_6_0), (linux_2_4_0),
(_glibtop_linux_get_fsusage_read_write): Back to previous version.
Now set .flags correctly.
2004-09-20 23:43:24 +00:00
Benoît Dejean
a6311d88c3
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:05:32 +00:00
Benoît Dejean
f561120748
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:03:58 +00:00
Benoît Dejean
b35532dd6f
Updated.
...
* procargs.c: (show_args), (main): Updated.
2004-09-20 22:03:02 +00:00
Benoît Dejean
c7d323749c
Added new example : pretty prints the result of glibtop_*. Work in
...
* .cvsignore:
* Makefile.am:
* pprint.c: (pprint_get_cpu), (pprint_get_fsusage),
(pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist),
(pprint_get_msg_limits), (main): Added new example : pretty prints
the result of glibtop_*. Work in progress.
Now builds procargs.
* ../configure.in: Added to static list.
2004-09-20 20:14:46 +00:00
Alessio Frusciante
3d1997ca94
Updated Italian translation.
2004-09-19 22:03:58 +00:00
Benoît Dejean
b3fd15c190
Updated to match new prototype.
...
* fsusage.c: (linux_2_6_0), (linux_2_4_0),
(_glibtop_linux_get_fsusage_read_write): Updated to match new prototype.
2004-09-19 21:03:21 +00:00
Benoît Dejean
601cfef32f
: Added new flag. (_glibtop_get_fsusage_read_write): Changed prototype.
...
* fsusage.c: (_glibtop_get_fsusage_read_write) : Added new flag.
(_glibtop_get_fsusage_read_write): Changed prototype. Returns TRUE on
success, then _glibtop_get_fsusage_read_write is set.
Added comment to locate Linux code.
* mountlist.c: (read_filesystem_list): Dropped unused need_fs_type parameter.
This is now default.
Fixed possible leak.
(ignore_mount_entry): Added "usbfs" to ignored FS.
(glibtop_get_mountlist_s): Updated.
2004-09-19 21:02:10 +00:00
Benoît Dejean
86fd7f23c4
'screen' is only defined when AUTH_MAGIC_COOKIE is defined. Added missing
...
* gnuserv.c: (setup_table): 'screen' is only defined when AUTH_MAGIC_COOKIE
is defined.
Added missing initializers for popt options.
2004-09-19 12:08:55 +00:00
Benoît Dejean
3668b5bb19
Added missing memset( , 0, ).
...
* mem.c: (glibtop_get_mem_s): Added missing memset( , 0, ).
2004-09-19 12:06:10 +00:00
Gora Mohanty
89f531cdbc
configure.in: Added 'or' to ALL_LINGUAS.
...
po/or.po: Updated Oriya translation.
2004-09-13 20:42:54 +00:00
Benoît Dejean
35488aef90
bumped to 2.8.1.
...
* configure.in: bumped to 2.8.1.
* sysdeps/common/fsusage.c:
* sysdeps/common/gnuslib.c: (glibtop_make_connection),
(connect_to_unix_server), (glibtop_internet_addr):
* sysdeps/linux/glibtop_server.c: (get_pageshift):
* sysdeps/linux/glibtop_server.h:
* sysdeps/linux/open.c: (glibtop_open_s):
* sysdeps/linux/ppp.c: (is_ISDN_on): Cleanups. Thanks to Kjartan Maraas.
Closes #151557 .
2004-09-13 15:21:54 +00:00
Benoît Dejean
dc31c8b8dd
*** empty log message ***
LIBGTOP_2_8_0
2004-09-13 14:49:51 +00:00
Benoît Dejean
a205458dbe
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:35:13 +00:00
Benoît Dejean
9ccd5cc4cb
2.8.0
...
* NEWS:
* configure.in: 2.8.0
2004-09-13 14:33:59 +00:00
Nguyen Thai Ngoc Duy
0fb5f3df88
Updated vi.po
2004-09-13 12:37:36 +00:00
Laszlo Dvornik
c82734255b
Updated Hungarian translation by Gabor Kelemen.
...
2004-09-12 Laszlo Dvornik <dvornik@gnome.hu >
* hu.po: Updated Hungarian translation by Gabor Kelemen.
2004-09-12 11:40:05 +00:00
Dafydd Harries
19ebd69b93
Updated Welsh translation.
2004-09-12 02:51:46 +00:00
Christophe Merlet
c93a83e78a
Updated French translation.
2004-09-10 17:56:52 +00:00
Arafat Medini
c968c56913
Updated Arabic translation
...
2004-09-08 Arafat Medini <lumina@arabeyes.org >
* ar.po: Updated Arabic translation
2004-09-08 12:57:32 +00:00
Amila Akagić
8508785c67
2004-09-07 Akagic Amila <bono@linux.org.ba> * bs.po: Updated Bosnian translation.
2004-09-07 07:54:25 +00:00
Mugurel Tudor
9d142723a6
Updated Romanian translation by Misu Moldovan <dumol@go.ro>
...
2004-09-06 Mugurel Tudor <mugurelu@go.ro >
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@go.ro >
2004-09-06 14:38:10 +00:00
Kostas Papadimas
a0afc5616a
Updated Greek Translation.
2004-09-06 09:49:57 +00:00
Raphael Higino
423d0e353d
Updating pt_BR translation.
2004-09-05 13:16:12 +00:00
Baris Cicek
a4307cb35d
Updated Turkish Translation
2004-09-03 19:34:22 +00:00
N Jayaradha
0bc628484c
yet to proof read
2004-09-03 04:57:07 +00:00
Hendrik Richter
3bdad36198
Updated German translation
...
2004-09-02 Hendrik Richter <hendrik@gnome-de.org >
* de.po: Updated German translation
2004-09-02 18:57:09 +00:00
N Jayaradha
7a4c9fb40f
yet to proof read
2004-09-02 14:47:49 +00:00
Benoît Dejean
8c5093a395
Released 2.7.92.
...
* NEWS: Released 2.7.92.
LIBGTOP_2_7_92
2004-08-30 10:21:39 +00:00
Nikos Charonitakis
5ccd5980c0
Updated Greek translation
2004-08-30 08:28:20 +00:00
Benoît Dejean
60c8aae6d9
Merge a bunch of trivial OpenBSD patchs. To *BSD maintainers : please
...
* mem.c: (glibtop_get_mem_p):
* ppp.c:
* swap.c: (glibtop_init_swap_p), (glibtop_get_swap_p):
* uptime.c: (glibtop_get_uptime_p): Merge a bunch of trivial OpenBSD
patchs. To *BSD maintainers : please report bugs ! don't be selfish, share
your patchs.
2004-08-28 20:55:37 +00:00
Francisco Javier F. Serrador
28a5db91d2
Updated Spanish translation
...
2004-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org >
* es.po: Updated Spanish translation
2004-08-28 14:48:56 +00:00
Benoît Dejean
770e39d2d2
Zeroed all args.
...
* backends/server/command.c: (glibtop_call_i): Zeroed all args.
* configure.in: Bumped soname (thanks to seb128 and Dodji even if i've
fully understand everything.
* include/glibtop/array.h:
* include/glibtop/compat_10.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/interfaces.h:
* include/glibtop/proccwd.h:
* lib/glib-arrays.c:
* sysdeps/names/interfaces.c:
* sysdeps/names/proccwd.c: Got rid of never-used / never-implemented files.
2004-08-28 11:12:02 +00:00
Amila Akagić
8ca47ad9e0
2004-08-28 Akagic Amila <bono@linux.org.ba> * bs.po: Added Bosnian translation.
2004-08-28 10:47:39 +00:00
Amila Akagić
49f1de8217
2004-08-28 Akagic Amila <bono@linux.org.ba> * configure.in: Added bs to ALL_LINGUAS.
2004-08-28 10:46:57 +00:00
Iñaki Larrañaga
63cc547156
Updated Basque translation.
...
2004-08-26 Iñaki Larrañaga <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
2004-08-26 21:25:41 +00:00
Maxim Dziumanenko
fcfd0bd852
Updated Ukrainian translation.
...
2004-08-25 Maxim Dziumanenko <mvd@mylinux.com.ua >
* Updated Ukrainian translation.
2004-08-25 09:15:32 +00:00