svn commit: r296183 - in head/sys/boot: . mips mips/uboot

2016-02-28 Thread Stanislav Galabov
Author: sgalabov Date: Mon Feb 29 07:47:04 2016 New Revision: 296183 URL: https://svnweb.freebsd.org/changeset/base/296183 Log: This review aims at introducing ubldr (loader with U-Boot interface) for MIPS (32 and 64-bit, LE and BE). The changes were tested with QEMU's 'mips' target. Mo

svn commit: r296182 - in head/sys/boot: common fdt uboot/common uboot/lib

2016-02-28 Thread Stanislav Galabov
Author: sgalabov Date: Mon Feb 29 07:27:49 2016 New Revision: 296182 URL: https://svnweb.freebsd.org/changeset/base/296182 Log: These changes attempt to put things in order before the introduction of MIPS ubldr. The changes are mostly dealing with removing unnecessary casts from the U-Boo

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

2016-02-28 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 29 05:24:29 2016 New Revision: 296181 URL: https://svnweb.freebsd.org/changeset/base/296181 Log: hyperv/channel: Add debug sysctl nodes for channel indices It would serve as a debug tool, if the shared buffer ring's indices stopped updating. Submitted by:

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

2016-02-28 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 29 04:58:40 2016 New Revision: 296180 URL: https://svnweb.freebsd.org/changeset/base/296180 Log: hyperv: Use proper fence function to keep store-load order for msgs sfence only makes sure about the store-store order, which is not sufficient here. Use atomic_th

svn commit: r296179 - head/share/misc

2016-02-28 Thread Phil Shafer
Author: phil Date: Mon Feb 29 04:50:24 2016 New Revision: 296179 URL: https://svnweb.freebsd.org/changeset/base/296179 Log: Add entries for Phil Shafer (phil@) Differential Revision: https://reviews.freebsd.org/D5246 Approved by: sjg (mentor) Modified: head/share/misc/committers-src.do

svn commit: r296178 - in head/sys: net sys

2016-02-28 Thread Sepherosa Ziehau
Author: sephe Date: Mon Feb 29 03:54:51 2016 New Revision: 296178 URL: https://svnweb.freebsd.org/changeset/base/296178 Log: buf_ring/drbr: Add buf_ring_peek_clear_sc and use it in drbr_peek Unlike buf_ring_peek, it only supports single consumer mode, and it clears the cons_head if DEBUG_

svn commit: r296177 - in head: share/man/man4/man4.powerpc sys/contrib/ncsw sys/contrib/ncsw/Peripherals sys/contrib/ncsw/Peripherals/BM sys/contrib/ncsw/Peripherals/FM sys/contrib/ncsw/Peripherals...

2016-02-28 Thread Justin Hibbits
Author: jhibbits Date: Mon Feb 29 03:38:00 2016 New Revision: 296177 URL: https://svnweb.freebsd.org/changeset/base/296177 Log: Add support for the Freescale dTSEC DPAA-based ethernet controller. Freescale's QorIQ line includes a new ethernet controller, based on their Datapath Accelerati

svn commit: r296176 - in head/sys/dev/ath: . ath_hal

2016-02-28 Thread Adrian Chadd
Author: adrian Date: Mon Feb 29 02:40:58 2016 New Revision: 296176 URL: https://svnweb.freebsd.org/changeset/base/296176 Log: Fix up the ath(4) device names for QCA chipsets. Submitted by: Tobias Kortkamp Modified: head/sys/dev/ath/ath_hal/ah.c head/sys/dev/ath/if_ath.c Modified: hea

svn commit: r296175 - in head/lib/libedit: . TEST edit/readline

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Mon Feb 29 00:15:25 2016 New Revision: 296175 URL: https://svnweb.freebsd.org/changeset/base/296175 Log: MFV r296159 Sync our libedit with NetBSD's libedit 2016-02-27. Obtained from:NetBSD Modified: head/lib/libedit/Makefile head/lib/libedit/TEST/tc1.c hea

svn commit: r296174 - head/sys/dev/usb/wlan

2016-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Mon Feb 29 00:05:37 2016 New Revision: 296174 URL: https://svnweb.freebsd.org/changeset/base/296174 Log: urtwn: do not filter beacon frames in HOSTAP mode while scanning urtwn_set_rx_bssid_all() will allow to receive beacons only when they are not denied by filter.

svn commit: r296173 - head/etc/defaults

2016-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 28 23:57:26 2016 New Revision: 296173 URL: https://svnweb.freebsd.org/changeset/base/296173 Log: etc/defaults/rc.conf: fix a typo (wlanddebug -> wlandebug) Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D5480 Modified:

svn commit: r296172 - in vendor/NetBSD/libedit/dist: . TEST readline

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 23:52:48 2016 New Revision: 296172 URL: https://svnweb.freebsd.org/changeset/base/296172 Log: Catch up with some licensing cleanup in NetBSD. While here disable the keyword expansion as this may cause trouble in future merges. Modified: vendor/NetBSD/libedi

svn commit: r296171 - head/sys/net80211

2016-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 28 23:52:33 2016 New Revision: 296171 URL: https://svnweb.freebsd.org/changeset/base/296171 Log: net80211: fix a comment for TX lock Approved by: adrian (mentor) Differential Revision:https://reviews.freebsd.org/D5476 Modified: head/sys/net80211/ieee

svn commit: r296170 - head/sys/net80211

2016-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 28 23:48:34 2016 New Revision: 296170 URL: https://svnweb.freebsd.org/changeset/base/296170 Log: net80211: remove redundant locking. All callers of ieee80211_promisc()/ieee80211_allmulti() (ieee80211_vap_detach(), ieee80211_ioctl(), ap_start() and ap_end()) al

svn commit: r296169 - head/sys/net80211

2016-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Sun Feb 28 23:35:03 2016 New Revision: 296169 URL: https://svnweb.freebsd.org/changeset/base/296169 Log: net80211: fix 'taskqueue_drain with non-sleepable locks held' warning Do not run ieee80211_waitfor_parent() when it's not needed. Approved by: adrian (mentor)

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

2016-02-28 Thread Jason Helfman
Author: jgh (doc,ports committer) Date: Sun Feb 28 21:04:04 2016 New Revision: 296167 URL: https://svnweb.freebsd.org/changeset/base/296167 Log: - address obsolete Kerberos options PR: 205168 Submitted by: ke...@bostoncrypto.com Reviewed by: bjk MFC after:1 week Diffe

svn commit: r296166 - vendor/openresolv/3.7.3

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 20:33:57 2016 New Revision: 296166 URL: https://svnweb.freebsd.org/changeset/base/296166 Log: Tag openresolv 3.7.3 Obtained from:http://roy.marples.name/projects/openresolv Added: vendor/openresolv/3.7.3/ - copied from r296165, vendor/openresolv/

svn commit: r296165 - vendor/openresolv/dist

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 20:29:47 2016 New Revision: 296165 URL: https://svnweb.freebsd.org/changeset/base/296165 Log: openresolv: disable keyword expansion Modified: Directory Properties: vendor/openresolv/dist/Makefile (props changed) vendor/openresolv/dist/config-null.mk (props c

svn commit: r296164 - vendor/openresolv/dist

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 20:13:25 2016 New Revision: 296164 URL: https://svnweb.freebsd.org/changeset/base/296164 Log: Import openresolv 3.7.3 Obtained from:http://roy.marples.name/projects/openresolv Modified: vendor/openresolv/dist/Makefile vendor/openresolv/dist/resolvco

svn commit: r296163 - head/sys/arm/broadcom/bcm2835

2016-02-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Feb 28 19:39:00 2016 New Revision: 296163 URL: https://svnweb.freebsd.org/changeset/base/296163 Log: Fix typo in device description Spotted by: jmcneill Modified: head/sys/arm/broadcom/bcm2835/bcm2835_audio.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_audio.

svn commit: r296162 - in head: bin/sh include lib/libthr/thread sys/kern sys/sys sys/vm usr.bin/limits usr.bin/procstat

2016-02-28 Thread Konstantin Belousov
Author: kib Date: Sun Feb 28 17:52:33 2016 New Revision: 296162 URL: https://svnweb.freebsd.org/changeset/base/296162 Log: Implement process-shared locks support for libthr.so.3, without breaking the ABI. Special value is stored in the lock pointer to indicate shared lock, and offline page

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

2016-02-28 Thread Jared McNeill
Author: jmcneill Date: Sun Feb 28 17:42:27 2016 New Revision: 296161 URL: https://svnweb.freebsd.org/changeset/base/296161 Log: Add Allwinner A10/A20 RTC driver. Submitted by: Vladimir Belian Reviewed by: andrew, imp, jmcneill Approved by: gonzo (mentor) Dif

svn commit: r296160 - in vendor/NetBSD/libedit/2016-02-27: . TEST readline

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 16:21:53 2016 New Revision: 296160 URL: https://svnweb.freebsd.org/changeset/base/296160 Log: Tag import of libedit 2016-02-27. Added: vendor/NetBSD/libedit/2016-02-27/ - copied from r296158, vendor/NetBSD/libedit/dist/ Replaced: vendor/NetBSD/libedit/2016-

svn commit: r296159 - in vendor/NetBSD/libedit/dist: . TEST readline

2016-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 28 15:57:37 2016 New Revision: 296159 URL: https://svnweb.freebsd.org/changeset/base/296159 Log: Import libedit 2016-02-27 Obtained from:NetBSD Modified: vendor/NetBSD/libedit/dist/Makefile vendor/NetBSD/libedit/dist/TEST/Makefile vendor/NetBSD/libed

svn commit: r296158 - in head/sys: arm/arm arm/conf arm/qemu conf

2016-02-28 Thread Andrew Turner
Author: andrew Date: Sun Feb 28 13:43:58 2016 New Revision: 296158 URL: https://svnweb.freebsd.org/changeset/base/296158 Log: Add SMP support to the ARM PLATFORM code. This will allow us to have different methods to start the secondary cores in a kernel built for multiple SoCs, e.g. with the

Re: svn commit: r296146 - stable/9/sys/dev/filemon

2016-02-28 Thread Slawa Olhovchenkov
On Sun, Feb 28, 2016 at 12:20:09PM +, Brooks Davis wrote: > On Sun, Feb 28, 2016 at 01:27:28PM +0300, Slawa Olhovchenkov wrote: > > On Sat, Feb 27, 2016 at 08:57:34PM +, Bryan Drewery wrote: > > > > > Author: bdrewery > > > Date: Sat Feb 27 20:57:34 2016 > > > New Revision: 296146 > > > U

Re: svn commit: r296146 - stable/9/sys/dev/filemon

2016-02-28 Thread Brooks Davis
On Sun, Feb 28, 2016 at 01:27:28PM +0300, Slawa Olhovchenkov wrote: > On Sat, Feb 27, 2016 at 08:57:34PM +, Bryan Drewery wrote: > > > Author: bdrewery > > Date: Sat Feb 27 20:57:34 2016 > > New Revision: 296146 > > URL: https://svnweb.freebsd.org/changeset/base/296146 > > > > Log: > > MFC

svn commit: r296157 - head/usr.sbin/fstyp

2016-02-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 28 10:40:09 2016 New Revision: 296157 URL: https://svnweb.freebsd.org/changeset/base/296157 Log: Fix .Xr - autofs(5) is section 5, not 8. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/fstyp.8 Modified: head/usr.sbi

Re: svn commit: r296146 - stable/9/sys/dev/filemon

2016-02-28 Thread Slawa Olhovchenkov
On Sat, Feb 27, 2016 at 08:57:34PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Sat Feb 27 20:57:34 2016 > New Revision: 296146 > URL: https://svnweb.freebsd.org/changeset/base/296146 > > Log: > MFC r242088: > > Desupport pre-FreeBSD 7.1. > > Modified: > stable/9/sys/dev/fil

svn commit: r296156 - head/bin/dd

2016-02-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 28 10:27:12 2016 New Revision: 296156 URL: https://svnweb.freebsd.org/changeset/base/296156 Log: Add speed limit to dd(1). This is useful for testing RCTL disk io limits (when they actually get committed, that is), and might also come in handy in other situations.

Re: svn commit: r296138 - in head/sys: arm/arm arm/include kern sys

2016-02-28 Thread Svatopluk Kraus
On Sun, Feb 28, 2016 at 5:24 AM, Alexander Kabaev wrote: > On Sat, 27 Feb 2016 16:57:03 -0800 > Adrian Chadd wrote: > >> hi, >> >> I think this was mostly shared with kan's MIPS work on the CI20 as the >> IPI stuff via the gic is effectively the same. >> >> Can we make this (again) something we c

svn commit: r296155 - in head/sys: arm/annapurna/alpine arm/broadcom/bcm2835 arm/qemu conf

2016-02-28 Thread Andrew Turner
Author: andrew Date: Sun Feb 28 09:35:37 2016 New Revision: 296155 URL: https://svnweb.freebsd.org/changeset/base/296155 Log: Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the Linux dts files these are more likely to have cpu nodes we can attach to. Sponsored by: A