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.

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

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

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:

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

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

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

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

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: 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:

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())

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

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:

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:

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

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:

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

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. >>

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: