dockapps/wmmemload
Doug Torrance a473280ab9 wmmemload: Use sysctl to get memory usage in FreeBSD.
Previously, kvm_read was used to get the memory usage in FreeBSD.  However,
this has been deprecated in favor of sysctl.  This patch implements this
change.

Some work had previously been done in this direction, as could be seen in
the file src/mem_freebsd_sysctl.c.  Since this file is no longer needed, it
has been removed.

Additionally, some formatting has been done on the remaining older code for
a more consistent style.
2014-10-10 10:09:52 +01:00
..
doc Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
src wmmemload: Use sysctl to get memory usage in FreeBSD. 2014-10-10 10:09:52 +01:00
AUTHORS wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
ChangeLog wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
configure.ac wmmemload: Fix FTBFS on the Hurd. 2014-10-07 21:45:40 +01:00
COPYING wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
Makefile.am wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
NEWS wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
README wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
THANKS wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00