File: ChangeLog

package info (click to toggle)
libgtop2 2.41.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,176 kB
  • sloc: ansic: 25,849; sh: 7,327; makefile: 408; perl: 268; xml: 179; sed: 16
file content (105 lines) | stat: -rw-r--r-- 3,264 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2004-12-23  Benoît Dejean  <tazforever@dlfp.org>

	* netlist.c:
	* Makefile.am: Added dummy glibtop_get_netlist.

2004-10-22  Benoît Dejean  <tazforever@dlfp.org>

	* 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.

2004-10-04  Benoît Dejean  <tazforever@dlfp.org>

	* procstate.c: (glibtop_get_proc_state_s): Fixed .state to follow 
	LibGTop2 specification.

2004-10-04  Benoît Dejean  <tazforever@dlfp.org>

	* procmap.c: (glibtop_get_proc_map_s): Fixed glibtop_init_s call.

2004-10-04  Benoît Dejean  <tazforever@dlfp.org>

	* 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.

2004-06-13  Benoît Dejean  <tazforever@dlfp.org>

	* sysinfo.c: Added missing const qualifier.

2004-06-06  Benoît Dejean  <tazforever@dlfp.org>

	* 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.

2004-05-25  Benoît Dejean  <tazforever@dlfp.org>

	* uptime.c: (glibtop_get_uptime_p): Added boot_time.

2004-03-09  Bastien Nocera  <hadess@hadess.net>

	* procargs.c: (glibtop_get_proc_args_s): fix g_malloc usage on non-Linux
        platforms (patch by Benoît Dejean <bnet@ifrance.com>)

2003-10-21  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: install only one library, libgtop-2.0
	Fix build-time warnings due to the redefinition of guint64

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* procsignal.c: (glibtop_get_proc_signal_s): s/u_int64_t/guint64/

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* glibtop_machine.h:
	* glibtop_server.h:
	* glibtop_suid.h:
	* procargs.c:
	* proclist.c:
	* procmap.c:
	* utils.c:
	* utils.h: fixed compilation

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* procargs.c: (glibtop_get_proc_args_s):
	* proclist.c: (glibtop_get_proclist_s):
	replace all the xmalloc crap by glib memory management functions

2003-10-20  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: added

2002-09-24  Laurent Vivier <Laurent.Vivier@bull.net>

	* Create sysdeps/aix (from stub)