svn commit: r301433 - head/sys/dev/bwn

2016-06-05 Thread Adrian Chadd
Author: adrian Date: Sun Jun 5 07:51:36 2016 New Revision: 301433 URL: https://svnweb.freebsd.org/changeset/base/301433 Log: [bwn] complain usefully if a PHY-N PHY is detected with no support is compiled in. Log something other than "error 6" if the attach fails because the GPL PHY-N co

svn commit: r301434 - head/sys/dev/bwn

2016-06-05 Thread Adrian Chadd
Author: adrian Date: Sun Jun 5 07:55:21 2016 New Revision: 301434 URL: https://svnweb.freebsd.org/changeset/base/301434 Log: [bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far. After perusing the PHY-LP code (don't ask why; honest) I discovered that it /has/ 5GHz

svn commit: r301435 - head/sys/dev/bwn

2016-06-05 Thread Adrian Chadd
Author: adrian Date: Sun Jun 5 07:56:28 2016 New Revision: 301435 URL: https://svnweb.freebsd.org/changeset/base/301435 Log: [bwn] Add missing firmware release calls. This trips me up whenever I'm fooling around with partially supported NICs that fail to fully attach or initialise - the

Re: svn commit: r301434 - head/sys/dev/bwn

2016-06-05 Thread Adrian Chadd
note: this works on RX only; TX seems to fail right now and I'm not yet sure why. I'll dig into it. Thanks, -adrian On 5 June 2016 at 00:55, Adrian Chadd wrote: > Author: adrian > Date: Sun Jun 5 07:55:21 2016 > New Revision: 301434 > URL: https://svnweb.freebsd.org/changeset/base/301434 > >

Re: svn commit: r301414 - head/sys/dev/filemon

2016-06-05 Thread Konstantin Belousov
On Sat, Jun 04, 2016 at 11:34:51PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Sat Jun 4 23:34:51 2016 > New Revision: 301414 > URL: https://svnweb.freebsd.org/changeset/base/301414 > > Log: > Fix build after r301404. > > X-MFC-With: r301404 > MFC after: 1 week > > Modified:

svn commit: r301437 - in head: sys/cam/ctl sys/dev/iscsi usr.bin/iscsictl usr.sbin/ctladm usr.sbin/ctld

2016-06-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 5 08:48:37 2016 New Revision: 301437 URL: https://svnweb.freebsd.org/changeset/base/301437 Log: Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v" and "ctladm islist -v" outputs. MFC after:1 month Modified: head/sys/cam/ctl/ctl_front

svn commit: r301438 - head/usr.sbin/ctladm

2016-06-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Jun 5 08:51:56 2016 New Revision: 301438 URL: https://svnweb.freebsd.org/changeset/base/301438 Log: Remove duplicated semicolons. MFC after:1 month Modified: head/usr.sbin/ctladm/ctladm.c Modified: head/usr.sbin/ctladm/ctladm.c ==

svn commit: r301439 - head/contrib/libucl/src

2016-06-05 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 5 09:38:48 2016 New Revision: 301439 URL: https://svnweb.freebsd.org/changeset/base/301439 Log: Ensure old gcc does not accidently get the attributes it does not know about Modified: head/contrib/libucl/src/mum.h Modified: head/contrib/libucl/src/mum.h ===

svn commit: r301440 - head/sys/netpfil/ipfw

2016-06-05 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jun 5 10:33:53 2016 New Revision: 301440 URL: https://svnweb.freebsd.org/changeset/base/301440 Log: Fix 4-byte overflow in ipv6_writemask. This bug could cause some IPv6 table prefix delete requests to fail. Obtained from:Yandex LLC Modified: head

svn commit: r301442 - head/contrib/libucl/src

2016-06-05 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 5 11:56:03 2016 New Revision: 301442 URL: https://svnweb.freebsd.org/changeset/base/301442 Log: Fix build with external gcc Completly disable some extra optimisation for very recent gcc. They would require some updated in the runtime which we do not have yet M

Re: svn commit: r301414 - head/sys/dev/filemon

2016-06-05 Thread Simon J. Gerraty
Konstantin Belousov wrote: > > Modified: head/sys/dev/filemon/filemon_wrapper.c > > > === > > > > +#if defined(COMPAT_IA32) || defined(COMPAT_FREEBSD32) || > > defined(COMPAT_ARCH32) > What are those COMPAT_IA32 and COMPAT_

svn commit: r301448 - head/lib/libc/stdlib

2016-06-05 Thread Andrey A. Chernov
Author: ache Date: Sun Jun 5 15:46:14 2016 New Revision: 301448 URL: https://svnweb.freebsd.org/changeset/base/301448 Log: Reflect error indication according to POSIX and what those functions currently do. Modified: head/lib/libc/stdlib/random.3 Modified: head/lib/libc/stdlib/random.3 ===

svn commit: r301451 - in head/sys: kern sys

2016-06-05 Thread Svatopluk Kraus
Author: skra Date: Sun Jun 5 16:07:57 2016 New Revision: 301451 URL: https://svnweb.freebsd.org/changeset/base/301451 Log: (1) Add a new bus method to get a mapping data for an interrupt. BUS_MAP_INTR() is used to get an interrupt mapping data according to provided hints. The hints could

svn commit: r301452 - head/bin/sh

2016-06-05 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 5 16:09:31 2016 New Revision: 301452 URL: https://svnweb.freebsd.org/changeset/base/301452 Log: sh: Improve descriptions in 'ulimit -a' output. The format limits descriptions to 18 characters and is not changed, so the descriptions do not describe the limits

svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-06-05 Thread Svatopluk Kraus
Author: skra Date: Sun Jun 5 16:20:12 2016 New Revision: 301453 URL: https://svnweb.freebsd.org/changeset/base/301453 Log: INTRNG - change the way how an interrupt mapping data are provided to the framework in OFW (FDT) case. This is a follow-up to r301451. Differential Revision:

svn commit: r301455 - head/sys/kern

2016-06-05 Thread Konstantin Belousov
Author: kib Date: Sun Jun 5 16:55:55 2016 New Revision: 301455 URL: https://svnweb.freebsd.org/changeset/base/301455 Log: Use ANSI function definition. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c =

svn commit: r301456 - in head/sys: kern mips/mips sys

2016-06-05 Thread Konstantin Belousov
Author: kib Date: Sun Jun 5 17:04:03 2016 New Revision: 301456 URL: https://svnweb.freebsd.org/changeset/base/301456 Log: Get rid of struct proc p_sched and struct thread td_sched pointers. p_sched is unused. The struct td_sched is always co-allocated with the struct thread, except

svn commit: r301457 - head/sys/amd64/amd64

2016-06-05 Thread Konstantin Belousov
Author: kib Date: Sun Jun 5 17:11:23 2016 New Revision: 301457 URL: https://svnweb.freebsd.org/changeset/base/301457 Log: Avoid spurious EINVAL in amd64 pmap_change_attr(). Do not try to change attributes for DMAP when working on a mapping which is not covered by the DMAP. This was repor

svn commit: r301460 - head/sys/dev/filemon

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 18:16:33 2016 New Revision: 301460 URL: https://svnweb.freebsd.org/changeset/base/301460 Log: Cleanup COMPAT_FREEBSD32 support. This is a NOP. The COMPAT_IA32 was renamed in r205014 to COMPAT_FREEBSD32 and COMPAT_ARCH32 does not seem to have existed.

Re: svn commit: r301226 - in head: etc etc/defaults etc/periodic/security etc/rc.d lib lib/libblacklist libexec libexec/blacklistd-helper share/mk tools/build/mk usr.sbin usr.sbin/blacklistctl usr.sbi

2016-06-05 Thread Matteo Riondato
> On Jun 2, 2016, at 3:06 PM, Kurt Lidl wrote: > > Author: lidl > Date: Thu Jun 2 19:06:04 2016 > New Revision: 301226 > URL: https://svnweb.freebsd.org/changeset/base/301226 > > Log: > Add basic blacklist build support > [snip] > Modified: head/etc/defaults/rc.conf > ===

svn commit: r301461 - in head/lib/libc: gen locale regex

2016-06-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 5 19:12:52 2016 New Revision: 301461 URL: https://svnweb.freebsd.org/changeset/base/301461 Log: libc/locale: Fix type breakage in __collate_range_cmp(). When collation support was brought in, the second and third arguments in __collate_range_cmp() were changed f

Re: svn commit: r301461 - in head/lib/libc: gen locale regex

2016-06-05 Thread Andrey Chernov
On 05.06.2016 22:12, Pedro F. Giffuni wrote: > --- head/lib/libc/regex/regcomp.c Sun Jun 5 18:16:33 2016 > (r301460) > +++ head/lib/libc/regex/regcomp.c Sun Jun 5 19:12:52 2016 > (r301461) > @@ -821,10 +821,10 @@ p_b_term(struct parse *p, cset *cs) >

Re: svn commit: r301461 - in head/lib/libc: gen locale regex

2016-06-05 Thread Andrey Chernov
On 05.06.2016 22:12, Pedro F. Giffuni wrote: > When collation support was brought in, the second and third > arguments in __collate_range_cmp() were changed from int to > wchar_t, breaking the ABI. Change them to a "char" type which > makes more sense and keeps the ABI compatible. Not only

svn commit: r301462 - in head: contrib/bmake contrib/bmake/mk usr.bin/bmake

2016-06-05 Thread Simon J. Gerraty
Author: sjg Date: Sun Jun 5 20:26:16 2016 New Revision: 301462 URL: https://svnweb.freebsd.org/changeset/base/301462 Log: Import bmake-20160604 Performace improvements for meta mode. Modified: head/contrib/bmake/ChangeLog head/contrib/bmake/Makefile head/contrib/bmake/bmake.1 head

Re: svn commit: r301172 - head/contrib/blacklist

2016-06-05 Thread Rui Paulo
On Fri, 2016-06-03 at 08:50 +0200, Jan Beich wrote: > Kurt Lidl writes: > > > Author: lidl > > Date: Wed Jun  1 22:04:10 2016 > > New Revision: 301172 > > URL: https://svnweb.freebsd.org/changeset/base/301172 > > > > Log: > >   Import NetBSD's blacklist source from vendor tree > >    > >   This

Re: svn commit: r301462 - in head: contrib/bmake contrib/bmake/mk usr.bin/bmake

2016-06-05 Thread Bryan Drewery
On 6/5/16 1:26 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Sun Jun 5 20:26:16 2016 > New Revision: 301462 > URL: https://svnweb.freebsd.org/changeset/base/301462 > > Log: > Import bmake-20160604 > > Performace improvements for meta mode. Thanks! -- Regards, Bryan Drewery _

svn commit: r301464 - head/share/mk

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 21:21:41 2016 New Revision: 301464 URL: https://svnweb.freebsd.org/changeset/base/301464 Log: Import latest meta.stage.mk 1.45 (r301462) Modified: head/share/mk/meta.stage.mk Modified: head/share/mk/meta.stage.mk =

svn commit: r301465 - head

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:04:15 2016 New Revision: 301465 URL: https://svnweb.freebsd.org/changeset/base/301465 Log: Fix bmake version upgrade logic to use the new bmake. Otherwise it was only used on the next build. This was a flaw in r295980. MFC after:3 days Sp

svn commit: r301466 - in head: . share/mk tools/build/options

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:04:42 2016 New Revision: 301466 URL: https://svnweb.freebsd.org/changeset/base/301466 Log: WITH_META_MODE: Enable bmake's missing meta rebuild feature Modified: head/Makefile head/share/mk/local.meta.sys.mk head/share/mk/sys.mk head/tools/build/optio

svn commit: r301469 - head/targets/pseudo/bootstrap-tools

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:07 2016 New Revision: 301469 URL: https://svnweb.freebsd.org/changeset/base/301469 Log: DIRDEPS_BUILD: Fix bootstrap-tools not handling CCACHE_DIR properly. CCACHE_DIR needs to be resolved to its full path before processing legacy.meta or meta mode

svn commit: r301470 - head

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:10 2016 New Revision: 301470 URL: https://svnweb.freebsd.org/changeset/base/301470 Log: Add a MINIMUM_SUPPORTED_OSREL and bump it to 900044. This is actually a revision in the stable/9 branch released as 9.1. The localedef build requires xlocale fr

svn commit: r301467 - head/share/mk

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:01 2016 New Revision: 301467 URL: https://svnweb.freebsd.org/changeset/base/301467 Log: WITH_META_MODE: Avoid host tool timestamps causing a rebuild. Using buildworld, installworld, buildworld. It is expected that nothing should rebuild. However a

svn commit: r301468 - head/share/mk

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:04 2016 New Revision: 301468 URL: https://svnweb.freebsd.org/changeset/base/301468 Log: WITH_SYSTEM_COMPILER: Disable with WITH_META_MODE for now. The WITH_META_MODE build is intended to be a working incremental build. It spies on the build command

svn commit: r301471 - in head: contrib/elftoolchain/brandelf contrib/elftoolchain/elfcopy contrib/elftoolchain/elfdump contrib/elftoolchain/libdwarf contrib/elftoolchain/libelftc contrib/elftoolcha...

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:14 2016 New Revision: 301471 URL: https://svnweb.freebsd.org/changeset/base/301471 Log: Use the in-tree sys/elf_common.h to build libelftc. This fixes build failures on older releases that lack various definitions such as EM_AARCH64 (which was unfix

svn commit: r301472 - head

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:05:17 2016 New Revision: 301472 URL: https://svnweb.freebsd.org/changeset/base/301472 Log: Only include bsd.compiler.mk for bmakes that use -m .../share/mk by default. Otherwise they error when trying to include the file, which also has its own depende

Re: svn commit: r301172 - head/contrib/blacklist

2016-06-05 Thread Bryan Drewery
On 6/1/16 3:04 PM, Kurt Lidl wrote: > Author: lidl > Date: Wed Jun 1 22:04:10 2016 > New Revision: 301172 > URL: https://svnweb.freebsd.org/changeset/base/301172 > > Log: > Import NetBSD's blacklist source from vendor tree no description found for WITHOUT_BLACKLIST, skipping no description fou

svn commit: r301473 - head/share/man/man5

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:10:05 2016 New Revision: 301473 URL: https://svnweb.freebsd.org/changeset/base/301473 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r301474 - head/tools/build/options

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:14:06 2016 New Revision: 301474 URL: https://svnweb.freebsd.org/changeset/base/301474 Log: Document WITH_META_MODE enforcing WITHOUT_SYSTEM_COMPILER. makeman doesn't handle this since it would need to enable all non-default options when checking enabli

svn commit: r301475 - head/share/man/man5

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:16:27 2016 New Revision: 301475 URL: https://svnweb.freebsd.org/changeset/base/301475 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r301476 - head/usr.bin/elfcopy

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:34:19 2016 New Revision: 301476 URL: https://svnweb.freebsd.org/changeset/base/301476 Log: Use the in-tree sys/elf_common.h This is the same fix as r301471. Modified: head/usr.bin/elfcopy/Makefile Modified: head/usr.bin/elfcopy/Makefile =

svn commit: r301477 - head

2016-06-05 Thread Bryan Drewery
Author: bdrewery Date: Sun Jun 5 23:56:28 2016 New Revision: 301477 URL: https://svnweb.freebsd.org/changeset/base/301477 Log: legacy: Avoid building/installing headers twice. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r301478 - head/sys/netinet

2016-06-05 Thread George V. Neville-Neil
Author: gnn Date: Mon Jun 6 00:35:45 2016 New Revision: 301478 URL: https://svnweb.freebsd.org/changeset/base/301478 Log: Add missing constants from RFCs 4443 and 6550 Modified: head/sys/netinet/icmp6.h Modified: head/sys/netinet/icmp6.h =

svn commit: r301479 - in head: etc/mtree share/examples

2016-06-05 Thread Marcelo Araujo
Author: araujo Date: Mon Jun 6 02:43:41 2016 New Revision: 301479 URL: https://svnweb.freebsd.org/changeset/base/301479 Log: Install/Connect ypldap.conf(5) on examples. Modified: head/etc/mtree/BSD.usr.dist head/share/examples/Makefile Modified: head/etc/mtree/BSD.usr.dist ===

svn commit: r301480 - in head/etc: defaults rc.d

2016-06-05 Thread Marcelo Araujo
Author: araujo Date: Mon Jun 6 03:55:00 2016 New Revision: 301480 URL: https://svnweb.freebsd.org/changeset/base/301480 Log: Add rc.d script for ypldap(8). Added: head/etc/rc.d/ypldap (contents, props changed) Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf =

svn commit: r301481 - head/etc/rc.d

2016-06-05 Thread Marcelo Araujo
Author: araujo Date: Mon Jun 6 04:13:49 2016 New Revision: 301481 URL: https://svnweb.freebsd.org/changeset/base/301481 Log: Connect ypldap(8) script on Makefile, forgotten on my previous commit r301480. Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefile =

svn commit: r301482 - head/usr.sbin/bluetooth/btpand

2016-06-05 Thread Marcelo Araujo
Author: araujo Date: Mon Jun 6 04:18:56 2016 New Revision: 301482 URL: https://svnweb.freebsd.org/changeset/base/301482 Log: For pointers use NULL instead of 0. Modified: head/usr.sbin/bluetooth/btpand/btpand.c Modified: head/usr.sbin/bluetooth/btpand/btpand.c ==

svn commit: r301483 - in head/sys: conf dev/hyperv/vmbus dev/hyperv/vmbus/amd64 dev/hyperv/vmbus/i386 modules/hyperv/vmbus

2016-06-05 Thread Sepherosa Ziehau
Author: sephe Date: Mon Jun 6 05:55:37 2016 New Revision: 301483 URL: https://svnweb.freebsd.org/changeset/base/301483 Log: hyperv: Move machine dependent bits into machine dependent files. MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.

Re: svn commit: r301217 - in head/sys: net netinet netinet6

2016-06-05 Thread Alexander V . Chernikov
06.06.2016, 04:40, "George Neville-Neil" : > On 4 Jun 2016, at 15:05, Alexander V. Chernikov wrote: > >>  02.06.2016, 20:51, "George V. Neville-Neil" : >>>  Author: gnn >>>  Date: Thu Jun 2 17:51:29 2016 >>>  New Revision: 301217 >>>  URL: https://svnweb.freebsd.org/changeset/base/301217 >>> >>>  L

svn commit: r301484 - head/sys/dev/hyperv/vmbus

2016-06-05 Thread Sepherosa Ziehau
Author: sephe Date: Mon Jun 6 06:18:18 2016 New Revision: 301484 URL: https://svnweb.freebsd.org/changeset/base/301484 Log: hyperv/vmbus: Define type for channel messages. And fix message processing; only channel messages are supported. MFC after:1 week Sponsored by: Microsoft O