From 0771ef306eedd46aaa17005044e46ea0c9ac01a4 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 21 Apr 2011 18:48:42 +0000 Subject: Enable unix_procs for FreeBSD. It was disabled in 2006 to work around a bug in FreeBSD 6.1, which is long EOL. If we can't figure out the CPU in configure.py, if running verbosely dump the entire list of CPUs we know about. Some doc cleanups. Rename the 'beos' target to 'haiku', since testing shows that botan can't compile under the old BeOS GCC 2.95 anyway. Remove the call to idle_time in the stats entropy source - it causes a crash on Haiku R1-alpha2 somewhere inside a system DLL. I didn't bother debugging it beyond looking at the backtrace. Add a 'bepc' alias for i386 as that is what Haiku reports its processor as. Fix the install dirs to match Haiku R1, though apparently they will change in R2 anyway when they add package management. Enable use of gmtime_r on Haiku. --- src/entropy/unix_procs/info.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/entropy/unix_procs') diff --git a/src/entropy/unix_procs/info.txt b/src/entropy/unix_procs/info.txt index 2100584e4..d2a15f13d 100644 --- a/src/entropy/unix_procs/info.txt +++ b/src/entropy/unix_procs/info.txt @@ -13,10 +13,10 @@ unix_cmd.h aix -beos cygwin darwin -#freebsd +freebsd +haiku hpux irix linux -- cgit v1.2.3