summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd/proclist.c
Commit message (Collapse)AuthorAgeFilesLines
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
| | | | | | | | | | 1999-02-22 Martin Baulig <martin@home-of-linux.org> * COPYING.LIB: Include a copy of the GNU Library General Public License here. * copyright.txt: Set the year to 1998-99 and pretty-format it a little bit. Same in all C source and header files.
* Use glibtop_warn_io_r () instead of glibtop_error_io_r ().Martin Baulig1998-10-301-7/+4
| | | | | | | | | 1998-10-31 Martin Baulig <martin@home-of-linux.org> * *.c: Use glibtop_warn_io_r () instead of glibtop_error_io_r (). * proctime.c, prockernel.c, procargs.c: Don't call kvm_uread () if the /proc filesystem is not mounted.
* Use correct values for the `state' field.Martin Baulig1998-10-031-8/+14
| | | | | | | | | | 1998-10-03 Martin Baulig <martin@home-of-linux.org> * procstate.c (glibtop_get_procstate_s): Use correct values for the `state' field. * proclist.c (glibtop_get_proclist_p): Honor the GLIBTOP_EXCLUDE_IDLE and GLIBTOP_EXCLUDE_SYSTEM flags of the `which' parameter.
* Using correct `(1 << GLIBTOP_SYSDPES_*)'. Removed `const' from sysctl ()Martin Baulig1998-08-241-1/+1
| | | | | | | | | | | | | | 1998-08-24 Martin Baulig <martin@home-of-linux.org> * *.c (glibtop_init_p): Using correct `(1 << GLIBTOP_SYSDPES_*)'. * cpu.c, mem.c: Removed `const' from sysctl () constants to keep compiler happy. * procmem.c: Added missing call to `glibtop_init_p'. * prockernel.c: Casting `nwchan' to `unsigned long' since this normally has the same size than a pointer. Well, is there a FreeBSD for 64bit architectures ?
* *** empty log message ***Martin Baulig1998-08-141-0/+2
|
* Some more work here.Martin Baulig1998-08-101-0/+9
|
* Renamed `wchan' field to `nwchan'; added `wchan' which is of type `charMartin Baulig1998-08-091-3/+2
| | | | | | | 1998-08-09 Martin Baulig <martin@home-of-linux.org> * include/glibtop/prockernel.h (glibtop_proc_kernel): Renamed `wchan' field to `nwchan'; added `wchan' which is of type `char [40]'.
* Changed format of this file to support multiple arguments to be passed toMartin Baulig1998-08-091-1/+2
| | | | | | | | | | 1998-08-09 Martin Baulig <martin@home-of-linux.org> * features.def: Changed format of this file to support multiple arguments to be passed to a function. * include/glibtop/proclist.h: `glibtop_get_proclist' now takes two more arguments `method' and `param'.
* Merged code from Josh Sled.Martin Baulig1998-08-071-3/+44
|
* Merged some stuff from `stub_suid'.Martin Baulig1998-08-071-51/+16
|
* Importing FreeBSD port of libgtop from Josh Sled.freebsd_0_1Martin Baulig1998-08-061-5/+47
|
* Using `GLIBTOP_GUILE' instead of `HAVE_GUILE' so one should be able to useMartin Baulig1998-08-061-0/+39
1998-08-06 Martin Baulig <martin@home-of-linux.org> * include/glibtop/*.h: Using `GLIBTOP_GUILE' instead of `HAVE_GUILE' so one should be able to use libgtop without guile in an application even if guile is installed. * sysdeps/common/mountlist.c: Fixed some `xstrdup' problems. * lib/open.c: Now correctly reading server features for `GLIBTOP_METHOD_PIPE'. * sysdeps/freebsd: New directory.