Attached are several patches for wmmemload, updating it for FreeBSD and newer
Linux kernels, as well as fixing some compiler warnings and general tidying up.

Carlos, could you tag the final patch wmmemload-0.1.7?

Thanks!

Doug Torrance (11):
  wmmemload: Use sysctl to get memory usage in FreeBSD.
  wmmemload: Recognize GNU/kFreeBSD as a possible OS during configure.
  wmmemload: Remove unused variable.
  wmmemload: Be consistent in signedness of percentages.
  wmmemload: Add suggested parentheses.
  wmmemload: Consistent formatting.
  wmmemload: Read memory correctly with Linux kernel version >= 3.14.
  wmmemload: Update ChangeLog.
  wmmemload: Update COPYING from
    http://www.gnu.org/licenses/gpl-2.0.txt.
  wmmemload: Add README.
  wmmemload: Release version 0.1.7.

 wmmemload/COPYING                  |  41 ++-
 wmmemload/ChangeLog                |  19 ++
 wmmemload/README                   |  30 ++
 wmmemload/configure.ac             |   4 +-
 wmmemload/src/Makefile.am          |   1 -
 wmmemload/src/dockapp.c            | 507 +++++++++++++++++----------------
 wmmemload/src/dockapp.h            |   6 +-
 wmmemload/src/main.c               | 555 ++++++++++++++++++-------------------
 wmmemload/src/mem.h                |   6 +-
 wmmemload/src/mem_freebsd.c        | 196 +++++++------
 wmmemload/src/mem_freebsd_sysctl.c |  63 -----
 wmmemload/src/mem_gnu.c            | 170 ++++++------
 wmmemload/src/mem_linux.c          | 243 ++++++++--------
 wmmemload/src/mem_openbsd.c        |  79 +++---
 wmmemload/src/mem_solaris.c        |  42 +--
 15 files changed, 983 insertions(+), 979 deletions(-)
 delete mode 100644 wmmemload/src/mem_freebsd_sysctl.c

-- 
1.9.1


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to