typedef struct _glibtop_proc_args glibtop_proc_args;
struct _glibtop_proc_args
{
u_int64_t flags,
size; /* GLIBTOP_PROC_ARGS_SIZE */
};
Returns a string containing all command line arguments of the process,
the `unsigned' parameter is the maximum length of this string; if it
is zero then no limit will be set.
extern const char *glibtop_get_proc_args_l __P((glibtop *, glibtop_proc_args *, pid_t, unsigned));
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
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.
|