svn commit: r299109 - head/sys/modules/bhnd/bhndb

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Thu May 5 06:58:30 2016 New Revision: 299109 URL: https://svnweb.freebsd.org/changeset/base/299109 Log: [bhnd] add missing bus file. Modified: head/sys/modules/bhnd/bhndb/Makefile Modified: head/sys/modules/bhnd/bhndb/Makefile ===

Re: svn commit: r299108 - head/sys/sys

2016-05-04 Thread Bruce Evans
On Wed, 4 May 2016, John Baldwin wrote: On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: Log: Revert r299096 The change broke buildworld when building lib/libkvm This change likely needs to be run through a ports -exp run as a sanity check, as it might break downstream con

Re: svn commit: r299108 - head/sys/sys

2016-05-04 Thread Adrian Chadd
oops! sorry! -a On 4 May 2016 at 20:17, John Baldwin wrote: > On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: >> Author: ngie >> Date: Thu May 5 02:51:31 2016 >> New Revision: 299108 >> URL: https://svnweb.freebsd.org/changeset/base/299108 >> >> Log: >> Revert r299096 >> >> Th

Re: svn commit: r298933 - in head: share/man/man9 sys/amd64/include sys/dev/acpica sys/dev/drm2 sys/dev/drm2/i915 sys/kern sys/sys sys/x86/acpica sys/x86/x86

2016-05-04 Thread John Baldwin
On Tuesday, May 03, 2016 11:19:44 AM John Baldwin wrote: > On Wednesday, May 04, 2016 03:58:40 AM Bruce Evans wrote: > > On Tue, 3 May 2016, John Baldwin wrote: > > > I would be happy to fix _bitset.h and _cpuset.h to not need sys/param.h. > > > However, they also use NBBY which is defined in sys/p

Re: svn commit: r299108 - head/sys/sys

2016-05-04 Thread John Baldwin
On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: > Author: ngie > Date: Thu May 5 02:51:31 2016 > New Revision: 299108 > URL: https://svnweb.freebsd.org/changeset/base/299108 > > Log: > Revert r299096 > > The change broke buildworld when building lib/libkvm > > This change

svn commit: r299108 - head/sys/sys

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Thu May 5 02:51:31 2016 New Revision: 299108 URL: https://svnweb.freebsd.org/changeset/base/299108 Log: Revert r299096 The change broke buildworld when building lib/libkvm This change likely needs to be run through a ports -exp run as a sanity check, as it might b

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 19:05, Warner Losh wrote: > > BTW, why is this a new NO_ thing? It should be MK_ instead... *sigh* I was just trying to fix my build :(… yes, there are a few variables in there (not just this one) that should be MK_, not NO_; converting this to MK_* will require a

Re: svn commit: r299086 - head

2016-05-04 Thread Warner Losh
BTW, why is this a new NO_ thing? It should be MK_ instead... Warner On Wed, May 4, 2016 at 6:47 PM, Ngie Cooper (yaneurabeya) < yaneurab...@gmail.com> wrote: > > > On May 4, 2016, at 17:31, Gleb Smirnoff wrote: > > > > On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya)

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 17:31, Gleb Smirnoff wrote: > > On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya) wrote: > N> > N> > On May 4, 2016, at 14:00, Garrett Cooper wrote: > N> > > N> > Author: ngie > N> > Date: Wed May 4 21:00:41 2016 > N> > New Revision: 299086 > N> > URL:

Re: svn commit: r299086 - head

2016-05-04 Thread Gleb Smirnoff
On Wed, May 04, 2016 at 02:06:33PM -0700, Ngie Cooper (yaneurabeya) wrote: N> N> > On May 4, 2016, at 14:00, Garrett Cooper wrote: N> > N> > Author: ngie N> > Date: Wed May 4 21:00:41 2016 N> > New Revision: 299086 N> > URL: https://svnweb.freebsd.org/changeset/base/299086 N> > N> > Log: N> >

svn commit: r299098 - head/sys/boot/efi/libefi

2016-05-04 Thread Conrad E. Meyer
Author: cem Date: Thu May 5 00:07:08 2016 New Revision: 299098 URL: https://svnweb.freebsd.org/changeset/base/299098 Log: efipart: Support an arbitrary number of partitions Don't crash if the user has more than 31 of them. A follow-up to r298230. Reviewed by: allanjude Relnotes:

svn commit: r299097 - in head: share/man/man4 sys/conf sys/dev/bhnd/bhndb sys/dev/bwn sys/modules sys/modules/bwn_pci

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:38:27 2016 New Revision: 299097 URL: https://svnweb.freebsd.org/changeset/base/299097 Log: [bwn] [bhnd] initial support for using bhnd for if_bwn devices. This is an initial work in progress to use the replacement bhnd bus code for devices which support

svn commit: r299096 - head/sys/sys

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:32:57 2016 New Revision: 299096 URL: https://svnweb.freebsd.org/changeset/base/299096 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/sys/pcpu.h head/sys/sys/rman.h Modified: head/sys/sys/pcpu.h ==

svn commit: r299095 - head/sys/kern

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 23:31:52 2016 New Revision: 299095 URL: https://svnweb.freebsd.org/changeset/base/299095 Log: s/struct device */device_t/g Submitted by: kmacy Modified: head/sys/kern/subr_bus.c head/sys/kern/subr_rman.c Modified: head/sys/kern/subr_bus.c ==

svn commit: r299094 - in head: bin/cat/tests bin/date/tests bin/dd/tests bin/expr/tests bin/ls/tests bin/mv/tests bin/pax/tests bin/pkill/tests bin/sh/tests bin/sh/tests/builtins bin/sh/tests/error...

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 23:20:53 2016 New Revision: 299094 URL: https://svnweb.freebsd.org/changeset/base/299094 Log: Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed after r298107 Summary of changes: - Replace all instances of FILES/TESTS with $

svn commit: r299092 - head/sys/dev/fdc

2016-05-04 Thread John Baldwin
Author: jhb Date: Wed May 4 23:00:57 2016 New Revision: 299092 URL: https://svnweb.freebsd.org/changeset/base/299092 Log: Fix the acpi attachment to always start the worker thread. The previous change to split the worker thread start out of fdc_attach() did not start the worker thread if

svn commit: r299090 - in head: etc/mtree include lib/libbluetooth sbin/hastd share/man/man3 sys/dev/xen/blkback sys/kern sys/net sys/sys tests/sys tests/sys/sys usr.sbin/bluetooth/hccontrol

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 22:34:11 2016 New Revision: 299090 URL: https://svnweb.freebsd.org/changeset/base/299090 Log: Improve performance and functionality of the bitstring(3) api Two new functions are provided, bit_ffs_at() and bit_ffc_at(), which allow for efficient searching o

svn commit: r299089 - head/sbin/fsck_msdosfs

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 22:27:22 2016 New Revision: 299089 URL: https://svnweb.freebsd.org/changeset/base/299089 Log: fsck_msdosfs: Adjust a check. The on-disk FAT array does not include anything before CLUST_FIRST, compensate in size check. Obtained from:NetBSD (CVS Rev

svn commit: r299088 - head

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 21:15:28 2016 New Revision: 299088 URL: https://svnweb.freebsd.org/changeset/base/299088 Log: Default NO_INSTALLEXTRAKERNELS to yes, not no The old (^/stable/9) default was yes, not no ("no" was the new default introduced recently that broke POLA). Restore it

svn commit: r299087 - in head/usr.sbin/extattr: . tests

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 21:07:30 2016 New Revision: 299087 URL: https://svnweb.freebsd.org/changeset/base/299087 Log: Fix "getextattr -x" with non-ascii attribute values extattr/rmextattr.c When printing hex output, treat all attribute values as unsigned char arrays

Re: svn commit: r299086 - head

2016-05-04 Thread Ngie Cooper (yaneurabeya)
> On May 4, 2016, at 14:00, Garrett Cooper wrote: > > Author: ngie > Date: Wed May 4 21:00:41 2016 > New Revision: 299086 > URL: https://svnweb.freebsd.org/changeset/base/299086 > > Log: > Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build > > MFC after: soon (was insta-MFCed -_-..

svn commit: r299086 - head

2016-05-04 Thread Garrett Cooper
Author: ngie Date: Wed May 4 21:00:41 2016 New Revision: 299086 URL: https://svnweb.freebsd.org/changeset/base/299086 Log: Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the build MFC after: soon (was insta-MFCed -_-..) Pointyhat to: glebius Sponsored by: EMC / Isilon Storage Divisi

svn commit: r299085 - in head/usr.sbin/extattr: . tests

2016-05-04 Thread Alan Somers
Author: asomers Date: Wed May 4 20:20:55 2016 New Revision: 299085 URL: https://svnweb.freebsd.org/changeset/base/299085 Log: Allow setextattr(8) to take attribute values from stdin Add the -i option to setextattr. This option allow extended attribute data to be provided via stdin. Add a

svn commit: r299084 - head/sys/arm/allwinner

2016-05-04 Thread Jared McNeill
Author: jmcneill Date: Wed May 4 20:06:20 2016 New Revision: 299084 URL: https://svnweb.freebsd.org/changeset/base/299084 Log: Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet. The datasheets refer to this controller as EMAC, not to be confused with the fast ethernet controller (als

Re: svn commit: r298823 - in head: gnu/usr.bin gnu/usr.bin/sdiff usr.bin usr.bin/sdiff usr.bin/sdiff/tests

2016-05-04 Thread Kamil Czekirda
2016-05-04 8:29 GMT+02:00 Baptiste Daroussin : > On Wed, May 04, 2016 at 07:54:46AM +0200, Kamil Czekirda wrote: > > Hi, > > > > make ftp stops here since r298823: > > > What is the revision you last tested because it is supposed to be fixed > by: r298837 > r298837 looks fine, thanks. > > Best

svn commit: r299083 - head/sys/dev/wi

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 18:08:38 2016 New Revision: 299083 URL: https://svnweb.freebsd.org/changeset/base/299083 Log: wi: fix a comment (0x1fff has 13 bits set). Modified: head/sys/dev/wi/if_wi.c Modified: head/sys/dev/wi/if_wi.c

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

2016-05-04 Thread Alan Cox
Author: alc Date: Wed May 4 17:54:13 2016 New Revision: 299082 URL: https://svnweb.freebsd.org/changeset/base/299082 Log: Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked() call pmap_invalidate_page() even though they are not destroying a leaf- level page table entry.

svn commit: r299081 - in head/sys/dev/pms/freebsd/driver: common ini/src

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 17:52:53 2016 New Revision: 299081 URL: https://svnweb.freebsd.org/changeset/base/299081 Log: dev/pms: minor spelling fixes for the FreeBSD-specific part. Modified: head/sys/dev/pms/freebsd/driver/common/lxcommon.h head/sys/dev/pms/freebsd/driver/common/osenv.h

svn commit: r299080 - head/tools/tools/locale/etc

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 17:29:07 2016 New Revision: 299080 URL: https://svnweb.freebsd.org/changeset/base/299080 Log: tools: minor spelling fix in locales template. No functional change. Modified: head/tools/tools/locale/etc/charmaps.xml Modified: head/tools/tools/locale/etc/charma

svn commit: r299078 - head/sys/net80211

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 17:22:35 2016 New Revision: 299078 URL: https://svnweb.freebsd.org/changeset/base/299078 Log: net80211: do not hardcode size of ic_modecaps field. Modified: head/sys/net80211/ieee80211_var.h Modified: head/sys/net80211/ieee80211_var.h ===

svn commit: r299077 - head

2016-05-04 Thread Gleb Smirnoff
Author: glebius Date: Wed May 4 17:21:34 2016 New Revision: 299077 URL: https://svnweb.freebsd.org/changeset/base/299077 Log: Make it possible to override NO_INSTALLEXTRAKERNELS. Reviewed by: gjb Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

svn commit: r299074 - head/sys/net80211

2016-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 16:42:53 2016 New Revision: 299074 URL: https://svnweb.freebsd.org/changeset/base/299074 Log: [net80211] add extra debugging around negotiated A-MPDU parameters. Modified: head/sys/net80211/ieee80211_ht.c Modified: head/sys/net80211/ieee80211_ht.c

Re: svn commit: r299063 - head/sys/dev/iwn

2016-05-04 Thread Adrian Chadd
good catch! Same goes for scanning, btw. Let's see if someone (who isn't me, I'm still working on work related wifi things) can test out the scan patch to just reset things. -a ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailma

svn commit: r299073 - head/sys/arm/qemu

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:24:12 2016 New Revision: 299073 URL: https://svnweb.freebsd.org/changeset/base/299073 Log: While gem5 is not qemu, we treat it as "simulators" or "virtual environments". Add the needed hardcoded gem5 attachments for the UART there, re-using all the other bits.

svn commit: r299072 - head/sys/arm/arm

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:15:39 2016 New Revision: 299072 URL: https://svnweb.freebsd.org/changeset/base/299072 Log: The virtual timer is optional on ARM64. Properly handle that condition. [1] In case we do not have an interrupt assignment for the virtual timer, force the physical timer

svn commit: r299071 - head/sys/arm/arm

2016-05-04 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 4 16:09:51 2016 New Revision: 299071 URL: https://svnweb.freebsd.org/changeset/base/299071 Log: The ARM generic timer keeps ticking even if disabled or it expired. In case of updating it with a very low value it might expire again after writing the tval but before u

svn commit: r299070 - in head/sys/sparc64: sbus sparc64

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 15:52:40 2016 New Revision: 299070 URL: https://svnweb.freebsd.org/changeset/base/299070 Log: sys/sparc64: minor spelling fixes. Only affects comments: no functional change. Modified: head/sys/sparc64/sbus/sbus.c head/sys/sparc64/sparc64/intr_machdep.c Mod

svn commit: r299069 - in head/sys/arm: amlogic/aml8726 arm at91 broadcom/bcm2835 cavium/cns11xx freescale/imx freescale/vybrid mv samsung/exynos ti ti/omap4 xilinx xscale/i8134x xscale/ixp425 xscal...

2016-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 4 15:48:59 2016 New Revision: 299069 URL: https://svnweb.freebsd.org/changeset/base/299069 Log: sys/arm: Minor spelling fixes. Only affects comments: no functional change. Modified: head/sys/arm/amlogic/aml8726/aml8726_mmc.c head/sys/arm/amlogic/aml8726/aml87

Re: svn commit: r299064 - head/sys/kern

2016-05-04 Thread Bruce Evans
On Wed, 4 May 2016, [UTF-8] Roger Pau Monn?? wrote: Log: rtc: fix inverted resolution check The current code in clock_register checks if the newly added clock has a resolution value higher than the current one in order to make it the default, which is wrong. Clocks with a lower resolution v

svn commit: r299065 - head/sys/dev/xen/timer

2016-05-04 Thread Roger Pau Monné
Author: royger Date: Wed May 4 13:49:59 2016 New Revision: 299065 URL: https://svnweb.freebsd.org/changeset/base/299065 Log: xen/pvclock: set the correct resolution for the Xen PV clock The Xen PV clock has a resolution of 1ns, so set the resolution to the highest one that FreeBSD suppor

svn commit: r299064 - head/sys/kern

2016-05-04 Thread Roger Pau Monné
Author: royger Date: Wed May 4 13:48:59 2016 New Revision: 299064 URL: https://svnweb.freebsd.org/changeset/base/299064 Log: rtc: fix inverted resolution check The current code in clock_register checks if the newly added clock has a resolution value higher than the current one in order t

svn commit: r299063 - head/sys/dev/iwn

2016-05-04 Thread Andriy Voskoboinyk
Author: avos Date: Wed May 4 12:51:27 2016 New Revision: 299063 URL: https://svnweb.freebsd.org/changeset/base/299063 Log: iwn: fix device reset after watchdog timeout. Simple device reset (stop/start) is not enough here; post-init state changes must be applied too. Modified: head/sys

svn commit: r299060 - head/sys/dev/usb

2016-05-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed May 4 08:57:40 2016 New Revision: 299060 URL: https://svnweb.freebsd.org/changeset/base/299060 Log: Extend the UQ_NO_STRINGS quirk to also cover the USB language string descriptor. This fixes enumeration of some older Samsung Galaxy S3 phones. MFC after:1

Re: svn commit: r298187 - head/sys/netinet

2016-05-04 Thread Michael Tuexen
> On 04 May 2016, at 01:03, Gleb Smirnoff wrote: > > Michael, > > On Mon, Apr 18, 2016 at 06:56:29PM +0200, Michael Tuexen wrote: > M> > On Mon, 2016-04-18 at 06:38 +, Michael Tuexen wrote: > M> >> Author: tuexen > M> >> Date: Mon Apr 18 06:38:53 2016 > M> >> New Revision: 298187 > M> >> UR