re: CVS commit: src/external/gpl3/binutils/usr.sbin/mdsetimage

2016-09-21 Thread matthew green
> Added Files: > src/external/gpl3/binutils/usr.sbin/mdsetimage: bin_bfd.c > > Log Message: > move from /usr/src/usr.sbin/mdsetimage actually, i'd put it in src/external/gpl3/mdsetimage/usr.sbin/mdsetimage so we only have to have one copy, regardless of binutils or binutils.old.

re: CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-09-21 Thread matthew green
sorry to bug you again, but... ;) > Modified Files: > src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: > sanitizer_platform_limits_posix.h > > Log Message: > Check the NetBSD version ! # ifdef __NetBSD__ hmmm, shouldn't that be SANITZIER_NETBSD or whatever it is?

re: CVS commit: src/usr.sbin/mdsetimage

2016-09-21 Thread matthew green
Christos Zoulas writes: > In article <17305.1474483...@splode.eterna.com.au>, > matthew green wrote: > >> Added Files: > >>src/usr.sbin/mdsetimage: bin.h bin_bfd.c bin_nlist.c > > > >bin_bfd.c is the bfd aka GPL client. that individual source > >belongs in src/external/gpl3. > > > >i underst

Re: CVS commit: src/usr.sbin/mdsetimage

2016-09-21 Thread Christos Zoulas
In article <17305.1474483...@splode.eterna.com.au>, matthew green wrote: >> Added Files: >> src/usr.sbin/mdsetimage: bin.h bin_bfd.c bin_nlist.c > >bin_bfd.c is the bfd aka GPL client. that individual source >belongs in src/external/gpl3. > >i understand that the version we install is bfd f

Re: CVS commit: src/include

2016-09-21 Thread Christos Zoulas
In article <29792.1474483...@splode.eterna.com.au>, matthew green wrote: > >however, there's still a build issue in libsanitizer to fix due >to the changed structure size. I fixed it. christos

re: CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2016-09-21 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Wed Sep 21 19:18:01 UTC 2016 > > Modified Files: > src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: > sanitizer_platform_limits_posix.h > > Log Message: > add new field + #ifdef __NetB

re: CVS commit: src/include

2016-09-21 Thread matthew green
matthew green writes: > "Roy Marples" writes: > > Module Name:src > > Committed By: roy > > Date: Wed Sep 21 13:32:27 UTC 2016 > > > > Modified Files: > > src/include: ifaddrs.h > > > > Log Message: > > Add ifa_addrflags to ifaddrs (forgot to commit this file, than

re: CVS commit: src/usr.sbin/mdsetimage

2016-09-21 Thread matthew green
> Added Files: > src/usr.sbin/mdsetimage: bin.h bin_bfd.c bin_nlist.c bin_bfd.c is the bfd aka GPL client. that individual source belongs in src/external/gpl3. i understand that the version we install is bfd free, but the tools version is not, and thus the viral aspect of this becomes murk

re: CVS commit: src/include

2016-09-21 Thread matthew green
"Roy Marples" writes: > Module Name: src > Committed By: roy > Date: Wed Sep 21 13:32:27 UTC 2016 > > Modified Files: > src/include: ifaddrs.h > > Log Message: > Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!) this change (and all the prior ones that need th

Re: CVS commit: src/sys/arch

2016-09-21 Thread Manuel Bouyer
On Mon, Sep 19, 2016 at 03:01:51PM +0200, Manuel Bouyer wrote: > Hello, > i386/Xen now panics, maybe because of this commit: > http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/i386/201609171110Z_anita.txt this seems to have been fixed later. The tests runs to completion again -- Manuel Bouye

Re: CVS commit: src/lib/libc/net

2016-09-21 Thread Roy Marples
On 21/09/2016 13:10, Ryo ONODERA wrote: > Adding ifa_addrflags definition to src/include/ifaddrs.h is required? It is! I forgot that file from my commit, fixed now. Roy

Re: CVS commit: src/lib/libc/net

2016-09-21 Thread Ryo ONODERA
Hi, Adding ifa_addrflags definition to src/include/ifaddrs.h is required? From: "Roy Marples" , Date: Wed, 21 Sep 2016 10:53:24 + > Module Name: src > Committed By: roy > Date: Wed Sep 21 10:53:24 UTC 2016 > > Modified Files: > src/lib/libc/net: getifaddrs.3 getifaddrs.c > >