svn commit: r273632 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:33:00 2014 New Revision: 273632 URL: https://svnweb.freebsd.org/changeset/base/273632 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 194587 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273631 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:28:48 2014 New Revision: 273631 URL: https://svnweb.freebsd.org/changeset/base/273631 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 194586 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273630 - head/tools/regression/zfs/zpool/add

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 06:10:01 2014 New Revision: 273630 URL: https://svnweb.freebsd.org/changeset/base/273630 Log: Bail out of the script on FreeBSD due to deterministic panic issue PR: 191573 Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/zfs/zpoo

svn commit: r273629 - head/sys/kern

2014-10-24 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 25 05:56:21 2014 New Revision: 273629 URL: https://svnweb.freebsd.org/changeset/base/273629 Log: rlimit: plug duplicate assertion counter sanity is already checked by refcount_release. Modified: head/sys/kern/kern_resource.c Modified: head/sys/kern/kern_resourc

svn commit: r273628 - head/tools/regression/zfs

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 05:31:18 2014 New Revision: 273628 URL: https://svnweb.freebsd.org/changeset/base/273628 Log: Move the redirection to stderr out of the cmd variable assignment Putting 2>/dev/null in cmd= escapes the redirection operation, which causes mdconfig to think it's

svn commit: r273627 - head/tools/regression/zfs

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Sat Oct 25 04:52:48 2014 New Revision: 273627 URL: https://svnweb.freebsd.org/changeset/base/273627 Log: - Print out "Bail out!" in die(..) so prove terminates immediately - Handle the output from newer versions of openssl md5, similar to what pjd@ did in r248304 MF

Re: svn commit: r273601 - head/lib/libc/gen

2014-10-24 Thread Andrey Chernov
On 25.10.2014 6:21, Andrey Chernov wrote: > On 24.10.2014 23:55, John Baldwin wrote: >> Author: jhb >> Date: Fri Oct 24 19:55:49 2014 >> New Revision: 273601 >> URL: https://svnweb.freebsd.org/changeset/base/273601 >> >> Log: >> Don't reference sem(4) from the POSIX semaphore pages. POSIX semaph

Re: svn commit: r273601 - head/lib/libc/gen

2014-10-24 Thread Andrey Chernov
On 24.10.2014 23:55, John Baldwin wrote: > Author: jhb > Date: Fri Oct 24 19:55:49 2014 > New Revision: 273601 > URL: https://svnweb.freebsd.org/changeset/base/273601 > > Log: > Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores > were reimplemented using umtx in FreeBSD

Re: svn commit: r273604 - in head: include lib/libc/gen sys/kern sys/sys usr.bin/truss

2014-10-24 Thread NGie Cooper
On Fri, Oct 24, 2014 at 6:35 PM, Bjoern A. Zeeb wrote: ... > Has anyone fixed this: > > /scratch/tmp/bz/head.svn/sys/kern/kern_umtx.c:2898:21: error: passing > 'volatile __uint32_t *' (aka 'volatile unsigned int *') to parameter of type > 'const void *' discards qualifiers > [-Werror,-Wincomp

Re: svn commit: r273604 - in head: include lib/libc/gen sys/kern sys/sys usr.bin/truss

2014-10-24 Thread Bjoern A. Zeeb
On 24 Oct 2014, at 20:02 , John Baldwin wrote: > Author: jhb > Date: Fri Oct 24 20:02:44 2014 > New Revision: 273604 > URL: https://svnweb.freebsd.org/changeset/base/273604 > > Log: > The current POSIX semaphore implementation stores the _has_waiters flag > in a separate word from the _count.

svn commit: r273619 - head/contrib/netcat

2014-10-24 Thread Xin LI
Author: delphij Date: Sat Oct 25 00:37:35 2014 New Revision: 273619 URL: https://svnweb.freebsd.org/changeset/base/273619 Log: MFV r273617: netcat from OpenBSD 5.6. MFC after:2 weeks Modified: head/contrib/netcat/netcat.c Directory Properties: head/contrib/netcat/ (props changed)

svn commit: r273616 - head/sys/kern

2014-10-24 Thread Xin LI
Author: delphij Date: Sat Oct 25 00:16:36 2014 New Revision: 273616 URL: https://svnweb.freebsd.org/changeset/base/273616 Log: Fix build. Modified: head/sys/kern/kern_umtx.c Modified: head/sys/kern/kern_umtx.c == ---

svn commit: r273615 - head/sys/dev/cxgbe/firmware

2014-10-24 Thread Navdeep Parhar
Author: np Date: Sat Oct 25 00:14:44 2014 New Revision: 273615 URL: https://svnweb.freebsd.org/changeset/base/273615 Log: cxgbe(4): bump up PF4's share of some global resources. This increases the size of the per-port RSS slice and also allows the driver to use a larger number of tx and r

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

2014-10-24 Thread Brooks Davis
Author: brooks Date: Fri Oct 24 23:25:44 2014 New Revision: 273614 URL: https://svnweb.freebsd.org/changeset/base/273614 Log: Use the __DECONST macro rather than hand rolling the same thing. Sponsored by: DARPA, AFRL Modified: head/lib/libc/stdlib/lsearch.c Modified: head/lib/libc/stdli

svn commit: r273613 - head/include

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 24 23:25:11 2014 New Revision: 273613 URL: https://svnweb.freebsd.org/changeset/base/273613 Log: Fix the build by installing acpi_hpet.h correctly. Submitted by: jase MFC after:1 week Modified: head/include/Makefile Modified: head/include/Makefile

svn commit: r273612 - head/lib/libc/rpc

2014-10-24 Thread Brooks Davis
Author: brooks Date: Fri Oct 24 23:24:47 2014 New Revision: 273612 URL: https://svnweb.freebsd.org/changeset/base/273612 Log: Remove an unused variable that would be better spelled __func__. Sponsored by: DARPA, AFRL Modified: head/lib/libc/rpc/clnt_vc.c Modified: head/lib/libc/rpc/clnt

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

2014-10-24 Thread Luiz Otavio O Souza
Author: loos Date: Fri Oct 24 22:06:21 2014 New Revision: 273610 URL: https://svnweb.freebsd.org/changeset/base/273610 Log: Add an iicbus_reset() method to bcm2835_bsc. While it is generally not used for kernel devices it is used by i2c(8). This fix the 'error: Device not configured' whe

svn commit: r273607 - head/sys/dev/acpica

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 24 21:08:36 2014 New Revision: 273607 URL: https://svnweb.freebsd.org/changeset/base/273607 Log: Add a sysctl to control the HPET allow_write behaviour. Requested by: kib Modified: head/sys/dev/acpica/acpi_hpet.c Modified: head/sys/dev/acpica/acpi_hpet.c ===

svn commit: r273606 - head/sys/arm/ti/cpsw

2014-10-24 Thread Luiz Otavio O Souza
Author: loos Date: Fri Oct 24 21:08:02 2014 New Revision: 273606 URL: https://svnweb.freebsd.org/changeset/base/273606 Log: Fix cpsw_detach() to not panic when called from cpsw_attach(). For an unkown reason (at moment), sometimes if_cpsw cannot read from PHY and fails to attach calling c

svn commit: r273605 - head/lib/libc/net

2014-10-24 Thread Mark Johnston
Author: markj Date: Fri Oct 24 20:29:14 2014 New Revision: 273605 URL: https://svnweb.freebsd.org/changeset/base/273605 Log: Eliminate conf_lock and instead rely on the NSS write lock to protect NSS configuration state. As a side effect, this fixes a race condition which can occur if mult

svn commit: r273604 - in head: include lib/libc/gen sys/kern sys/sys usr.bin/truss

2014-10-24 Thread John Baldwin
Author: jhb Date: Fri Oct 24 20:02:44 2014 New Revision: 273604 URL: https://svnweb.freebsd.org/changeset/base/273604 Log: The current POSIX semaphore implementation stores the _has_waiters flag in a separate word from the _count. This does not permit both items to be updated atomically in

svn commit: r273603 - in head/sys: amd64/conf arm/conf conf i386/conf pc98/conf powerpc/conf sparc64/conf

2014-10-24 Thread John Baldwin
Author: jhb Date: Fri Oct 24 19:58:24 2014 New Revision: 273603 URL: https://svnweb.freebsd.org/changeset/base/273603 Log: Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that provides compatability for FreeBSD 9.x and 10.x binaries. Enable these options in kernel configs that

svn commit: r273602 - head/sys/dev/acpica

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 24 19:58:00 2014 New Revision: 273602 URL: https://svnweb.freebsd.org/changeset/base/273602 Log: HPET: avoid handling the multiple file-descriptor case. It had two bugs: one where mmap was still allowed and another where D_TRACKCLOSE doesn't handle all cases.

svn commit: r273601 - head/lib/libc/gen

2014-10-24 Thread John Baldwin
Author: jhb Date: Fri Oct 24 19:55:49 2014 New Revision: 273601 URL: https://svnweb.freebsd.org/changeset/base/273601 Log: Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores were reimplemented using umtx in FreeBSD 9 and no longer use sem(4). Modified: head/lib/libc/ge

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Rui Paulo
On Oct 24, 2014, at 12:06 PM, Andriy Gapon wrote: On 24/10/2014 21:39, Rui Paulo wrote: Author: rpaulo Date: Fri Oct 24 18:39:15 2014 New Revision: 273598 URL: https://svnweb.freebsd.org/changeset/base/273598 Log: HPET: create /dev/hpetN as a way to access HPET from userland. In some cases, T

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Konstantin Belousov
On Fri, Oct 24, 2014 at 07:33:07PM +, Rui Paulo wrote: > On Oct 24, 2014, at 12:20 PM, Konstantin Belousov wrote: > > On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote: > > Author: rpaulo > > Date: Fri Oct 24 18:39:15 2014 > > New Revision: 273598 > > URL: https://svnweb.freebsd.org/c

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Rui Paulo
On Oct 24, 2014, at 12:20 PM, Konstantin Belousov wrote: On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote: Author: rpaulo Date: Fri Oct 24 18:39:15 2014 New Revision: 273598 URL: https://svnweb.freebsd.org/changeset/base/273598 Log: HPET: create /dev/hpetN as a way to access HPET from

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Konstantin Belousov
On Fri, Oct 24, 2014 at 06:39:16PM +, Rui Paulo wrote: > Author: rpaulo > Date: Fri Oct 24 18:39:15 2014 > New Revision: 273598 > URL: https://svnweb.freebsd.org/changeset/base/273598 > > Log: > HPET: create /dev/hpetN as a way to access HPET from userland. > > In some cases, TSC is bro

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

2014-10-24 Thread Luiz Otavio O Souza
Author: loos Date: Fri Oct 24 19:18:39 2014 New Revision: 273599 URL: https://svnweb.freebsd.org/changeset/base/273599 Log: Fix a bug where DMA maps created with bus_dmamap_create() won't increment the map count and without being able to keep track of the current map allocation, bus_dma_tag_

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Andriy Gapon
On 24/10/2014 21:39, Rui Paulo wrote: > Author: rpaulo > Date: Fri Oct 24 18:39:15 2014 > New Revision: 273598 > URL: https://svnweb.freebsd.org/changeset/base/273598 > > Log: > HPET: create /dev/hpetN as a way to access HPET from userland. > > In some cases, TSC is broken and special appli

Re: svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread John Baldwin
On Friday, October 24, 2014 06:39:16 PM Rui Paulo wrote: > Author: rpaulo > Date: Fri Oct 24 18:39:15 2014 > New Revision: 273598 > URL: https://svnweb.freebsd.org/changeset/base/273598 > > Log: > HPET: create /dev/hpetN as a way to access HPET from userland. > > In some cases, TSC is broken

Re: svn commit: r273576 - head/sys/dev/uart

2014-10-24 Thread John Baldwin
On Friday, October 24, 2014 05:39:32 AM Marcelo Araujo wrote: > Author: araujo (ports committer) > Date: Fri Oct 24 05:39:32 2014 > New Revision: 273576 > URL: https://svnweb.freebsd.org/changeset/base/273576 > > Log: > Fix a leaked Storage Variable. > > Phabric:D981 > Submitted by:

svn commit: r273598 - in head: include sys/dev/acpica

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Fri Oct 24 18:39:15 2014 New Revision: 273598 URL: https://svnweb.freebsd.org/changeset/base/273598 Log: HPET: create /dev/hpetN as a way to access HPET from userland. In some cases, TSC is broken and special applications might benefit from memory mapping HPET and rea

svn commit: r273594 - head/sbin/ipfw

2014-10-24 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 24 17:06:56 2014 New Revision: 273594 URL: https://svnweb.freebsd.org/changeset/base/273594 Log: Fix documentation issue. PR: 194581 Submitted by: madpilot Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

svn commit: r273593 - head/sys/ofed/drivers/net/mlx4

2014-10-24 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 24 16:39:01 2014 New Revision: 273593 URL: https://svnweb.freebsd.org/changeset/base/273593 Log: Update the network interface baudrate integer according to the actual line rate. Submitted by: jhb @ MFC after:1 week Modified: head/sys/ofed/drivers/ne

svn commit: r273592 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 16:18:16 2014 New Revision: 273592 URL: https://svnweb.freebsd.org/changeset/base/273592 Log: - Add sys/types.h for the APIs in sys/sysctl.h - Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a vm.minaddress sysctl analog - Expect ENO

svn commit: r273591 - head/contrib/netbsd-tests/lib/libc/sys

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 16:07:31 2014 New Revision: 273591 URL: https://svnweb.freebsd.org/changeset/base/273591 Log: Correct my previous commit: - getrusage_utime_back succeeds reliably on FreeBSD - getrusage_utime_zero passes/fails in a seemingly non-deterministic manner. Skip

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

2014-10-24 Thread Ian Lepore
Author: ian Date: Fri Oct 24 15:44:29 2014 New Revision: 273590 URL: https://svnweb.freebsd.org/changeset/base/273590 Log: Accept the documented FDT compatible string for the PL310 cache controller as well as the non-standard string we've been using for a couple years. Modified: head/sys/ar

svn commit: r273589 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2014-10-24 Thread Kevin Lo
Author: kevlo Date: Fri Oct 24 15:36:30 2014 New Revision: 273589 URL: https://svnweb.freebsd.org/changeset/base/273589 Log: Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M. Modified: head/share/man/man4/urtwn.4 head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_urtwn.c Modified: head/sh

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

2014-10-24 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 24 13:57:15 2014 New Revision: 273588 URL: https://svnweb.freebsd.org/changeset/base/273588 Log: Bump default dynamic limit to 16k entries. Print better log message when limit is hit. PR: 193300 Submitted by: me at nileshgr.com Modified: head/

svn commit: r273587 - in head/sys: net netinet netinet6

2014-10-24 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 24 13:34:22 2014 New Revision: 273587 URL: https://svnweb.freebsd.org/changeset/base/273587 Log: Remove redundant check and m_pullup() call. Modified: head/sys/net/if_gif.c head/sys/netinet/in_gif.c head/sys/netinet6/in6_gif.c Modified: head/sys/net/if_gif.c

svn commit: r273586 - head/sbin/ipfw

2014-10-24 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 24 13:29:12 2014 New Revision: 273586 URL: https://svnweb.freebsd.org/changeset/base/273586 Log: Fix displaying non-contiguous netmasks. Found by: ae Sponsored by: Yandex LLC Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c =

svn commit: r273585 - head/usr.sbin/ctld

2014-10-24 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 24 12:30:43 2014 New Revision: 273585 URL: https://svnweb.freebsd.org/changeset/base/273585 Log: Improve ctld.conf example. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified: head/usr.sbin/ctld/ctl.c

svn commit: r273584 - head/usr.sbin/ctld

2014-10-24 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 24 11:40:09 2014 New Revision: 273584 URL: https://svnweb.freebsd.org/changeset/base/273584 Log: Make the initiator-name and initiator-portal checks a little nicer. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctld.

svn commit: r273583 - head/usr.sbin/ctld

2014-10-24 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 24 11:34:55 2014 New Revision: 273583 URL: https://svnweb.freebsd.org/changeset/base/273583 Log: Tidy up the login code; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/login.c Modified: head/us

svn commit: r273582 - in head/sys/amd64: amd64 include

2014-10-24 Thread Roger Pau Monné
Author: royger Date: Fri Oct 24 09:48:58 2014 New Revision: 273582 URL: https://svnweb.freebsd.org/changeset/base/273582 Log: amd64: make uiomove_fromphys functional for pages not mapped by the DMAP Place the code introduced in r268660 into a separate function that can be called from uiom

Re: svn commit: r273576 - head/sys/dev/uart

2014-10-24 Thread Marcelo Araujo
2014-10-24 13:58 GMT+08:00 Mateusz Guzik : > On Fri, Oct 24, 2014 at 05:39:32AM +, Marcelo Araujo wrote: > > Author: araujo (ports committer) > > Date: Fri Oct 24 05:39:32 2014 > > New Revision: 273576 > > URL: https://svnweb.freebsd.org/changeset/base/273576 > > > > Log: > > Fix a leaked St