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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Mon May 23 07:06:53 2016 New Revision: 300480 URL: https://svnweb.freebsd.org/changeset/base/300480 Log: hyperv: Move Hypercall setup to an early place. It does not belong to the vmbus. While I'm here rework the Hypercall setup, e.g. use busdma(9) and avoid bit fi

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Mon May 23 07:14:04 2016 New Revision: 300481 URL: https://svnweb.freebsd.org/changeset/base/300481 Log: hyperv/vmbus: Declare Synic message and event w/ proper types Avoid ugly casts. MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Mon May 23 07:23:19 2016 New Revision: 300486 URL: https://svnweb.freebsd.org/changeset/base/300486 Log: hyperv/vmbus: Get rid of vmbus_devp While I'm here, nuke useless print in vmbus_attach(). MFC after:1 week Sponsored by: Microsoft OSTC Differential Revi

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Mon May 23 07:32:34 2016 New Revision: 300487 URL: https://svnweb.freebsd.org/changeset/base/300487 Log: hyperv/vmbus: Move IDT vector to vmbus_softc Prepare to get rid of the hv_setup_arg. MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r300489 - head/sys/kern

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 10:31:54 2016 New Revision: 300489 URL: https://svnweb.freebsd.org/changeset/base/300489 Log: Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set inside pause_sbt(). This allows pause() to continue working during a panic() which is not invoking K

Re: svn commit: r300348 - head

2016-05-23 Thread Andrew Turner
On Sat, 21 May 2016 01:32:04 + (UTC) Bryan Drewery wrote: > Author: bdrewery > Date: Sat May 21 01:32:04 2016 > New Revision: 300348 > URL: https://svnweb.freebsd.org/changeset/base/300348 > > Log: > Move external toolchain support earlier. > > This is to consolidate external toolchai

Re: svn commit: r300348 - head

2016-05-23 Thread Andrew Turner
On Mon, 23 May 2016 11:34:00 +0100 Andrew Turner wrote: > On Sat, 21 May 2016 01:32:04 + (UTC) > Bryan Drewery wrote: > > > Author: bdrewery > > Date: Sat May 21 01:32:04 2016 > > New Revision: 300348 > > URL: https://svnweb.freebsd.org/changeset/base/300348 > > > > Log: > > Move externa

svn commit: r300490 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:41:35 2016 New Revision: 300490 URL: https://svnweb.freebsd.org/changeset/base/300490 Log: Add support for atomic_long_inc_not_zero() to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified:

Re: svn commit: r300490 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
On 05/23/16 13:41, Hans Petter Selasky wrote: Author: hselasky Date: Mon May 23 11:41:35 2016 New Revision: 300490 URL: https://svnweb.freebsd.org/changeset/base/300490 Log: Add support for atomic_long_inc_not_zero() to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sp

svn commit: r300491 - head/sys/compat/linuxkpi/common/include/asm

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:44:46 2016 New Revision: 300491 URL: https://svnweb.freebsd.org/changeset/base/300491 Log: Add support for atomic_long_inc_not_zero() to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r300492 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:47:54 2016 New Revision: 300492 URL: https://svnweb.freebsd.org/changeset/base/300492 Log: Add more GFP related defines to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/comp

svn commit: r300493 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:50:05 2016 New Revision: 300493 URL: https://svnweb.freebsd.org/changeset/base/300493 Log: Add support for "cdev_add_ext()" to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/

svn commit: r300494 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:53:00 2016 New Revision: 300494 URL: https://svnweb.freebsd.org/changeset/base/300494 Log: Implement "_outb()" to the LinuxKPI for i386 and amd64 only. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r300495 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 11:57:23 2016 New Revision: 300495 URL: https://svnweb.freebsd.org/changeset/base/300495 Log: Make header file standalone by including definitions for needed linux_wait_xxx() functions. Obtained from:kmacy @ MFC after:1 week Sponsored by:

svn commit: r300496 - in head/sys/compat/linuxkpi/common: include/linux src

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:03:40 2016 New Revision: 300496 URL: https://svnweb.freebsd.org/changeset/base/300496 Log: Add more list_xxx() functions to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/com

svn commit: r300497 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:06:34 2016 New Revision: 300497 URL: https://svnweb.freebsd.org/changeset/base/300497 Log: Implement "kref_put_mutex()" for the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/com

svn commit: r300498 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:10:28 2016 New Revision: 300498 URL: https://svnweb.freebsd.org/changeset/base/300498 Log: Add more ktime related functions to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/

svn commit: r300499 - head/sys/compat/linuxkpi/common/src

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:13:16 2016 New Revision: 300499 URL: https://svnweb.freebsd.org/changeset/base/300499 Log: Set an invalid IRQ number when no PCI IRQ is available in the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies

svn commit: r300500 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:35:07 2016 New Revision: 300500 URL: https://svnweb.freebsd.org/changeset/base/300500 Log: Add more printf() related functions to the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/s

svn commit: r300501 - head/sys/netpfil/pf

2016-05-23 Thread Kristof Provost
Author: kp Date: Mon May 23 12:41:29 2016 New Revision: 300501 URL: https://svnweb.freebsd.org/changeset/base/300501 Log: pf: Fix ICMP translation Fix ICMP source address rewriting in rdr scenarios. PR: 201519 Submitted by: Max MFC after:1 week Modified: head/sys/

svn commit: r300502 - head/sys/compat/linuxkpi/common/include/asm

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:52:22 2016 New Revision: 300502 URL: https://svnweb.freebsd.org/changeset/base/300502 Log: Define more copy to/from userspace functions in the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r300503 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 12:53:17 2016 New Revision: 300503 URL: https://svnweb.freebsd.org/changeset/base/300503 Log: Implement ror32() in the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/compat/linuxkpi

svn commit: r300504 - head/usr.sbin/iscsid

2016-05-23 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 23 12:58:24 2016 New Revision: 300504 URL: https://svnweb.freebsd.org/changeset/base/300504 Log: Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required for iSER. Obtained from:Mellanox Technologies MFC after:1 month Sponsored by:

svn commit: r300505 - head/sys/dev/sfxge/common

2016-05-23 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 23 13:17:37 2016 New Revision: 300505 URL: https://svnweb.freebsd.org/changeset/base/300505 Log: sfxge(4): cleanup: remove unused EFX preempt macros The EFSYS_PREEMPT_DISABLE() and EFSYS_PREEMPT_ENABLE() macros were used to ensure correct timing of I2C opera

svn commit: r300506 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 13:18:15 2016 New Revision: 300506 URL: https://svnweb.freebsd.org/changeset/base/300506 Log: Fix some data types and add "inline" keyword for __reg_op() function. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies M

svn commit: r300507 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 13:19:20 2016 New Revision: 300507 URL: https://svnweb.freebsd.org/changeset/base/300507 Log: A missing definition needed by ktime_to_ms(). Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sys/comp

svn commit: r300508 - head/sys/netpfil/pf

2016-05-23 Thread Kristof Provost
Author: kp Date: Mon May 23 13:59:48 2016 New Revision: 300508 URL: https://svnweb.freebsd.org/changeset/base/300508 Log: pf: Fix more ICMP mistranslation In the default case fix the substitution of the destination address. PR: 201519 Submitted by: Max MFC after:1 we

svn commit: r300509 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Allan Jude
Author: allanjude Date: Mon May 23 15:11:01 2016 New Revision: 300509 URL: https://svnweb.freebsd.org/changeset/base/300509 Log: Fix error in bsdinstall where additional filesystems cannot be mounted Do not set canmount=noauto on the boot environment at create time, because this causes /

svn commit: r300510 - head/sys/kern

2016-05-23 Thread Andrew Turner
Author: andrew Date: Mon May 23 15:26:35 2016 New Revision: 300510 URL: https://svnweb.freebsd.org/changeset/base/300510 Log: Add the needed hwpmc hooks to subr_intr.c. This is needed for the correct operation of hwpmc on, for example, arm64 with intrng. Obtained from:ABT Systems

Re: svn commit: r300491 - head/sys/compat/linuxkpi/common/include/asm

2016-05-23 Thread Ngie Cooper
> On May 23, 2016, at 04:44, Hans Petter Selasky wrote: > > Author: hselasky > Date: Mon May 23 11:44:46 2016 > New Revision: 300491 > URL: https://svnweb.freebsd.org/changeset/base/300491 > > Log: > Add support for atomic_long_inc_not_zero() to the LinuxKPI. > > Obtained from:kmacy @ >

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

2016-05-23 Thread John Nielsen
> On May 23, 2016, at 9:20 AM, John Nielsen wrote: > >> On May 22, 2016, at 7:04 AM, Baptiste Daroussin wrote: >> >> - * of date. We could have received a reset packet in an interrupt or >> + * of date. We could have recived a reset packet in an interrupt or > > Not sure if there's a

svn commit: r300512 - head/release/doc/en_US.ISO8859-1/relnotes

2016-05-23 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Mon May 23 15:37:12 2016 New Revision: 300512 URL: https://svnweb.freebsd.org/changeset/base/300512 Log: Document r298161, sqlite3 updated to 3.12.1. Approved by: gjb@ (implicit with re@ hat on) Modified: head/release/doc/en_US.ISO8859-1/reln

svn commit: r300513 - head/release/doc/en_US.ISO8859-1/relnotes

2016-05-23 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Mon May 23 15:44:39 2016 New Revision: 300513 URL: https://svnweb.freebsd.org/changeset/base/300513 Log: Document r296190, openresolv updated to 3.7.3. Approved by: gjb@ (implicit with re@ hat on) Modified: head/release/doc/en_US.ISO8859-1/re

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

2016-05-23 Thread John Nielsen
> On May 22, 2016, at 7:04 AM, Baptiste Daroussin wrote: > > - * of date. We could have received a reset packet in an interrupt or > + * of date. We could have recived a reset packet in an interrupt or Not sure if there's another error in this line that I'm not seeing but "received"

svn commit: r300511 - head/release/doc/en_US.ISO8859-1/relnotes

2016-05-23 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Mon May 23 15:33:56 2016 New Revision: 300511 URL: https://svnweb.freebsd.org/changeset/base/300511 Log: Document r298192, file(1) updated to 5.26. Approved by: gjb@ (implicit with re@ hat on) Modified: head/release/doc/en_US.ISO8859-1/relnot

Re: svn commit: r300348 - head

2016-05-23 Thread Bryan Drewery
On 5/23/16 4:01 AM, Andrew Turner wrote: > On Mon, 23 May 2016 11:34:00 +0100 > Andrew Turner wrote: > >> On Sat, 21 May 2016 01:32:04 + (UTC) >> Bryan Drewery wrote: >> >>> Author: bdrewery >>> Date: Sat May 21 01:32:04 2016 >>> New Revision: 300348 >>> URL: https://svnweb.freebsd.org/chang

Re: svn commit: r300491 - head/sys/compat/linuxkpi/common/include/asm

2016-05-23 Thread Hans Petter Selasky
On 05/23/16 17:27, Ngie Cooper wrote: On May 23, 2016, at 04:44, Hans Petter Selasky wrote: Author: hselasky Date: Mon May 23 11:44:46 2016 New Revision: 300491 URL: https://svnweb.freebsd.org/changeset/base/300491 Modified: head/sys/compat/linuxkpi/common/include/asm/atomic-long.h ==

Re: svn commit: r300348 - head

2016-05-23 Thread Bryan Drewery
On 5/23/16 9:04 AM, Bryan Drewery wrote: > On 5/23/16 4:01 AM, Andrew Turner wrote: >> On Mon, 23 May 2016 11:34:00 +0100 >> Andrew Turner wrote: >> >>> On Sat, 21 May 2016 01:32:04 + (UTC) >>> Bryan Drewery wrote: >>> Author: bdrewery Date: Sat May 21 01:32:04 2016 New Revisio

svn commit: r300519 - head

2016-05-23 Thread Bryan Drewery
Author: bdrewery Date: Mon May 23 16:24:34 2016 New Revision: 300519 URL: https://svnweb.freebsd.org/changeset/base/300519 Log: Move binutils handling after src.opts.mk. This fixes the arm64 build after r300348. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc

svn commit: r300517 - head/sys/compat/linuxkpi/common/include/asm

2016-05-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 23 16:19:51 2016 New Revision: 300517 URL: https://svnweb.freebsd.org/changeset/base/300517 Log: Implement "atomic_long_add_unless()" in the LinuxKPI and fix the implementation of "atomic_long_inc_not_zero()". Found by: ngie @ MFC after:1 week Sp

svn commit: r300521 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Allan Jude
Author: allanjude Date: Mon May 23 16:49:26 2016 New Revision: 300521 URL: https://svnweb.freebsd.org/changeset/base/300521 Log: Fix missing pool name in zfs set command Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: head/usr.sbin/bsdinstall/scripts/zfsboot

svn commit: r300522 - head/sys/vm

2016-05-23 Thread Alan Cox
Author: alc Date: Mon May 23 16:59:05 2016 New Revision: 300522 URL: https://svnweb.freebsd.org/changeset/base/300522 Log: Correct an error in a comment: One of the conditions for page allocation is actually the opposite of that stated in the comment. Remove an unnecessary assignment. Us

svn commit: r300523 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Allan Jude
Author: allanjude Date: Mon May 23 17:04:13 2016 New Revision: 300523 URL: https://svnweb.freebsd.org/changeset/base/300523 Log: Only export and re-import the root pool if installing on MBR This step is required in order to dd the boot2 bits into the ZFS partition Sponsored by: ScaleEn

svn commit: r300524 - head/release/doc/en_US.ISO8859-1/relnotes

2016-05-23 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Mon May 23 17:06:46 2016 New Revision: 300524 URL: https://svnweb.freebsd.org/changeset/base/300524 Log: Document r298998, OpenSSL updated to 1.0.2h. Approved by: gjb@ (implicit with re@ hat on) Modified: head/release/doc/en_US.ISO8859-1/rel

svn commit: r300525 - head/share/mk

2016-05-23 Thread Bryan Drewery
Author: bdrewery Date: Mon May 23 17:11:32 2016 New Revision: 300525 URL: https://svnweb.freebsd.org/changeset/base/300525 Log: Use sed(1) to determine cc version rather than tail(1) since it is already in ITOOLS. This fixes 'tail: not found' warnings in installworld after r300351. Sp

Re: svn commit: r300493 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread John Baldwin
On Monday, May 23, 2016 11:50:05 AM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon May 23 11:50:05 2016 > New Revision: 300493 > URL: https://svnweb.freebsd.org/changeset/base/300493 > > Log: > Add support for "cdev_add_ext()" to the LinuxKPI. > > Obtained from: kmacy @ >

svn commit: r300526 - head/share/mk

2016-05-23 Thread Bryan Drewery
Author: bdrewery Date: Mon May 23 17:27:42 2016 New Revision: 300526 URL: https://svnweb.freebsd.org/changeset/base/300526 Log: Properly allow META_MODE to be set from environment. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk

Re: svn commit: r300421 - in head/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/mv dev/acpi_support dev/acpica dev/amdtemp dev/coretemp dev/iicbus powerpc/powermac

2016-05-23 Thread Warner Losh
On Sun, May 22, 2016 at 1:12 PM, Justin Hibbits wrote: > > On May 22, 2016 13:51, "Ravi Pokala" wrote: >> >> -Original Message- >> From: on behalf of Luiz Otavio O Souza >> >> Date: 2016-05-22, Sunday at 06:58 >> To: , , >> >> Subject: svn commit: r300421 - in head/sys: arm/allwinner >

svn commit: r300528 - head/sys/arm/freescale/imx

2016-05-23 Thread Svatopluk Kraus
Author: skra Date: Mon May 23 18:12:52 2016 New Revision: 300528 URL: https://svnweb.freebsd.org/changeset/base/300528 Log: INTRNG - use gpio generic interrupt modes definitions added in r298738. Reviewed by: ian Modified: head/sys/arm/freescale/imx/imx_gpio.c Modified: head/sys/arm/fr

svn commit: r300529 - head/sys/arm/freescale/imx

2016-05-23 Thread Svatopluk Kraus
Author: skra Date: Mon May 23 18:16:21 2016 New Revision: 300529 URL: https://svnweb.freebsd.org/changeset/base/300529 Log: INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO introduced in r298738. Reviewed by: ian Modified: head/sys/arm/freescale/imx/imx_gpio.c Modified:

Re: svn commit: r300372 - in head/sys: kern sys

2016-05-23 Thread John Baldwin
On Saturday, May 21, 2016 02:51:50 PM Andriy Gapon wrote: > Author: avg > Date: Sat May 21 14:51:49 2016 > New Revision: 300372 > URL: https://svnweb.freebsd.org/changeset/base/300372 > > Log: > fix loss of taskqueue wakeups (introduced in r300113) > > Submitted by: kmacy > Tested b

Re: svn commit: r300496 - in head/sys/compat/linuxkpi/common: include/linux src

2016-05-23 Thread Conrad Meyer
Didn't we already have list_sort in linuxkpi? Maybe I'm confused. On Mon, May 23, 2016 at 5:03 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Mon May 23 12:03:40 2016 > New Revision: 300496 > URL: https://svnweb.freebsd.org/changeset/base/300496 > > Log: > Add more list_xxx() functi

Re: svn commit: r300421 - in head/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/mv dev/acpi_support dev/acpica dev/amdtemp dev/coretemp dev/iicbus powerpc/powermac

2016-05-23 Thread Ravi Pokala
-Original Message- From: on behalf of Warner Losh Date: 2016-05-23, Monday at 10:37 To: Justin Hibbits Cc: Ravi Pokala , src-committers , "svn-src-head@freebsd.org" , Luiz Otavio O Souza , "svn-src-...@freebsd.org" Subject: Re: svn commit: r300421 - in head/sys: arm/allwinner arm/br

svn commit: r300531 - head/sys/dev/ntb/ntb_hw

2016-05-23 Thread Conrad E. Meyer
Author: cem Date: Mon May 23 19:46:58 2016 New Revision: 300531 URL: https://svnweb.freebsd.org/changeset/base/300531 Log: ntb_hw(4): Only record the first three MSIX vectors Don't overrun the msix_data array by reading the (unused) link state interrupt information. Reported by: mav

svn commit: r300532 - head/sys/cam/ata

2016-05-23 Thread Kenneth D. Merry
Author: ken Date: Mon May 23 19:52:08 2016 New Revision: 300532 URL: https://svnweb.freebsd.org/changeset/base/300532 Log: Fix ada(4) trim support quirk setting. I broke broke the quirk in the ada(4) driver disabling NCQ trim support in revision 300207. The support flags were set before

Re: svn commit: r298946 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Andriy Voskoboinyk
Mon, 23 May 2016 08:00:27 +0300 було написано Allan Jude : On 2016-05-23 00:49, Allan Jude wrote: On 2016-05-02 17:40, Andriy Voskoboinyk wrote: Author: avos Date: Mon May 2 21:40:34 2016 New Revision: 298946 URL: https://svnweb.freebsd.org/changeset/base/298946 Log: bsdinstall: fix stat

svn commit: r300533 - in head/sys/arm: arm at91 cavium/cns11xx include mv

2016-05-23 Thread Ian Lepore
Author: ian Date: Mon May 23 20:07:17 2016 New Revision: 300533 URL: https://svnweb.freebsd.org/changeset/base/300533 Log: Use the new(-ish) CP15_SCTLR macro to generate system control reg accesses where possible. In the places that doesn't work (multi-line inline asm, and places where the

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

2016-05-23 Thread Ian Lepore
Author: ian Date: Mon May 23 20:12:38 2016 New Revision: 300534 URL: https://svnweb.freebsd.org/changeset/base/300534 Log: Oops, fix a paste-o commited in r300533. Modified: head/sys/arm/arm/cpufunc_asm_xscale.S Modified: head/sys/arm/arm/cpufunc_asm_xscale.S

svn commit: r300535 - head/sys/arm/cavium/cns11xx

2016-05-23 Thread Ian Lepore
Author: ian Date: Mon May 23 20:13:17 2016 New Revision: 300535 URL: https://svnweb.freebsd.org/changeset/base/300535 Log: Spaces->tab in comment. Modified: head/sys/arm/cavium/cns11xx/econa_machdep.c Modified: head/sys/arm/cavium/cns11xx/econa_machdep.c =

svn commit: r300536 - head/sys/netinet6

2016-05-23 Thread Mark Johnston
Author: markj Date: Mon May 23 20:15:08 2016 New Revision: 300536 URL: https://svnweb.freebsd.org/changeset/base/300536 Log: Acquire the nd6 lock in the prefix list sysctl handler. The nd6 lock will be used to synchronize access to the NDP prefix list. MFC after:2 weeks Tested by

svn commit: r300537 - head/sys/netinet6

2016-05-23 Thread Mark Johnston
Author: markj Date: Mon May 23 20:18:11 2016 New Revision: 300537 URL: https://svnweb.freebsd.org/changeset/base/300537 Log: Mark the prefix and default router list sysctl handlers MPSAFE. MFC after:2 weeks Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

svn commit: r300538 - head/tests/sys/kern

2016-05-23 Thread Alan Somers
Author: asomers Date: Mon May 23 20:19:07 2016 New Revision: 300538 URL: https://svnweb.freebsd.org/changeset/base/300538 Log: Commit a missing change from 299090 tests/sys/kern/Makefile Reenable a disabled compiler warning, the need for which was eliminated by r299090.

Re: svn commit: r300496 - in head/sys/compat/linuxkpi/common: include/linux src

2016-05-23 Thread Hans Petter Selasky
On 05/23/16 21:03, Conrad Meyer wrote: Didn't we already have list_sort in linuxkpi? Maybe I'm confused. No, it is new from what I can see. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To un

svn commit: r300539 - in head: . share/man/man3 sys/kern sys/sys tests/sys/sys

2016-05-23 Thread Alan Somers
(r300539) @@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160523: + The bitstring(3) API has been updated with new functionality

Re: svn commit: r300493 - head/sys/compat/linuxkpi/common/include/linux

2016-05-23 Thread Hans Petter Selasky
On 05/23/16 19:00, John Baldwin wrote: On Monday, May 23, 2016 11:50:05 AM Hans Petter Selasky wrote: Author: hselasky Date: Mon May 23 11:50:05 2016 New Revision: 300493 URL: https://svnweb.freebsd.org/changeset/base/300493 Log: Add support for "cdev_add_ext()" to the LinuxKPI. Obtained f

Re: 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-23 Thread Alan Somers
On Fri, May 6, 2016 at 8:45 AM, Kurt Lidl wrote: > On 5/5/16 12:31 PM, John Baldwin wrote: > >> On Wednesday, May 04, 2016 10:34:11 PM Alan Somers wrote: >> >>> Author: asomers >>> Date: Wed May 4 22:34:11 2016 >>> New Revision: 299090 >>> URL: https://svnweb.freebsd.org/changeset/base/299090 >>

Re: svn commit: r300372 - in head/sys: kern sys

2016-05-23 Thread Andriy Gapon
I don't know, I was just a proxy. Kip is the author. On 23/05/2016 21:43, John Baldwin wrote: > On Saturday, May 21, 2016 02:51:50 PM Andriy Gapon wrote: >> Author: avg >> Date: Sat May 21 14:51:49 2016 >> New Revision: 300372 >> URL: https://svnweb.freebsd.org/changeset/base/300372 >> >> Log: >>

svn commit: r300540 - head/share/man/man9

2016-05-23 Thread Bryan Drewery
Author: bdrewery Date: Mon May 23 21:29:57 2016 New Revision: 300540 URL: https://svnweb.freebsd.org/changeset/base/300540 Log: Be more clear about LOCKLEAF being exclusive and add LOCKSHARED. Modified: head/share/man/man9/namei.9 Modified: head/share/man/man9/namei.9 ===

svn commit: r300542 - head/share/misc

2016-05-23 Thread Baptiste Daroussin
Author: bapt Date: Mon May 23 22:01:06 2016 New Revision: 300542 URL: https://svnweb.freebsd.org/changeset/base/300542 Log: Update pci_vendors to 2016.05.23 Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors ===

Re: 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-23 Thread Peter Wemm
On Thursday, May 05, 2016 10:57:16 AM Ed Maste wrote: > On 4 May 2016 at 18:34, Alan Somers wrote: > > 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

Re: svn commit: r300539 - in head: . share/man/man3 sys/kern sys/sys tests/sys/sys

2016-05-23 Thread Peter Wemm
On Monday, May 23, 2016 08:29:18 PM Alan Somers wrote: > Author: asomers > Date: Mon May 23 20:29:18 2016 > New Revision: 300539 > URL: https://svnweb.freebsd.org/changeset/base/300539 > > Log: > Add bit_count to the bitstring(3) api > (My aplogies, I replied to the wrong commit.) This break

Re: svn commit: r300539 - in head: . share/man/man3 sys/kern sys/sys tests/sys/sys

2016-05-23 Thread Alan Somers
On Mon, May 23, 2016 at 4:31 PM, Peter Wemm wrote: > On Monday, May 23, 2016 08:29:18 PM Alan Somers wrote: > > Author: asomers > > Date: Mon May 23 20:29:18 2016 > > New Revision: 300539 > > URL: https://svnweb.freebsd.org/changeset/base/300539 > > > > Log: > > Add bit_count to the bitstring(3

Re: 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-23 Thread Kurt Lidl
On 5/23/16 4:30 PM, Alan Somers wrote: On Fri, May 6, 2016 at 8:45 AM, Kurt Lidl mailto:l...@pix.net>> wrote: On 5/5/16 12:31 PM, John Baldwin wrote: On Wednesday, May 04, 2016 10:34:11 PM Alan Somers wrote: Author: asomers Date: Wed May 4 22:34:11 2016

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

2016-05-23 Thread Jung-uk Kim
Author: jkim Date: Mon May 23 23:00:47 2016 New Revision: 300543 URL: https://svnweb.freebsd.org/changeset/base/300543 Log: Document POPCNT erratum for 6th Generation Intel Core processors. Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c ==

Re: 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-23 Thread Bryan Drewery
On 5/23/16 1:30 PM, Alan Somers wrote: > UPDATING is updated as of r300539. Any objection to merging this to > stable/10? If any port uses it then yes. Binaries are built from 10.1 and expected to work on 10.1, 10.2, 10.3, 10.4, etc. -- Regards, Bryan Drewery __

Re: 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-23 Thread Alan Somers
On Mon, May 23, 2016 at 5:13 PM, Bryan Drewery wrote: > On 5/23/16 1:30 PM, Alan Somers wrote: > > UPDATING is updated as of r300539. Any objection to merging this to > > stable/10? > > If any port uses it then yes. Binaries are built from 10.1 and expected > to work on 10.1, 10.2, 10.3, 10.4,

Re: 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-23 Thread Conrad Meyer
On Mon, May 23, 2016 at 4:34 PM, Alan Somers wrote: > On Mon, May 23, 2016 at 5:13 PM, Bryan Drewery wrote: >> >> On 5/23/16 1:30 PM, Alan Somers wrote: >> > UPDATING is updated as of r300539. Any objection to merging this to >> > stable/10? >> >> If any port uses it then yes. Binaries are buil

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

2016-05-23 Thread Alan Somers
Author: asomers Date: Tue May 24 00:14:58 2016 New Revision: 300544 URL: https://svnweb.freebsd.org/changeset/base/300544 Log: Fix build of kern/subr_unit.c, broken by r300539 Reported by: peter Pointyhat to: asomers Sponsored by: Spectra Logic Corp Modified: head/sys/kern/subr_unit

svn commit: r300545 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Allan Jude
Author: allanjude Date: Tue May 24 00:22:29 2016 New Revision: 300545 URL: https://svnweb.freebsd.org/changeset/base/300545 Log: Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsboot Sponsored by: ScaleEngine Inc. Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: h

svn commit: r300546 - head/usr.sbin/bsdinstall/scripts

2016-05-23 Thread Allan Jude
Author: allanjude Date: Tue May 24 00:23:39 2016 New Revision: 300546 URL: https://svnweb.freebsd.org/changeset/base/300546 Log: Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per disk Sponsored by: ScaleEngine Inc. Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Mod

svn commit: r300547 - in head: lib/libcam sbin/camcontrol sbin/iscontrol sys/cam usr.sbin/camdd usr.sbin/mptutil

2016-05-23 Thread Don Lewis
Author: truckman Date: Tue May 24 00:57:11 2016 New Revision: 300547 URL: https://svnweb.freebsd.org/changeset/base/300547 Log: Fix multiple Coverity Out-of-bounds access false postive issues in CAM The currently used idiom for clearing the part of a ccb after its header generates one or

svn commit: r300548 - in head/sys: conf dev/bhnd dev/bhnd/bhndb dev/bhnd/cores/chipc dev/bhnd/nvram dev/bhnd/siba modules/bhnd modules/bhnd/cores/bhnd_chipc

2016-05-23 Thread Adrian Chadd
Author: adrian Date: Tue May 24 01:12:19 2016 New Revision: 300548 URL: https://svnweb.freebsd.org/changeset/base/300548 Log: [bhnd] Implement pass-through resource management for ChipCommon. This patchset adds support to bhnd_chipc for sharing SYS_RES_MEMORY resources with its children,

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

2016-05-23 Thread Adrian Chadd
Author: adrian Date: Tue May 24 01:20:30 2016 New Revision: 300549 URL: https://svnweb.freebsd.org/changeset/base/300549 Log: [bwn] add extra debugging for non-SIBA devices. This is a no-op at the present moment, but will eventually remind me where the SIBA specific demons lie. Teste

svn commit: r300550 - in head/sys: conf dev/iicbus dev/ofw

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Tue May 24 01:33:49 2016 New Revision: 300550 URL: https://svnweb.freebsd.org/changeset/base/300550 Log: Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw with unrelated code. Discussed with: nwhitehorn (a long time ago) Added: head/sys/d

svn commit: r300551 - head/sys/dev/ciss

2016-05-23 Thread Sean Bruno
Author: sbruno Date: Tue May 24 01:42:21 2016 New Revision: 300551 URL: https://svnweb.freebsd.org/changeset/base/300551 Log: Update some of the TBD entries in ciss(4) to match what's in the pci IDS data. Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/dev/ci

Re: svn commit: r300547 - in head: lib/libcam sbin/camcontrol sbin/iscontrol sys/cam usr.sbin/camdd usr.sbin/mptutil

2016-05-23 Thread Don Lewis
On 24 May, To: src-committ...@freebsd.org wrote: > Author: truckman > Date: Tue May 24 00:57:11 2016 > New Revision: 300547 > URL: https://svnweb.freebsd.org/changeset/base/300547 > > Log: > Fix multiple Coverity Out-of-bounds access false postive issues in CAM > > The currently used idiom

svn commit: r300556 - in head: sys/kern tests/sys/aio

2016-05-23 Thread John Baldwin
Author: jhb Date: Tue May 24 03:13:27 2016 New Revision: 300556 URL: https://svnweb.freebsd.org/changeset/base/300556 Log: Don't prematurely return short completions on blocking sockets. Always requeue an AIO job at the head of the socket buffer's queue if sosend() or soreceive() returns

svn commit: r300557 - head/usr.sbin/apmd

2016-05-23 Thread Peter Wemm
Author: peter Date: Tue May 24 03:15:46 2016 New Revision: 300557 URL: https://svnweb.freebsd.org/changeset/base/300557 Log: It seems is a new prerequisite for after r300539. Attempt to fix the build for i386. Modified: head/usr.sbin/apmd/apmd.c head/usr.sbin/apmd/apmdlex.l head/usr.s

Re: svn commit: r300548 - in head/sys: conf dev/bhnd dev/bhnd/bhndb dev/bhnd/cores/chipc dev/bhnd/nvram dev/bhnd/siba modules/bhnd modules/bhnd/cores/bhnd_chipc

2016-05-23 Thread John Baldwin
On Tuesday, May 24, 2016 01:12:19 AM Adrian Chadd wrote: > Author: adrian > Date: Tue May 24 01:12:19 2016 > New Revision: 300548 > URL: https://svnweb.freebsd.org/changeset/base/300548 > > Log: > [bhnd] Implement pass-through resource management for ChipCommon. > > This patchset adds suppo

Re: svn commit: r300557 - head/usr.sbin/apmd

2016-05-23 Thread Alan Somers
On Mon, May 23, 2016 at 9:15 PM, Peter Wemm wrote: > Author: peter > Date: Tue May 24 03:15:46 2016 > New Revision: 300557 > URL: https://svnweb.freebsd.org/changeset/base/300557 > > Log: > It seems is a new prerequisite for after > r300539. Attempt to fix the build for i386. > > Modified:

Re: 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-23 Thread Bryan Drewery
On 5/23/16 4:42 PM, Conrad Meyer wrote: > On Mon, May 23, 2016 at 4:34 PM, Alan Somers wrote: >> On Mon, May 23, 2016 at 5:13 PM, Bryan Drewery wrote: >>> >>> On 5/23/16 1:30 PM, Alan Somers wrote: UPDATING is updated as of r300539. Any objection to merging this to stable/10? >>> >>> I

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

2016-05-23 Thread Adrian Chadd
Author: adrian Date: Tue May 24 04:55:00 2016 New Revision: 300562 URL: https://svnweb.freebsd.org/changeset/base/300562 Log: [bwn] add BCM43225 to the BHND device list. This is all for the bhnd(4) work in progress. It's enough to probe/attach all the bhnd internals, but we're missing OT

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

2016-05-23 Thread Adrian Chadd
Author: adrian Date: Tue May 24 04:58:58 2016 New Revision: 300563 URL: https://svnweb.freebsd.org/changeset/base/300563 Log: [bwn] begin separating out the attach path from the SIBA specific bits. * convert phy_getinfo() to take a "gmode" flag, rather than the siba TGSHIGH flags and th

svn commit: r300564 - head/usr.sbin/pw

2016-05-23 Thread Don Lewis
Author: truckman Date: Tue May 24 05:02:24 2016 New Revision: 300564 URL: https://svnweb.freebsd.org/changeset/base/300564 Log: Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixes The length of the name returned from the $LOGNAME and $USER can be very long and it was being c

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 24 05:06:01 2016 New Revision: 300565 URL: https://svnweb.freebsd.org/changeset/base/300565 Log: hyperv/vmbus: Move vmbus interrupt counter into vmbus softc MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebs

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 24 05:18:26 2016 New Revision: 300567 URL: https://svnweb.freebsd.org/changeset/base/300567 Log: hyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr() MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebs

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 24 05:26:52 2016 New Revision: 300568 URL: https://svnweb.freebsd.org/changeset/base/300568 Log: hyperv/busdma: Take BUS_DMA_ZERO into account MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/D6499 M

svn commit: r300569 - head/sys/compat/linux

2016-05-23 Thread Dmitry Chagin
Author: dchagin Date: Tue May 24 05:29:41 2016 New Revision: 300569 URL: https://svnweb.freebsd.org/changeset/base/300569 Log: Don't leak fp in case where fo_ioctl() returns an error. Reported by: C Turt MFC after:1 week Modified: head/sys/compat/linux/linux_ioctl.c Modified: he

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 24 05:43:55 2016 New Revision: 300570 URL: https://svnweb.freebsd.org/changeset/base/300570 Log: hyperv/vmbus: Rename local variable and break long lines No functional changes. MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

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

2016-05-23 Thread Sepherosa Ziehau
Author: sephe Date: Tue May 24 05:51:51 2016 New Revision: 300571 URL: https://svnweb.freebsd.org/changeset/base/300571 Log: hyperv/vmbus: Move SynIC setup/teardown from hyperv file to vmbus file Avoid unnecessary exposure. MFC after:1 week Sponsored by: Microsoft OSTC Differen

  1   2   >