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

2014-10-02 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu Oct 2 06:00:55 2014 New Revision: 272397 URL: https://svnweb.freebsd.org/changeset/base/272397 Log: Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1. Approved by:stas (mentor) Modified: head/sys/arm/allwinner/timer.c Modified:

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-02 Thread Glen Barber
On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: On Wed, 1 Oct 2014, Glen Barber wrote: Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory because no

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-02 Thread NGie Cooper
On Wed, Oct 1, 2014 at 11:16 PM, Glen Barber g...@freebsd.org wrote: On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: On Wed, 1 Oct 2014, Glen Barber wrote: Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore

svn commit: r272398 - head/usr.bin/sort

2014-10-02 Thread Baptiste Daroussin
Author: bapt Date: Thu Oct 2 06:29:49 2014 New Revision: 272398 URL: https://svnweb.freebsd.org/changeset/base/272398 Log: Make sure to not skip any argument when converting from deprecated +POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n as it is expected

svn commit: r272399 - head/sys/dev/uart

2014-10-02 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu Oct 2 08:12:42 2014 New Revision: 272399 URL: https://svnweb.freebsd.org/changeset/base/272399 Log: Add uart driver for Qualcomm MSM 7000/8000 series chips. It is working on IFC6410 board which has Qualcomm Snapdragon SoC. Approved by:stas (mentor) Added:

Re: svn commit: r272391 - in head/sys: netinet netinet6

2014-10-02 Thread Alexander V. Chernikov
On 02.10.2014 04:25, Hiroki Sato wrote: Author: hrs Date: Thu Oct 2 00:25:57 2014 New Revision: 272391 URL: https://svnweb.freebsd.org/changeset/base/272391 Log: Add an additional routing table lookup when m-m_pkthdr.fibnum is changed at a PFIL hook in ip{,6}_output(). IPFW setfib rule

svn commit: r272401 - head/sys/cam/scsi

2014-10-02 Thread Alexander Motin
Author: mav Date: Thu Oct 2 09:42:11 2014 New Revision: 272401 URL: https://svnweb.freebsd.org/changeset/base/272401 Log: Rework the logic of sequential SCSI LUN scanner. Previous logic was not differentiating disconnected LUNs and absent targets. That made it to stop scan if LUN 0 was

svn commit: r272402 - head/sys/cam/scsi

2014-10-02 Thread Alexander Motin
Author: mav Date: Thu Oct 2 10:02:38 2014 New Revision: 272402 URL: https://svnweb.freebsd.org/changeset/base/272402 Log: Restore CAM_QUIRK_NOLUNS check, lost in previous commit. MFC after:1 month Modified: head/sys/cam/scsi/scsi_xpt.c Modified: head/sys/cam/scsi/scsi_xpt.c

Re: svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-02 Thread Gleb Smirnoff
On Wed, Oct 01, 2014 at 09:37:33PM +, Hiroki Sato wrote: H Author: hrs H Date: Wed Oct 1 21:37:32 2014 H New Revision: 272386 H URL: https://svnweb.freebsd.org/changeset/base/272386 H H Log: H Virtualize lagg(4) cloner. This change fixes a panic when tearing down H if_lagg(4) interfaces

Re: svn commit: r272390 - head/sbin/ifconfig

2014-10-02 Thread Gleb Smirnoff
On Thu, Oct 02, 2014 at 12:19:25AM +, Hiroki Sato wrote: H Author: hrs H Date: Thu Oct 2 00:19:24 2014 H New Revision: 272390 H URL: https://svnweb.freebsd.org/changeset/base/272390 H H Log: H Add IFCAP_HWSTATS. Actually this flag was a temporary workaround, which I hope to remove soon.

svn commit: r272403 - head/sys/fs/autofs

2014-10-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 2 10:31:32 2014 New Revision: 272403 URL: https://svnweb.freebsd.org/changeset/base/272403 Log: Make autofs timeout handling use timeout task instead of callout; that's because the handler can sleep on sx lock. Reviewed by: kib MFC after:1 week

svn commit: r272404 - head/sys/netinet6

2014-10-02 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 2 10:32:24 2014 New Revision: 272404 URL: https://svnweb.freebsd.org/changeset/base/272404 Log: Fix the checksum computation for UDPLite/IPv6. This requires the usage of a function computing the checksum only over a part of the function. Therefore introduce

Re: svn commit: r272391 - in head/sys: netinet netinet6

2014-10-02 Thread Gleb Smirnoff
On Thu, Oct 02, 2014 at 12:16:15PM +0400, Alexander V. Chernikov wrote: A On 02.10.2014 04:25, Hiroki Sato wrote: A Author: hrs A Date: Thu Oct 2 00:25:57 2014 A New Revision: 272391 A URL: https://svnweb.freebsd.org/changeset/base/272391 A A Log: A Add an additional routing table

Re: svn commit: r272403 - head/sys/fs/autofs

2014-10-02 Thread Gleb Smirnoff
On Thu, Oct 02, 2014 at 10:31:32AM +, Edward Tomasz Napierala wrote: E Author: trasz E Date: Thu Oct 2 10:31:32 2014 E New Revision: 272403 E URL: https://svnweb.freebsd.org/changeset/base/272403 E E Log: E Make autofs timeout handling use timeout task instead of callout; E that's

svn commit: r272405 - head/sys/fs/autofs

2014-10-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 2 10:37:56 2014 New Revision: 272405 URL: https://svnweb.freebsd.org/changeset/base/272405 Log: Call uma_zfree() outside of lock, and improve comment. Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.c Modified:

svn commit: r272406 - head/sys/cam/scsi

2014-10-02 Thread Alexander Motin
Author: mav Date: Thu Oct 2 10:39:07 2014 New Revision: 272406 URL: https://svnweb.freebsd.org/changeset/base/272406 Log: Make disconnected LUN 0 don't remain in half-configured state if there are no LUNs on SPC-3 target after we tried REPORT LUNS. Modified: head/sys/cam/scsi/scsi_xpt.c

svn commit: r272407 - in stable/10: contrib/ofed/libibverbs/examples contrib/ofed/libmlx4/src sys/conf sys/modules/mlx4 sys/modules/mlxen sys/ofed/drivers/infiniband/hw/mlx4 sys/ofed/drivers/net/ml...

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 10:46:12 2014 New Revision: 272407 URL: https://svnweb.freebsd.org/changeset/base/272407 Log: MFC r272027: Hardware driver update from Mellanox Technologies, including: - improved performance - better stability - new features - bugfixes

svn commit: r272408 - head/sys/netinet6

2014-10-02 Thread Michael Tuexen
Author: tuexen Date: Thu Oct 2 10:49:01 2014 New Revision: 272408 URL: https://svnweb.freebsd.org/changeset/base/272408 Log: Check for UDP/IPv6 packets that the length in the UDP header is at least the minimum. Make the check similar to the one for UDPLite/IPv6. MFC after: 3 days

svn commit: r272409 - head/sys/cam/scsi

2014-10-02 Thread Alexander Motin
Author: mav Date: Thu Oct 2 10:58:52 2014 New Revision: 272409 URL: https://svnweb.freebsd.org/changeset/base/272409 Log: Use REPORT LUNS command for SPC-2 devices with LUN 0 disconnected. SPC-2 tells REPORT LUNS shall be supported by devices supporting LUNs other then LUN 0. If we see

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

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 12:27:41 2014 New Revision: 272410 URL: https://svnweb.freebsd.org/changeset/base/272410 Log: Add new USB ID. PR: 194091 MFC after:3 days Modified: head/share/man/man4/urtwn.4 head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_urtwn.c

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-02 Thread Ed Maste
On 1 October 2014 17:03, Marcel Moolenaar mar...@freebsd.org wrote: Improve performance of mking(1) by keeping a list of chunks in memory, that keeps track of a particular region of the image. Nice work, thanks Marcel! I've been using brooks' NO_ROOT support along with makefs / mkimg to

svn commit: r272411 - head/sys/dev/sfxge

2014-10-02 Thread George V. Neville-Neil
Author: gnn Date: Thu Oct 2 15:03:51 2014 New Revision: 272411 URL: https://svnweb.freebsd.org/changeset/base/272411 Log: Properly handle a case that should never happen (the bus_dma callback being called with error set to non-zero). Modified: head/sys/dev/sfxge/sfxge_dma.c Modified:

svn commit: r272414 - in head: release release/amd64 release/i386 share/man/man7

2014-10-02 Thread Glen Barber
Author: gjb Date: Thu Oct 2 16:13:12 2014 New Revision: 272414 URL: https://svnweb.freebsd.org/changeset/base/272414 Log: Merge the following revisions from ^/projects/release-vmimage: r272234, r272236, r272262, r272264, r272269, r272271, r272272, r272277, r272279, r272376, r272380,

svn commit: r272416 - head/sys/dev/vt

2014-10-02 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Thu Oct 2 16:36:37 2014 New Revision: 272416 URL: https://svnweb.freebsd.org/changeset/base/272416 Log: vt(4): Save/restore keyboard mode LED states when switching window Add new functions to manipulate these mode state, instead of calling kbdd_ioctl()

svn commit: r272417 - stable/10/etc/devd

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:41:43 2014 New Revision: 272417 URL: https://svnweb.freebsd.org/changeset/base/272417 Log: MFC r272253: Regenerate usb.conf Approved by:re, gjb Modified: stable/10/etc/devd/usb.conf Directory Properties: stable/10/ (props changed)

svn commit: r272418 - stable/9/etc/devd

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:43:37 2014 New Revision: 272418 URL: https://svnweb.freebsd.org/changeset/base/272418 Log: MFC r272253: Regenerate usb.conf Modified: stable/9/etc/devd/usb.conf Directory Properties: stable/9/etc/ (props changed) Modified:

svn commit: r272420 - stable/9/sys/dev/sound/usb

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:48:05 2014 New Revision: 272420 URL: https://svnweb.freebsd.org/changeset/base/272420 Log: MFC r272254: Instead of creating the full range of possible ports, try to figure out the actual number of so-called embedded jacks which are present when a USB

svn commit: r272421 - stable/8/sys/dev/sound/usb

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:49:22 2014 New Revision: 272421 URL: https://svnweb.freebsd.org/changeset/base/272421 Log: MFC r272254: Instead of creating the full range of possible ports, try to figure out the actual number of so-called embedded jacks which are present when a USB

svn commit: r272422 - head/sys/dev/usb/controller

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:56:00 2014 New Revision: 272422 URL: https://svnweb.freebsd.org/changeset/base/272422 Log: Make sure we always set the maximum number of valid contexts. MFC after:3 days Modified: head/sys/dev/usb/controller/xhci.c Modified:

svn commit: r272423 - stable/10/sys/dev/sound/usb

2014-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Thu Oct 2 16:57:44 2014 New Revision: 272423 URL: https://svnweb.freebsd.org/changeset/base/272423 Log: MFC r272254: Instead of creating the full range of possible ports, try to figure out the actual number of so-called embedded jacks which are present when a USB

svn commit: r272424 - stable/10/usr.sbin/bsdinstall/scripts

2014-10-02 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu Oct 2 17:19:32 2014 New Revision: 272424 URL: https://svnweb.freebsd.org/changeset/base/272424 Log: MFC r272274: Change the /var dataset in the default ZFS layout to have the ZFS property canmount=off, making /var/db/pkg part of the / dataset, so

svn commit: r272427 - stable/8/sys/cddl/boot/zfs

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 17:42:21 2014 New Revision: 272427 URL: https://svnweb.freebsd.org/changeset/base/272427 Log: MFC r272389: Diff reduction with kernel code: instruct the compiler that the data of these types may be unaligned to their normal alignment and exercise

svn commit: r272426 - stable/9/sys/cddl/boot/zfs

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 17:42:02 2014 New Revision: 272426 URL: https://svnweb.freebsd.org/changeset/base/272426 Log: MFC r272389: Diff reduction with kernel code: instruct the compiler that the data of these types may be unaligned to their normal alignment and exercise

svn commit: r272425 - stable/10/sys/cddl/boot/zfs

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 17:41:27 2014 New Revision: 272425 URL: https://svnweb.freebsd.org/changeset/base/272425 Log: MFC r272389: Diff reduction with kernel code: instruct the compiler that the data of these types may be unaligned to their normal alignment and exercise

svn commit: r272428 - stable/10/usr.sbin/mountd

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 17:58:47 2014 New Revision: 272428 URL: https://svnweb.freebsd.org/changeset/base/272428 Log: MFC r270183: Avoid showing stale errors when nmount(2) fails. This should not be documented in relnotes as it still fails due to a race with

svn commit: r272429 - stable/9/usr.sbin/mountd

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:00:16 2014 New Revision: 272429 URL: https://svnweb.freebsd.org/changeset/base/272429 Log: MFC r270183: Avoid showing stale errors when nmount(2) fails. Modified: stable/9/usr.sbin/mountd/mountd.c Directory Properties: stable/9/usr.sbin/mountd/

svn commit: r272430 - stable/10/etc/periodic/daily

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:05:00 2014 New Revision: 272430 URL: https://svnweb.freebsd.org/changeset/base/272430 Log: MFC r271321: Don't cross mount boundaries when cleaning tmp files. Approved by: re (gjb) Relnotes: yes Modified:

svn commit: r272431 - stable/9/etc/periodic/daily

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:05:53 2014 New Revision: 272431 URL: https://svnweb.freebsd.org/changeset/base/272431 Log: MFC r271321: Don't cross mount boundaries when cleaning tmp files. Relnotes: yes Modified: stable/9/etc/periodic/daily/110.clean-tmps Directory

svn commit: r272433 - stable/9/usr.sbin/newsyslog

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:09:31 2014 New Revision: 272433 URL: https://svnweb.freebsd.org/changeset/base/272433 Log: MFC r272028: Make it more explicitly clear that -t will not change filename. Modified: stable/9/usr.sbin/newsyslog/newsyslog.8 Directory Properties:

svn commit: r272434 - stable/10/sbin/savecore

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:11:13 2014 New Revision: 272434 URL: https://svnweb.freebsd.org/changeset/base/272434 Log: MFC r271720: If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix a FILE* leak in getbounds(). PR: 192032 Approved

svn commit: r272435 - stable/9/sbin/savecore

2014-10-02 Thread Bryan Drewery
Author: bdrewery Date: Thu Oct 2 18:12:18 2014 New Revision: 272435 URL: https://svnweb.freebsd.org/changeset/base/272435 Log: MFC r271720: If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix a FILE* leak in getbounds(). PR: 192032 Modified:

svn commit: r272438 - stable/10/usr.bin/at

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 18:26:40 2014 New Revision: 272438 URL: https://svnweb.freebsd.org/changeset/base/272438 Log: MFC r272288,272289: When setting environment variables in the atrun script, use the export foo=bar form instead of foo=bar; export foo since the former allows

svn commit: r272439 - stable/9/usr.bin/at

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 18:32:17 2014 New Revision: 272439 URL: https://svnweb.freebsd.org/changeset/base/272439 Log: MFC r272288,272289: When setting environment variables in the atrun script, use the export foo=bar form instead of foo=bar; export foo since the former allows

svn commit: r272440 - stable/8/usr.bin/at

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 18:32:30 2014 New Revision: 272440 URL: https://svnweb.freebsd.org/changeset/base/272440 Log: MFC r272288,272289: When setting environment variables in the atrun script, use the export foo=bar form instead of foo=bar; export foo since the former allows

svn commit: r272441 - head/lib/libc/stdtime

2014-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Thu Oct 2 18:33:58 2014 New Revision: 272441 URL: https://svnweb.freebsd.org/changeset/base/272441 Log: strptime: %s format fix. Almost never needed in real life because %s is tends to be only one format spec. 1) Return code of gmtime_r() is checked. 2) All flags

Re: svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-02 Thread Jean-Sébastien Pédron
Author: hrs Date: Wed Oct 1 21:37:32 2014 New Revision: 272386 URL: https://svnweb.freebsd.org/changeset/base/272386 Log: Virtualize lagg(4) cloner. This change fixes a panic when tearing down if_lagg(4) interfaces which were cloned in a vnet jail. Hi! I believe this change needs

svn commit: r272442 - head/sys/modules/ncr

2014-10-02 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 2 18:45:00 2014 New Revision: 272442 URL: https://svnweb.freebsd.org/changeset/base/272442 Log: Remove the extra CFLAGS now that the driver has been fixed by jhb. Modified: head/sys/modules/ncr/Makefile Modified: head/sys/modules/ncr/Makefile

svn commit: r272443 - head/lib/libc/stdtime

2014-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Thu Oct 2 18:52:29 2014 New Revision: 272443 URL: https://svnweb.freebsd.org/changeset/base/272443 Log: strptime(3): Update manpage for %U and %W. %U and %W were implemented as part of r272273 so take them out of the BUGS section and mention them in the SYNOPSIS.

svn commit: r272444 - in head: sys/conf sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/compon...

2014-10-02 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 2 19:11:18 2014 New Revision: 272444 URL: https://svnweb.freebsd.org/changeset/base/272444 Log: Merge ACPICA 20140926. Added: head/sys/contrib/dev/acpica/common/acgetline.c - copied, changed from r256655, vendor-sys/acpica/dist/source/common/acgetline.c

Re: svn commit: r272442 - head/sys/modules/ncr

2014-10-02 Thread John Baldwin
On Thursday, October 02, 2014 2:45:01 pm Rui Paulo wrote: Author: rpaulo Date: Thu Oct 2 18:45:00 2014 New Revision: 272442 URL: https://svnweb.freebsd.org/changeset/base/272442 Log: Remove the extra CFLAGS now that the driver has been fixed by jhb. Oops, sorry I missed that. Thanks

svn commit: r272445 - in head: etc/mtree usr.sbin/pw usr.sbin/pw/tests

2014-10-02 Thread Brad Davis
Author: brd (doc committer) Date: Thu Oct 2 19:53:37 2014 New Revision: 272445 URL: https://svnweb.freebsd.org/changeset/base/272445 Log: - Add a test for bug 191427 where pw(8) will go into an infinite loop Reviewed by: will MFC after:1 month Added: head/usr.sbin/pw/tests/

svn commit: r272446 - in head: sbin/ifconfig sys/net

2014-10-02 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 20:01:13 2014 New Revision: 272446 URL: https://svnweb.freebsd.org/changeset/base/272446 Log: Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS for backward compatibility with old ifconfig(8). Modified: head/sbin/ifconfig/iflagg.c

Re: svn commit: r272386 - in head: sbin/ifconfig share/man/man4 sys/net

2014-10-02 Thread Hiroki Sato
Jean-Sébastien Pédron dumbb...@freebsd.org wrote in 542d9aed.6060...@freebsd.org: du Author: hrs du Date: Wed Oct 1 21:37:32 2014 du New Revision: 272386 du URL: https://svnweb.freebsd.org/changeset/base/272386 du du Log: duVirtualize lagg(4) cloner. This change fixes a panic when

svn commit: r272447 - head/sys/modules/acpi/acpi

2014-10-02 Thread Jung-uk Kim
Author: jkim Date: Thu Oct 2 20:13:52 2014 New Revision: 272447 URL: https://svnweb.freebsd.org/changeset/base/272447 Log: Remove obsolete Makefile for acpi.ko. Deleted: head/sys/modules/acpi/acpi/ ___ svn-src-all@freebsd.org mailing list

svn commit: r272448 - head/sbin/ifconfig

2014-10-02 Thread Hiroki Sato
Author: hrs Date: Thu Oct 2 20:17:16 2014 New Revision: 272448 URL: https://svnweb.freebsd.org/changeset/base/272448 Log: Revert r272390. Pointed out by: glebius Modified: head/sbin/ifconfig/ifconfig.c Modified: head/sbin/ifconfig/ifconfig.c

Re: svn commit: r272390 - head/sbin/ifconfig

2014-10-02 Thread Hiroki Sato
Gleb Smirnoff gleb...@freebsd.org wrote in 20141002103043.gf73...@freebsd.org: gl On Thu, Oct 02, 2014 at 12:19:25AM +, Hiroki Sato wrote: gl H Author: hrs gl H Date: Thu Oct 2 00:19:24 2014 gl H New Revision: 272390 gl H URL: https://svnweb.freebsd.org/changeset/base/272390 gl H gl H Log:

svn commit: r272449 - head/sys/kern

2014-10-02 Thread John Baldwin
Author: jhb Date: Thu Oct 2 21:18:16 2014 New Revision: 272449 URL: https://svnweb.freebsd.org/changeset/base/272449 Log: Require p_cansched() for changing a process' protection status via procctl() rather than p_cansee(). Submitted by: rwatson MFC after:3 days Modified:

svn commit: r272450 - in stable/10/sys: kern sys

2014-10-02 Thread Sean Bruno
Author: sbruno Date: Thu Oct 2 21:19:13 2014 New Revision: 272450 URL: https://svnweb.freebsd.org/changeset/base/272450 Log: MFC r271141: Allow multiple image activators to run on the same execution by changing imgp-interpreted to a bitmask instead of, functionally, a bool. Approved

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-02 Thread John Baldwin
On Thursday, October 02, 2014 2:16:28 am Glen Barber wrote: On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: On Wed, 1 Oct 2014, Glen Barber wrote: Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore

svn commit: r272451 - head/contrib/tcpdump

2014-10-02 Thread Luigi Rizzo
Author: luigi Date: Thu Oct 2 21:34:52 2014 New Revision: 272451 URL: https://svnweb.freebsd.org/changeset/base/272451 Log: add CAP_EVENT for the libpcap device so we will be able to use pcap--netmap which does poll() on the file descriptor MFC after:2 weeks Modified:

svn commit: r272452 - head/sys/dev/sfxge

2014-10-02 Thread George V. Neville-Neil
Author: gnn Date: Thu Oct 2 22:05:48 2014 New Revision: 272452 URL: https://svnweb.freebsd.org/changeset/base/272452 Log: Fixup the setting of the baud rate. Modified: head/sys/dev/sfxge/sfxge_port.c Modified: head/sys/dev/sfxge/sfxge_port.c

svn commit: r272453 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 22:16:00 2014 New Revision: 272453 URL: https://svnweb.freebsd.org/changeset/base/272453 Log: MFC r271527: MFV r271511: Use fnvlist_* to make code more readable. Illumos issue: 5135 zpool_find_import_cached() can use fnvlist_* Approved by:

svn commit: r272454 - head/share/man/man4

2014-10-02 Thread Gavin Atkinson
Author: gavin Date: Thu Oct 2 22:22:34 2014 New Revision: 272454 URL: https://svnweb.freebsd.org/changeset/base/272454 Log: Add HARDWARE section of urnis(4) driver to try to gain more visibility. MFC after:3 days Modified: head/share/man/man4/urndis.4 Modified:

svn commit: r272455 - head/cddl/contrib/opensolaris/cmd/dtrace

2014-10-02 Thread Mark Johnston
Author: markj Date: Thu Oct 2 22:33:35 2014 New Revision: 272455 URL: https://svnweb.freebsd.org/changeset/base/272455 Log: Have dtrace(1) handle SIGPIPE by cleaning up and exiting. Additionally, install signal handlers when running in list mode (-l), and acknowledge interrupts by cleaning

svn commit: r272456 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-02 Thread Xin LI
Author: delphij Date: Thu Oct 2 22:52:05 2014 New Revision: 272456 URL: https://svnweb.freebsd.org/changeset/base/272456 Log: MFC r271528: MFV r271512: Illumos issue: 5136 fix write throttle comment in dsl_pool.c Approved by: re (gjb) Modified:

svn commit: r272457 - head/lib/msun/src

2014-10-02 Thread Steve Kargl
Author: kargl Date: Thu Oct 2 23:08:36 2014 New Revision: 272457 URL: https://svnweb.freebsd.org/changeset/base/272457 Log: Remove whitespace and 2 blank lines. Modified: head/lib/msun/src/e_lgamma_r.c Modified: head/lib/msun/src/e_lgamma_r.c

svn commit: r272458 - in head/contrib/netbsd-tests: . bin bin/cat bin/cp bin/dd bin/df bin/expr bin/pax bin/ps bin/sh bin/sh/dotcmd bin/sleep bin/tar crypto crypto/libcrypto crypto/libcrypto/bf cry...

2014-10-02 Thread Garrett Cooper
Author: ngie Date: Thu Oct 2 23:26:49 2014 New Revision: 272458 URL: https://svnweb.freebsd.org/changeset/base/272458 Log: Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in

Re: svn commit: r272372 - stable/10/bin/rm

2014-10-02 Thread Bruce Evans
On Thu, 2 Oct 2014, John Baldwin wrote: On Thursday, October 02, 2014 2:16:28 am Glen Barber wrote: On Thu, Oct 02, 2014 at 02:56:05PM +1000, Bruce Evans wrote: On Wed, 1 Oct 2014, Glen Barber wrote: Log: MFC r268376 (imp): rm -rf can fail sometimes with an error from fts_read. Make it

svn commit: r272459 - stable/10/sys/conf

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:13:10 2014 New Revision: 272459 URL: https://svnweb.freebsd.org/changeset/base/272459 Log: Update stable/10 to -RC1 in preparation of branching releng/10.1 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r272460 - svnadmin/conf

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:26:33 2014 New Revision: 272460 URL: https://svnweb.freebsd.org/changeset/base/272460 Log: Require explicit re approval for releng/10.1 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: svnadmin/conf/approvers Modified:

svn commit: r272461 - releng/10.1

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:49:11 2014 New Revision: 272461 URL: https://svnweb.freebsd.org/changeset/base/272461 Log: Copy stable/10@r272459 to releng/10.1 as part of the 10.1-RELEASE process. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Added: releng/10.1/

svn commit: r272462 - releng/10.1

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:52:20 2014 New Revision: 272462 URL: https://svnweb.freebsd.org/changeset/base/272462 Log: Clean vestigial svn:mergeinfo from stable/10 - releng/10.1 branch. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: Directory

svn commit: r272463 - releng/10.1/sys/sys

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:58:34 2014 New Revision: 272463 URL: https://svnweb.freebsd.org/changeset/base/272463 Log: Bump __FreeBSD_version after releng/10.1 branch. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: releng/10.1/sys/sys/param.h Modified:

svn commit: r272464 - stable/10/sys/sys

2014-10-02 Thread Glen Barber
Author: gjb Date: Fri Oct 3 00:58:42 2014 New Revision: 272464 URL: https://svnweb.freebsd.org/changeset/base/272464 Log: Bump __FreeBSD_version after releng/10.1 branch. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/sys/param.h Modified:

svn commit: r272465 - head/share/man/man4

2014-10-02 Thread Kevin Lo
Author: kevlo Date: Fri Oct 3 01:20:49 2014 New Revision: 272465 URL: https://svnweb.freebsd.org/changeset/base/272465 Log: Mention umoscom(4) and uslcom(4). Modified: head/share/man/man4/ucom.4 Modified: head/share/man/man4/ucom.4

svn commit: r272466 - head/share/man/man4

2014-10-02 Thread Kevin Lo
Author: kevlo Date: Fri Oct 3 01:39:33 2014 New Revision: 272466 URL: https://svnweb.freebsd.org/changeset/base/272466 Log: bump .Dd Reported by: gjb Modified: head/share/man/man4/ucom.4 Modified: head/share/man/man4/ucom.4

svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 3 02:24:41 2014 New Revision: 272467 URL: https://svnweb.freebsd.org/changeset/base/272467 Log: Fix failures and warnings reported by newpynfs20090424 test tool. This fix addresses only issues with the pynfs reports, none of these issues are

svn commit: r272468 - head/sys/geom

2014-10-02 Thread Hiroki Sato
Author: hrs Date: Fri Oct 3 04:13:25 2014 New Revision: 272468 URL: https://svnweb.freebsd.org/changeset/base/272468 Log: Fix a bug in r272297 which prevented dumpdev from setting. !u is not equivalent to (u != 0). Modified: head/sys/geom/geom_dev.c Modified: head/sys/geom/geom_dev.c