File: ChangeLog

package info (click to toggle)
libgtop2 2.6.0-4sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,496 kB
  • ctags: 2,354
  • sloc: ansic: 17,033; sh: 12,652; makefile: 345; perl: 266; asm: 31
file content (55 lines) | stat: -rw-r--r-- 1,563 bytes parent folder | download
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
2004-03-09  Bastien Nocera  <hadess@hadess.net>

	* proclist.c: (glibtop_get_proclist_s): fix g_malloc usage on non-Linux
        platforms (patch by Benoit 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>

	* glibtop_private.h: s/u_int64_t/guint64/

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

	* glibtop_private.h:
	* glibtop_server.h:
	* kernel.h:
	* procargs.c:
	* proclist.c:
	* procmap.c: fixed compilation

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

	* proclist.c: (glibtop_get_proclist_s): 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.

1998-10-26  Martin Baulig  <martin@home-of-linux.org>

	* netload.c: New file. Currently empty.

1998-10-26  Martin Baulig  <martin@home-of-linux.org>

	* procargs.c: New file. Currently empty.

1998-10-25  Martin Baulig  <martin@home-of-linux.org>

	* ppp.c: New file. Currently empty.

1998-06-14  Martin Baulig  <martin@home-of-linux.org>

	* kernel.s: New file - declaration of the table () function
	via _syscall3 (); due to a bug in egcs, we cannot put this
	into a C file.

1998-06-13  Martin Baulig  <martin@home-of-linux.org>

	The code in this directory fetches all information
	directly from the kernel. It uses the new table ()
	system call from the `kernel' directory.