head 1.2; access; symbols pkgsrc-2013Q4:1.1.0.58 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.56 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.54 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.52 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.50 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.48 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.46 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.44 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.42 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.40 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.38 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.36 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.34 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.32 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.30 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.28 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.26 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.24 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.22 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.20 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.18 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.16 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.14 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.12 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.10 pkgsrc-2008Q1:1.1.0.8 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.6 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.4 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.2 pkgsrc-2007Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2014.02.01.10.53.49; author wiz; state dead; branches; next 1.1; commitid io70rTWWoKCy2onx; 1.1 date 2007.05.15.13.19.14; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.50: 0.45 Mon Sep 8 09:13:14 MDT 2008 -Patch from Milosz Tanski to make module thread-safe on linux (rt.cpan.org ID 38709). Patch from Scott Davis for new constructor flag enable_ttys, which when set to 0 disables traversing the device tree. 0.46 Fri, Oct 19 2012 -Initial release by new maintainer jswartz, identical to 0.45 except for meta files and README 0.47 16 Feb. 2013 -Initial releas by new maintainer jwb. Incorporated meta file updates from Jonathan Swartz . Closed a bunch of bugs: Patch from Christian Boitel (fixes #51470); added suggestion from Opera Wang (fixes #51470 even more); patches from Michael Schilli (MSCHILLI) (fix #41397, #46861 and #58236), work on perl w/o threads; pulled commits from Slaven Rezić , use kvm implementation for FreeBSD >= 6.0 (closes #68405 and #16978); fixed bug #69397, fh not closed; fixed RT #72862, unsafe use of /tmp; added tests; 0.48 -Pulled commits from Chris Williams , fixes build errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file), applied patch to fix #67224 (cygwin PID_ORPHANED) by . Pulled FreeBSD patches from Slaven Rezić ; Pulled from David Zaebst ): Fixes to stay accurate on machines with many cpus (#82175), to include system time into calculations (#80391) and others (#81312, #82175 and #80391) and to fix unknown process states for debian kernels #71976. Tried to get it compiling under MidnightBSD. 0.49 -Fixed #61946 (odd process names), solution by Bernd Kallies. Fixed #48445, patch from Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch from yyang. Got it (hopefully) running under kfreebsd. @ text @$NetBSD: patch-aa,v 1.1 2007/05/15 13:19:14 obache Exp $ --- os/NetBSD.h.orig 2003-05-19 16:35:17.000000000 +0000 +++ os/NetBSD.h @@@@ -1,6 +1,11 @@@@ #include #include +#if defined(__NetBSD__) && __NetBSD_Version__ > 299000900 +#include +#define statfs statvfs +#else #include +#endif #include #include #include @ 1.1 log @Fix build problem on NetBSD>=3. @ text @d1 1 a1 1 $NetBSD$ @