summaryrefslogtreecommitdiff
path: root/sysdeps/aix/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Added dummy glibtop_get_netlist.Benoît Dejean2004-12-231-0/+5
| | | | | * netlist.c: * Makefile.am: Added dummy glibtop_get_netlist.
* No longer abort() is no such pid. buf.flags == 0ULL means that there noBenoît Dejean2004-10-221-0/+13
| | | | | | | | | | | | | * procargs.c: (glibtop_get_proc_args_s): * prockernel.c: (glibtop_get_proc_kernel_s): * procmem.c: (glibtop_get_proc_mem_s): * procsegment.c: (glibtop_get_proc_segment_s): * procsignal.c: (glibtop_get_proc_signal_s): * procstate.c: (glibtop_get_proc_state_s): * proctime.c: (glibtop_get_proc_time_s): * procuid.c: (glibtop_get_proc_uid_s): No longer abort() is no such pid. buf.flags == 0ULL means that there no data could be retrieve at all. Closes #154876. Thanks to Christophe Belle.
* Fixed .state to follow LibGTop2 specification.Benoît Dejean2004-10-041-0/+5
| | | | | * procstate.c: (glibtop_get_proc_state_s): Fixed .state to follow LibGTop2 specification.
* Fixed glibtop_init_s call.Benoît Dejean2004-10-041-0/+4
| | | | * procmap.c: (glibtop_get_proc_map_s): Fixed glibtop_init_s call.
* AIX support updated by Laurent Vivier <Laurent.Vivier@BULL.NET>.Benoît Dejean2004-10-041-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * cpu.c: (glibtop_init_cpu_p), (glibtop_get_cpu_p): * glibtop_machine.h: * glibtop_server.h: * mem.c: (glibtop_get_mem_s): * netload.c: (glibtop_get_netload_p): * procargs.c: (glibtop_get_proc_args_s): * prockernel.c: (glibtop_get_proc_kernel_s): * proclist.c: (glibtop_get_proclist_s): * procmem.c: (glibtop_get_proc_mem_s): * procsegment.c: (glibtop_get_proc_segment_s): * procsignal.c: (glibtop_get_proc_signal_s): * procstate.c: (glibtop_get_proc_state_s): * proctime.c: (glibtop_get_proc_time_s): * procuid.c: (glibtop_get_proc_uid_s): * swap.c: (glibtop_get_swap_s): * sysinfo.c: (add_info), (init_sysinfo): * uptime.c: (glibtop_init_uptime_s), (glibtop_get_uptime_s): AIX support updated by Laurent Vivier <Laurent.Vivier@BULL.NET>. Fixed cpu/uptime/sysinfo. Added missing calls to glibtop_init_s.
* *** empty log message ***Benoît Dejean2004-06-201-1/+1
|
* Added missing const qualifier.Benoît Dejean2004-06-121-0/+4
| | | | * sysinfo.c: Added missing const qualifier.
* Removed never executed if statements. Used g_strlcpy instead of strncpy.Benoît Dejean2004-06-061-0/+6
| | | | | | * procargs.c: (glibtop_get_proc_args_s): Removed never executed if statements. * procstate.c: (glibtop_get_proc_state_s): Used g_strlcpy instead of strncpy.
* Added boot_time.Benoît Dejean2004-05-251-0/+4
| | | | * uptime.c: (glibtop_get_uptime_p): Added boot_time.
* fix g_malloc usage on non-Linux platforms (patch by Benoit DejeanBastien Nocera2004-03-091-0/+5
| | | | | | | 2004-03-09 Bastien Nocera <hadess@hadess.net> * fix g_malloc usage on non-Linux platforms (patch by Benoit Dejean <bnet@ifrance.com>)
* install only one library, libgtop-2.0 Fix build-time warnings due to theBastien Nocera2003-10-211-0/+5
| | | | | | | | | | | 2003-10-21 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * src/inodedb/.cvsignore: * sysdeps/names/Makefile.am: install only one library, libgtop-2.0 Fix build-time warnings due to the redefinition of guint64
* - s/u_int64_t/guint64/Bastien Nocera2003-10-201-0/+4
|
* - fixed compilationBastien Nocera2003-10-201-0/+11
|
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-0/+6
|
* updated removed all traces of guile stuff removedBastien Nocera2003-10-201-0/+4
| | | | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * .cvsignore: updated * configure.in: removed all traces of guile stuff * sysdeps/guile/.cvsignore: removed
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+3
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.