svn commit: r326004 - head/sys/dev/dpaa

2017-11-19 Thread Justin Hibbits
Author: jhibbits Date: Mon Nov 20 04:32:01 2017 New Revision: 326004 URL: https://svnweb.freebsd.org/changeset/base/326004 Log: Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4) XX_VirtToPhys(), by way of pmap_kextract(), is an expensive operation. Profiling via dtr

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Mark Millard
[Continuing the gcc 4.2.1 side issue a bit.] On 2017-Nov-19, at 5:40 PM, Pedro Giffuni wrote: >> On Nov 19, 2017, at 19:11, Mark Millard wrote: >> >> [As long as things do not go the direction of >> eliminating gcc 4.2.1 being able to do buildworld >> and buildkernel for certain architectures,

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Pedro Giffuni
> On Nov 19, 2017, at 19:11, Mark Millard wrote: > > [As long as things do not go the direction of > eliminating gcc 4.2.1 being able to do buildworld > and buildkernel for certain architectures, I > agree that this would stay an off-topic subject.] > > On 2017-Nov-19, at 3:43 PM, Pedro Giffuni

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Mark Millard
[As long as things do not go the direction of eliminating gcc 4.2.1 being able to do buildworld and buildkernel for certain architectures, I agree that this would stay an off-topic subject.] On 2017-Nov-19, at 3:43 PM, Pedro Giffuni wrote: > > On 19/11/2017 17:38, Mark Millard wrote: >> Ped

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Pedro Giffuni
On 19/11/2017 17:38, Mark Millard wrote: Pedro Giffuni pfg at FreeBSD.org wrote on Sun Nov 19 15:29:33 UTC 2017 : Yes, we should avoid breaking existing stuff (however old) in ports but no one is expecting to build modern FreeBSD with gcc 3.4 or even gcc 4.1. We did what we could with gcc

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Mark Millard
Pedro Giffuni pfg at FreeBSD.org wrote on Sun Nov 19 15:29:33 UTC 2017 : > Yes, we should > avoid breaking existing stuff (however old) in ports but no one is > expecting to build modern FreeBSD with gcc 3.4 or even gcc 4.1. We did > what we could with gcc 4.2.1 but it's time is also over. Unf

svn commit: r326001 - head/etc

2017-11-19 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 19 20:18:21 2017 New Revision: 326001 URL: https://svnweb.freebsd.org/changeset/base/326001 Log: Reduce code duplication for wlan(4) interface creation in network.subr. Since wlandebug(8) can accept any (original or changed) interface name this part may be simpl

svn commit: r326000 - head/usr.sbin/wlandebug

2017-11-19 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 19 20:13:11 2017 New Revision: 326000 URL: https://svnweb.freebsd.org/changeset/base/326000 Log: wlandebug(8): allow fallback to old behavior + improve name checks. - Treat passed interface name as original if ifconfig_get_orig_name() fails. - Reject interface n

Re: svn commit: r325965 - head/libexec/rtld-elf

2017-11-19 Thread Edward Tomasz Napierała
On 1119T1040, Pedro Giffuni wrote: > > > On 11/19/17 07:12, Edward Tomasz Napierala wrote: > > On 1118T1610, Konstantin Belousov wrote: > >> On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote: > >>> Author: trasz > >>> Date: Sat Nov 18 13:21:22 2017 > >>> New Revision: 325965

Re: svn commit: r325965 - head/libexec/rtld-elf

2017-11-19 Thread Pedro Giffuni
On 11/19/17 07:12, Edward Tomasz Napierala wrote: On 1118T1610, Konstantin Belousov wrote: On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote: Author: trasz Date: Sat Nov 18 13:21:22 2017 New Revision: 325965 URL: https://svnweb.freebsd.org/changeset/base/325965 Log:

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Pedro Giffuni
On 11/19/17 05:05, Bruce Evans wrote: On Sat, 18 Nov 2017, Warner Losh wrote: On Sat, Nov 18, 2017 at 3:42 AM, Bruce Evans wrote: since it flags all c99 and newer usages as syntax errors. We've been This shouldn't break use of lint on K&R or C90 sources. But types.h is broken.  It no

Re: svn commit: r325965 - head/libexec/rtld-elf

2017-11-19 Thread Edward Tomasz Napierala
On 1118T1610, Konstantin Belousov wrote: > On Sat, Nov 18, 2017 at 01:21:22PM +, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Sat Nov 18 13:21:22 2017 > > New Revision: 325965 > > URL: https://svnweb.freebsd.org/changeset/base/325965 > > > > Log: > > Increase rtld initial memor

svn commit: r325997 - in head/stand: fdt/dts libstand32 userboot/ficl userboot/libstand userboot/zfs

2017-11-19 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Nov 19 11:33:46 2017 New Revision: 325997 URL: https://svnweb.freebsd.org/changeset/base/325997 Log: Remove empty directories. Deleted: head/stand/fdt/dts/ head/stand/libstand32/ head/stand/userboot/ficl/ head/stand/userboot/libstand/ head/stand/userboot/zfs/ __

svn commit: r325995 - head/sys/net

2017-11-19 Thread Konstantin Belousov
Author: kib Date: Sun Nov 19 11:21:16 2017 New Revision: 325995 URL: https://svnweb.freebsd.org/changeset/base/325995 Log: Fix build. Sponsored by: The FreeBSD Foundation Modified: head/sys/net/if_fddisubr.c Modified: head/sys/net/if_fddisubr.c ==

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Bruce Evans
On Sat, 18 Nov 2017, Warner Losh wrote: On Sat, Nov 18, 2017 at 3:42 AM, Bruce Evans wrote: since it flags all c99 and newer usages as syntax errors. We've been This shouldn't break use of lint on K&R or C90 sources. But types.h is broken. It no longer supports K&R, C90, or most other

Re: svn commit: r325954 - in head: . share/mk sys/conf usr.sbin/config

2017-11-19 Thread Bruce Evans
On Sat, 18 Nov 2017, Pedro Giffuni wrote: On 11/18/17 09:15, Stefan Esser wrote: OTOH, we should probably consider other tools, like sparse: https://sparse.wiki.kernel.org/index.php/Main_Page The license is fine and it plays nice with the compiler. It builds on -CURRENT, but the Makefile n

Re: svn commit: r325988 - head/sys/libkern

2017-11-19 Thread Bruce Evans
On Sun, 19 Nov 2017, Ed Maste wrote: Log: ANSIfy sys/libkern PR:223641 Submitted by: o...@j.email.ne.jp MFC after: 1 week This churns libkern further away from its "vendor" version which is mostly in libc. I'm still waiting for you to back out previous churning of kern/m