Updating src tree:
P src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile
P src/distrib/sets/lists/comp/mi
P src/etc/powerd/scripts/sensor_battery
cvs update: cannot open directory
/cvsroot/src/external/bsd/bind/dist/libtool.m4: No such file or directory
cvs update: skipping directory src/ext
On Tue, Mar 11, 2014 at 08:51:06PM +, Alexander Nasonov wrote:
> David Laight wrote:
> > I've committed code to the amd64 and i386 kernels that enables
> > AVX for userspace.
> > In particular the high ymm registers should be saved on context switches.
> >
> > Any additional testing would be w
.h:643:
In file included from ./gmp.h:26:
/archive/build/amd64.clang.20140312/usr/include/c++/cstdio:114:8: error:
visibility does not match previous declaration
inline _LIBCPP_INLINE_VISIBILITY int getc(FILE* __stream) {return
__libcpp_getc(__stream);}
^
/archive/build/amd64.clang.2014031
For those trying gcc 4.8 with port-i386, or working to prepare it for
the switch, non-DIAGNOSTIC kernels such as NET4501 incur "set-but-not-used"
warning/failure. The following change (as gleaned from amd64/trap.c)
allows the build to proceed:
+Index: sys/arch/i386/i386/trap.c
+=
On Wed, Mar 12, 2014 at 07:21:36AM -0500, John D. Baker wrote:
> amd64/i386 kernels that omit "genfb" (NGENFB == 0) fail to build:
Fixe, thanks!
Martin
amd64/i386 kernels that omit "genfb" (NGENFB == 0) fail to build:
[...]
--- consinit.o ---
/x/current/src/sys/arch/x86/x86/consinit.c: In function 'consinit':
/x/current/src/sys/arch/x86/x86/consinit.c:150:35: error: variable 'fbinfo' set
but not used [-Werror=unused-but-set-variable]
const st