svn commit: r273577 - in head/sys/dev/hyperv: netvsc stordisengage storvsc utilities

2014-10-24 Thread Xin LI
Author: delphij Date: Fri Oct 24 06:27:45 2014 New Revision: 273577 URL: https://svnweb.freebsd.org/changeset/base/273577 Log: Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-tree driver. This change was verified by Microsoft. Modified:

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

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 06:53:06 2014 New Revision: 273578 URL: https://svnweb.freebsd.org/changeset/base/273578 Log: - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSD - Use #include h_macros.h instead of relative path analog Sponsored by: EMC / Isilon Storage

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

2014-10-24 Thread Garrett Cooper
Author: ngie Date: Fri Oct 24 06:57:16 2014 New Revision: 273579 URL: https://svnweb.freebsd.org/changeset/base/273579 Log: - Mark signo __unused in the signal handler function - Effectively #if 0 out some code that does not fail on FreeBSD In collaboration with: pho Sponsored by: EMC

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

2014-10-24 Thread Marcelo Araujo
2014-10-24 13:58 GMT+08:00 Mateusz Guzik mjgu...@gmail.com: 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

svn commit: r273580 - in stable/10/sys/dev/hyperv: netvsc stordisengage storvsc utilities

2014-10-24 Thread Xin LI
Author: delphij Date: Fri Oct 24 07:06:01 2014 New Revision: 273580 URL: https://svnweb.freebsd.org/changeset/base/273580 Log: MFC r273577: Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-tree driver. This change was verified by Microsoft. Instant MFC approved by:

svn commit: r273581 - in releng/10.1/sys/dev/hyperv: netvsc stordisengage storvsc utilities

2014-10-24 Thread Xin LI
Author: delphij Date: Fri Oct 24 07:50:34 2014 New Revision: 273581 URL: https://svnweb.freebsd.org/changeset/base/273581 Log: MFS r273580: MFC r273577: Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-tree driver. This change was verified by Microsoft. Approved by:

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

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:

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:

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:

Re: svn commit: r272604 - stable/10/sys/dev/netmap

2014-10-24 Thread Harald Schmalzbauer
Bezüglich Luigi Rizzo's Nachricht vom 06.10.2014 11:46 (localtime): Author: luigi Date: Mon Oct 6 09:46:21 2014 New Revision: 272604 URL: https://svnweb.freebsd.org/changeset/base/272604 Log: MFC r272111 fix a panic when passing ifioctl from a netmap file descriptor to the

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

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:

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:

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.

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

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:

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: r273596 - stable/9/cddl/contrib/opensolaris/lib/libdtrace/common

2014-10-24 Thread Mark Johnston
Author: markj Date: Fri Oct 24 17:24:29 2014 New Revision: 273596 URL: https://svnweb.freebsd.org/changeset/base/273596 Log: MFC r258902: The uaddr, ufunc, umod and usym functions all seem to work as expected on FreeBSD, so stop hiding them behind a #if defined(sun). Modified:

svn commit: r273595 - stable/10/cddl/contrib/opensolaris/lib/libdtrace/common

2014-10-24 Thread Mark Johnston
Author: markj Date: Fri Oct 24 17:24:29 2014 New Revision: 273595 URL: https://svnweb.freebsd.org/changeset/base/273595 Log: MFC r258902: The uaddr, ufunc, umod and usym functions all seem to work as expected on FreeBSD, so stop hiding them behind a #if defined(sun). Modified:

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

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

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 and

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 applications

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,

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 broken and

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 kostik...@gmail.com 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

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 a...@freebsd.org 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.

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 kostik...@gmail.com 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:

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:

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

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

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

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: r273608 - releng/10.1/release/doc/en_US.ISO8859-1/relnotes

2014-10-24 Thread Glen Barber
Author: gjb Date: Fri Oct 24 21:40:44 2014 New Revision: 273608 URL: https://svnweb.freebsd.org/changeset/base/273608 Log: Document r273399, OpenSSL updated to version 1.0.1j. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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'

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:

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:

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

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: r273617 - vendor/netcat/dist

2014-10-24 Thread Xin LI
Author: delphij Date: Sat Oct 25 00:32:05 2014 New Revision: 273617 URL: https://svnweb.freebsd.org/changeset/base/273617 Log: Vendor import nc(1) from OPENBSD_5_6. Modified: vendor/netcat/dist/netcat.c Modified: vendor/netcat/dist/netcat.c

svn commit: r273618 - vendor/netcat/5.6

2014-10-24 Thread Xin LI
Author: delphij Date: Sat Oct 25 00:32:30 2014 New Revision: 273618 URL: https://svnweb.freebsd.org/changeset/base/273618 Log: Tag netcat from OpenBSD 5.6. Added: vendor/netcat/5.6/ - copied from r273617, vendor/netcat/dist/ ___

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

svn commit: r273620 - releng/10.1/release/doc/en_US.ISO8859-1/errata

2014-10-24 Thread Glen Barber
Author: gjb Date: Sat Oct 25 01:17:29 2014 New Revision: 273620 URL: https://svnweb.freebsd.org/changeset/base/273620 Log: Note to avoid using GENERIC kernel on i386 when using multi-disk ZFS pools, referencing an old UPDATING entry that predates 10.0-RELEASE. Approved by: re

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 j...@freebsd.org 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

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 b...@freebsd.org 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

svn commit: r273621 - stable/10/usr.sbin/watchdogd

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 01:59:01 2014 New Revision: 273621 URL: https://svnweb.freebsd.org/changeset/base/273621 Log: MFC r273247: Fix the watchdog/watchdog man pages. The default timeout is 128 seconds. Modified: stable/10/usr.sbin/watchdogd/watchdog.8

svn commit: r273622 - stable/10/sys/boot/fdt/dts/arm

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 02:00:32 2014 New Revision: 273622 URL: https://svnweb.freebsd.org/changeset/base/273622 Log: MFC r273248: AM335x FDT: add an entry for the watchdog. Modified: stable/10/sys/boot/fdt/dts/arm/am335x.dtsi Directory Properties: stable/10/ (props changed)

svn commit: r273623 - stable/10/sys/boot/fdt/dts/arm

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 02:02:20 2014 New Revision: 273623 URL: https://svnweb.freebsd.org/changeset/base/273623 Log: MFC r273256: AM335X FDT: use the omap3-wdt string for compatibility with Linux. Modified: stable/10/sys/boot/fdt/dts/arm/am335x.dtsi Directory Properties:

svn commit: r273624 - in stable/10/sys/arm: conf ti

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 02:05:21 2014 New Revision: 273624 URL: https://svnweb.freebsd.org/changeset/base/273624 Log: MFC r273257: Add a driver for the TI watchdog. The TI watchdog timer is present on BeagleBone's. Since 2014, U-Boot has been booting the BeagleBone with the

svn commit: r273625 - in stable/10/sys/arm: conf ti

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 02:06:40 2014 New Revision: 273625 URL: https://svnweb.freebsd.org/changeset/base/273625 Log: MFC r273258: Make the ti_mbox and ti_pruss drivers optional. Modified: stable/10/sys/arm/conf/BEAGLEBONE stable/10/sys/arm/ti/files.ti Directory Properties:

svn commit: r273626 - stable/10/sys/arm/ti

2014-10-24 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 25 02:08:02 2014 New Revision: 273626 URL: https://svnweb.freebsd.org/changeset/base/273626 Log: MFC r273261: Remove an unused mutex. Modified: stable/10/sys/arm/ti/ti_wdt.c Directory Properties: stable/10/ (props changed) Modified:

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 9 and

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 semaphores were

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 MFC

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