blob: b9714f3b15fd153707369eb9a5d0bcc44e004a9c (
plain)
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
|
2004-06-06 Benoît Dejean <tazforever@dlfp.org>
* procdata.c: (glibtop_get_procdata_r): Removed duplicated memset.
* procstate.c: (glibtop_get_proc_state_p): Replaced strncpy by g_strlcpy.
2004-05-25 Benoît Dejean <tazforever@dlfp.org>
* 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 <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>
* glibtop_server.h:
* glibtop_suid.h:
* procargs.c:
* proclist.c:
* procmap.c: fixed compilation
2003-10-20 Bastien Nocera <hadess@hadess.net>
* proclist.c: (glibtop_get_proclist_p):
replace all the xmalloc crap by glib memory management functions
2001-10-17 Abel Cheung <maddog@linux.org.hk>
* Makefile.am: move header to $(includedir)/libgtop-1.0/glibtop.
1999-05-11 Martin Baulig <martin@home-of-linux.org>
* procstate.c: Fixed implementation of the `state' field; added
`ruid' and `rgid' fields.
1999-02-19 Martin Baulig <martin@home-of-linux.org>
* procmap.c, procargs.c, netload.c: Copied from stub_suid.
* proclist.c, procsegment.c: Make them compile again.
1998-10-25 Martin Baulig <martin@home-of-linux.org>
* ChangeLog: New file.
* ppp.c: New file.
|