1999-03-19 Martin Baulig Added basic support for BSDI. It compiles without problems on BSDI 2.1 and 3.1, but it is *untested* - I'm neither root on the machine nor have I access to /dev/kmem, so I don't know whether it will work. You need to give configure the `--enable-hacker-mode' parameter to use the code. If someone can verify whether it actually works, please let me know. 1999-03-18 Martin Baulig * ppp.c: Don't use `sppp.pp_phase' if we don't HAVE_I4B_ACCT. This is an ugly hack until someone tells me which versions have this field and which not. 1999-02-25 Martin Baulig * prockernel.c, proctime.c: Applied patch Stanislav Grozev for OpenBSD: only include for FreeBSD. 1999-02-24 Martin Baulig * swap.c: Applied another patch from Jeremy Lea to make it work with FreeBSD-current. 1999-02-21 Martin Baulig * procmap.c, procmem.c: Applied patch from Jeremy Lea. * prockernel.c, proctime.c: Applied patch from the FreeBSD 2.2.8 ports collection. * procsignal.c: Applied patch from the NetBSD-current ports collection. 1998-12-06 Martin Baulig * Make it work with OpenBSD 2.4. 1998-12-05 Martin Baulig * Make it work with NetBSD 1.3.2. 1998-11-17 Martin Baulig * Make it work with FreeBSD 3.0. 1998-11-11 Martin Baulig * *.c: It does not work to get information about the swapper task on FreeBSD 2.2.6, so we simple return if pid == 0. 1998-10-31 Martin Baulig * *.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. 1998-10-26 Martin Baulig * netload.c: New file to get network load. 1998-10-26 Martin Baulig * procargs.c: New file to get command line arguments. 1998-10-25 Martin Baulig * ppp.c: New file to get PPP/ISDN statistics. Currently this only get ISDN statistics if you have the I4B package. To get the number of bytes transferred in/out you need to read the file `misc/i4b_acct.txt' in the LibGTop source directory to see how to enable this. 1998-10-03 Martin Baulig * 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. 1998-08-24 Martin Baulig * *.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 ? 1998-08-08 Martin Baulig * swap.c: Added swap usage based upton the source code of `pinfo'. 1998-08-07 Martin Baulig * *: Imported FreeBSD port of libgtop from Josh Sled. * ChangeLog: New file.