daily CVS update output

2015-05-21 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/xdebug/md.amd64 P src/distrib/sets/lists/xdebug/md.i386 P src/distrib/utils/embedded/conf/armv7.conf P src/etc/etc.evbarm/Makefile.inc P src/sys/arch/evbarm/rpi/rpi_machdep.c P src/sys/arch/evbmips/conf/ERLITE P src/sys/ddb/db_command.c P src/sys/dev/fil

Re: libcrypto: Illegal instruction ``pshufb'' on non-sse3 CPU

2015-05-21 Thread Timo Buhrmester
> Please try the attached patch. That fixed it for me, thanks! > > > why. What is the value OPENSSL_ia32cap_P? > > That's 0x78b > and the high part, e.g. OPENSSL_ia32cap_P[1]? For the record, that was 0x802009 Cheers!

Re: libcrypto: Illegal instruction ``pshufb'' on non-sse3 CPU

2015-05-21 Thread Joerg Sonnenberger
On Thu, May 21, 2015 at 07:35:52PM +0200, Martin Husemann wrote: > On Wed, May 20, 2015 at 11:04:43PM +0200, Joerg Sonnenberger wrote: > > On Tue, May 19, 2015 at 03:45:10AM +0200, Timo Buhrmester wrote: > > > As of late, when building (and installing) -head I end up with a > > > libcrypto causing

Re: libcrypto: Illegal instruction ``pshufb'' on non-sse3 CPU

2015-05-21 Thread Martin Husemann
On Wed, May 20, 2015 at 11:04:43PM +0200, Joerg Sonnenberger wrote: > On Tue, May 19, 2015 at 03:45:10AM +0200, Timo Buhrmester wrote: > > As of late, when building (and installing) -head I end up with a > > libcrypto causing SIGILL, apparently due to using the ``pshufb'' > > instruction (which I b