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

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

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

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