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

2014-03-12 Thread David Xu
Author: davidxu Date: Thu Mar 13 06:54:10 2014 New Revision: 263107 URL: http://svnweb.freebsd.org/changeset/base/263107 Log: To avoid missing a chance to cancel thread, call _pthread_testcancel at the beginning of _sem_timedwait. Submitted by: Eric van Gyzen < eric at vangyzen dot net >

svn commit: r263106 - in head/share/man: man4 man8

2014-03-12 Thread Glen Barber
Author: gjb Date: Thu Mar 13 05:17:53 2014 New Revision: 263106 URL: http://svnweb.freebsd.org/changeset/base/263106 Log: Connect the hyperv drivers to the build. MFC after:5 days X-MFC-With: r263105 Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/Makefile

svn commit: r263105 - in head/share/man: man4 man8

2014-03-12 Thread Glen Barber
Author: gjb Date: Thu Mar 13 05:11:56 2014 New Revision: 263105 URL: http://svnweb.freebsd.org/changeset/base/263105 Log: Add hyperv manual pages provided by Microsoft, formatted for FreeBSD standards. Very little, if any, content was modified. These are not yet linked to the build.

svn commit: r263104 - stable/10/usr.bin/makewhatis

2014-03-12 Thread Eitan Adler
Author: eadler Date: Thu Mar 13 04:25:59 2014 New Revision: 263104 URL: http://svnweb.freebsd.org/changeset/base/263104 Log: MFC r262540: r262540 | eadler | 2014-02-26 19:52:34 -0500 (Wed, 26 Feb 2014) | 2 lines I had some unrelated (wrong) changes to makewhatis. Undo them. Modifi

svn commit: r263103 - stable/9/sys/compat/linprocfs

2014-03-12 Thread Eitan Adler
Author: eadler Date: Thu Mar 13 03:57:33 2014 New Revision: 263103 URL: http://svnweb.freebsd.org/changeset/base/263103 Log: MFC r262539: linprocfs: add support for /sys/kernel/random/uuid PR: kern/186187 Modified: stable/9/sys/compat/linprocfs/linprocfs.c Directory Propertie

svn commit: r263102 - in head: sys/compat/linprocfs sys/dev/bxe sys/dev/ixgbe sys/dev/mxge sys/dev/oce sys/dev/qlxgb sys/dev/qlxgbe sys/dev/qlxge sys/dev/sbni sys/dev/virtio/network sys/dev/vmware/...

2014-03-12 Thread Gleb Smirnoff
Author: glebius Date: Thu Mar 13 03:42:24 2014 New Revision: 263102 URL: http://svnweb.freebsd.org/changeset/base/263102 Log: Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit interface, in the r241616 a crutch was provided. It didn't work well, and finally we decide

svn commit: r263101 - in stable/10: sys/compat/linprocfs usr.bin/makewhatis

2014-03-12 Thread Eitan Adler
Author: eadler Date: Thu Mar 13 03:42:00 2014 New Revision: 263101 URL: http://svnweb.freebsd.org/changeset/base/263101 Log: MFC r262539: linprocfs: add support for /sys/kernel/random/uuid PR: kern/186187 Modified: stable/10/sys/compat/linprocfs/linprocfs.c stable/10/usr.bi

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

2014-03-12 Thread Gleb Smirnoff
On Wed, Mar 12, 2014 at 12:58:10PM -0700, Adrian Chadd wrote: A> Will this work for non inet6 builds? Of course it works. -- Totus tuus, Glebius. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscr

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

2014-03-12 Thread Gleb Smirnoff
On Wed, Mar 12, 2014 at 03:19:55PM -0700, John-Mark Gurney wrote: J> > Log: J> > Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, J> > the protocol specific mbuf flags are shared between them. J> > J> > - Move all M_FOO definitions into a single place: netinet/in6.h, to

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

2014-03-12 Thread Gleb Smirnoff
On Thu, Mar 13, 2014 at 01:09:15AM +0400, Andrey Chernov wrote: A> On 12.03.2014 18:29, Gleb Smirnoff wrote: A> > --- head/sys/netinet/ip_input.cWed Mar 12 12:27:13 2014 (r263090) A> > +++ head/sys/netinet/ip_input.cWed Mar 12 14:29:08 2014 (r263091) A> > @@ -794,6 +795,8 @@

svn commit: r263100 - stable/8/share/termcap

2014-03-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Mar 13 01:16:51 2014 New Revision: 263100 URL: http://svnweb.freebsd.org/changeset/base/263100 Log: MFC r262220: Add missing Save Cursor support for VT520 PR: conf/174937 Modified: stable/8/share/termcap/termcap.src Directory Properties: stab

svn commit: r263099 - stable/9/share/termcap

2014-03-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Mar 13 01:14:37 2014 New Revision: 263099 URL: http://svnweb.freebsd.org/changeset/base/263099 Log: MFC r262220: Add missing Save Cursor support for VT520 PR: conf/174937 Modified: stable/9/share/termcap/termcap.src Directory Properties: stab

svn commit: r263098 - stable/10/share/termcap

2014-03-12 Thread Bryan Drewery
Author: bdrewery Date: Thu Mar 13 01:12:27 2014 New Revision: 263098 URL: http://svnweb.freebsd.org/changeset/base/263098 Log: MFC r262220: Add missing Save Cursor support for VT520 PR: conf/174937 Modified: stable/10/share/termcap/termcap.src Directory Properties: sta

Re: svn commit: r263080 - in head/sys: dev/cpuctl dev/hwpmc kern

2014-03-12 Thread Bruce Evans
On Wed, 12 Mar 2014, Konstantin Belousov wrote: Log: Use correct types for sizeof() in the calculations for the malloc(9) sizes [1]. While there, remove unneeded checks for failed allocations with M_WAITOK flag. Submitted by: Conrad Meyer [1] MFC after: 1 week Nice cleanups. Modif

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

2014-03-12 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Wed, Mar 12, 2014 at 14:29 +: > Author: glebius > Date: Wed Mar 12 14:29:08 2014 > New Revision: 263091 > URL: http://svnweb.freebsd.org/changeset/base/263091 > > Log: > Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, > the protocol s

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

2014-03-12 Thread Andrey Chernov
On 12.03.2014 18:29, Gleb Smirnoff wrote: > --- head/sys/netinet/ip_input.c Wed Mar 12 12:27:13 2014 > (r263090) > +++ head/sys/netinet/ip_input.c Wed Mar 12 14:29:08 2014 > (r263091) > @@ -794,6 +795,8 @@ SYSCTL_PROC(_net_inet_ip, OID_AUTO, maxf > NULL, 0, sysctl_m

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

2014-03-12 Thread Adrian Chadd
Will this work for non inet6 builds? Adrian On Mar 12, 2014 7:29 AM, "Gleb Smirnoff" wrote: > Author: glebius > Date: Wed Mar 12 14:29:08 2014 > New Revision: 263091 > URL: http://svnweb.freebsd.org/changeset/base/263091 > > Log: > Since both netinet/ and netinet6/ call into netipsec/ and netp

svn commit: r263096 - head/sys/netinet

2014-03-12 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 12 17:18:15 2014 New Revision: 263096 URL: http://svnweb.freebsd.org/changeset/base/263096 Log: Put the offset of the CRC32C in csum_data instead of 0. The virtio driver needs the offset to be stored in csum_data, like in the case for UDP and TCP. The virtio

svn commit: r263095 - head/sys/vm

2014-03-12 Thread Konstantin Belousov
Author: kib Date: Wed Mar 12 16:38:55 2014 New Revision: 263095 URL: http://svnweb.freebsd.org/changeset/base/263095 Log: Initialize paddr to handle the case of zero size. Reported and reviewed by: Conrad Meyer MFC after:1 week Modified: head/sys/vm/device_pager.c Modified: h

svn commit: r263094 - head/sys/netinet

2014-03-12 Thread Michael Tuexen
Author: tuexen Date: Wed Mar 12 15:30:40 2014 New Revision: 263094 URL: http://svnweb.freebsd.org/changeset/base/263094 Log: SCTP uses CRC32C and not Adler anymore. While there change the reference to RFC 4960. This does not change any code, just comments. MFC after: 3 days Modified:

svn commit: r263093 - head/tools/tools/iwn/iwnstats

2014-03-12 Thread Eitan Adler
Author: eadler Date: Wed Mar 12 15:14:55 2014 New Revision: 263093 URL: http://svnweb.freebsd.org/changeset/base/263093 Log: wlanstats: print timestamp Print timestamp in addition to data for more useful debugging. Discussed with: adrian Modified: head/tools/tools/iwn/iwnstats

svn commit: r263092 - head/sys/vm

2014-03-12 Thread Konstantin Belousov
Author: kib Date: Wed Mar 12 15:13:57 2014 New Revision: 263092 URL: http://svnweb.freebsd.org/changeset/base/263092 Log: Do not vdrop() the tmpfs vnode until it is unlocked. The hold reference might be the last, and then vdrop() would free the vnode. Reported and tested by: bdrewe

svn commit: r263091 - in head/sys: netinet netinet6

2014-03-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 12 14:29:08 2014 New Revision: 263091 URL: http://svnweb.freebsd.org/changeset/base/263091 Log: Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, the protocol specific mbuf flags are shared between them. - Move all M_FOO definitions into a s

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

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 12:27:13 2014 New Revision: 263090 URL: http://svnweb.freebsd.org/changeset/base/263090 Log: Make ether_line really report an error when all input is invalid. The previous code failed to return an error condition when the whole input was invalid due to improp

svn commit: r263089 - head/tools/build/options

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 11:53:35 2014 New Revision: 263089 URL: http://svnweb.freebsd.org/changeset/base/263089 Log: Fix description of WITHOUT_BMAKE's purpose. This variable exists to select fmake, not bmake. (I suspect the comment might have come from a time when this was named W

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

2014-03-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 12 11:09:17 2014 New Revision: 263088 URL: http://svnweb.freebsd.org/changeset/base/263088 Log: Merge r256514: - While we are spreading the counter(9) across network stack, more userland tools would need to know about the counter_u64_t type. Allow to include

Re: svn commit: r263086 - in stable/10: contrib/libpcap contrib/tcpdump etc/mtree include sbin/ifconfig sbin/ipfw sys/contrib/altq/altq sys/net sys/netpfil/ipfw sys/netpfil/pf usr.bin/kdump usr.bin/ne

2014-03-12 Thread Sergey Kandaurov
On 12 March 2014 14:45, Gleb Smirnoff wrote: > Author: glebius > Date: Wed Mar 12 10:45:58 2014 > New Revision: 263086 > URL: http://svnweb.freebsd.org/changeset/base/263086 > > Log: > Bulk sync of pf changes from head, in attempt to fixup broken build I > made in r263029. > > Merge r257186,

svn commit: r263087 - head/tools/regression/lib/libc/net

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:59:51 2014 New Revision: 263087 URL: http://svnweb.freebsd.org/changeset/base/263087 Log: Remove broken tests for eui64_line. This function is not public and brooks (initial committer adding the code) suggests the deletion of the tests (which I don't know

svn commit: r263086 - in stable/10: contrib/libpcap contrib/tcpdump etc/mtree include sbin/ifconfig sbin/ipfw sys/contrib/altq/altq sys/net sys/netpfil/ipfw sys/netpfil/pf usr.bin/kdump usr.bin/net...

2014-03-12 Thread Gleb Smirnoff
Author: glebius Date: Wed Mar 12 10:45:58 2014 New Revision: 263086 URL: http://svnweb.freebsd.org/changeset/base/263086 Log: Bulk sync of pf changes from head, in attempt to fixup broken build I made in r263029. Merge r257186,257215,257349,259736,261797. These changesets split pfvar

svn commit: r263085 - head/tools/regression/lib/libc/string

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:45:22 2014 New Revision: 263085 URL: http://svnweb.freebsd.org/changeset/base/263085 Log: Make the strerror tests work without libtap. Just replace the simple calls to the library with ad-hoc code. We should later rewrite these with the ATF libraries anyw

svn commit: r263084 - head/tools/regression/sbin/mdconfig

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:42:58 2014 New Revision: 263084 URL: http://svnweb.freebsd.org/changeset/base/263084 Log: Turn a test precondition into a skip in the mdconfig tests. Tests that cannot be run because a precondition is not met should be marked as skipped, not failed. Do th

svn commit: r263083 - head/tools/regression/usr.sbin/sa

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:41:14 2014 New Revision: 263083 URL: http://svnweb.freebsd.org/changeset/base/263083 Log: Fix sa tests. Small divergences in the output padding made some sa tests fail. Just trim all whitespace from the outputs and the golden files so comparisons are le

svn commit: r263082 - head/tools/regression/usr.bin/make

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:38:32 2014 New Revision: 263082 URL: http://svnweb.freebsd.org/changeset/base/263082 Log: Only run the make tests when make is fmake. Because bmake is the default make being built, many of the tests here fail due to differences between the two. Just skip

svn commit: r263081 - head/tools/regression/usr.bin/lastcomm

2014-03-12 Thread Julio Merino
Author: jmmv Date: Wed Mar 12 10:35:22 2014 New Revision: 263081 URL: http://svnweb.freebsd.org/changeset/base/263081 Log: Fix lastcomm tests under amd64. Force the use of TZ=UTC and adjust data files accordingly. I have no means to verify that the data files for the other architectures

svn commit: r263080 - in head/sys: dev/cpuctl dev/hwpmc kern

2014-03-12 Thread Konstantin Belousov
Author: kib Date: Wed Mar 12 10:25:26 2014 New Revision: 263080 URL: http://svnweb.freebsd.org/changeset/base/263080 Log: Use correct types for sizeof() in the calculations for the malloc(9) sizes [1]. While there, remove unneeded checks for failed allocations with M_WAITOK flag. Submitt

svn commit: r263079 - head/sys/kern

2014-03-12 Thread Konstantin Belousov
Author: kib Date: Wed Mar 12 10:23:51 2014 New Revision: 263079 URL: http://svnweb.freebsd.org/changeset/base/263079 Log: The auio structure is only initialized when the vnode is symlink, avoid reading from it otherwise. Submitted by: Conrad Meyer MFC after:1 week Modified: head

svn commit: r263078 - svnadmin/conf

2014-03-12 Thread Baptiste Daroussin
Author: bapt Date: Wed Mar 12 09:08:51 2014 New Revision: 263078 URL: http://svnweb.freebsd.org/changeset/base/263078 Log: Release bdrewery! Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors == --- svna

svn commit: r263077 - head/usr.bin/ministat

2014-03-12 Thread Poul-Henning Kamp
Author: phk Date: Wed Mar 12 08:54:29 2014 New Revision: 263077 URL: http://svnweb.freebsd.org/changeset/base/263077 Log: Make ministat CRNL tolerant by stripping all isspace() from the tail end of input lines. Modified: head/usr.bin/ministat/ministat.c Modified: head/usr.bin/ministat/mini

svn commit: r263076 - in stable/10/sys/dev/usb: . quirk

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:32:01 2014 New Revision: 263076 URL: http://svnweb.freebsd.org/changeset/base/263076 Log: MFC r262732: Add new quirk. PR: usb/187188 Modified: stable/10/sys/dev/usb/quirk/usb_quirk.c stable/10/sys/dev/usb/usbdevs Directory Properties:

svn commit: r263075 - stable/9/sys/dev/usb/quirk

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:30:18 2014 New Revision: 263075 URL: http://svnweb.freebsd.org/changeset/base/263075 Log: MFC r262732: Add new quirk. PR: usb/187188 Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r263074 - stable/9/sys/dev/usb/wlan

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:26:49 2014 New Revision: 263074 URL: http://svnweb.freebsd.org/changeset/base/263074 Log: MFC r262795: - Temporary fix for race in RUN driver which can cause freed memory to be accessed. - Properly lock callout_reset()'s. Modified: stable/9/sys/dev/u

svn commit: r263073 - stable/10/sys/dev/usb/wlan

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:25:25 2014 New Revision: 263073 URL: http://svnweb.freebsd.org/changeset/base/263073 Log: MFC r262795: - Temporary fix for race in RUN driver which can cause freed memory to be accessed. - Properly lock callout_reset()'s. Modified: stable/10/sys/dev/

svn commit: r263072 - stable/10/sys/dev/usb/input

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:23:27 2014 New Revision: 263072 URL: http://svnweb.freebsd.org/changeset/base/263072 Log: MFC r262477: Updates for WSP driver. Modified: stable/10/sys/dev/usb/input/wsp.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/u

svn commit: r263071 - stable/9/sys/dev/usb/input

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:21:36 2014 New Revision: 263071 URL: http://svnweb.freebsd.org/changeset/base/263071 Log: MFC r262477: Updates for WSP driver. Modified: stable/9/sys/dev/usb/input/wsp.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props

svn commit: r263070 - stable/9/sys/netinet6

2014-03-12 Thread Christian Brueffer
Author: brueffer Date: Wed Mar 12 08:16:17 2014 New Revision: 263070 URL: http://svnweb.freebsd.org/changeset/base/263070 Log: MFC: r261710 Only count table lookups when we're actually processing packets. PR: 183462 Submitted by: Sven-Thorsten Dietrich Reviewed by:

svn commit: r263069 - stable/10/sys/netinet6

2014-03-12 Thread Christian Brueffer
Author: brueffer Date: Wed Mar 12 08:15:15 2014 New Revision: 263069 URL: http://svnweb.freebsd.org/changeset/base/263069 Log: MFC: r261710 Only count table lookups when we're actually processing packets. PR: 183462 Submitted by: Sven-Thorsten Dietrich Reviewed by: bms

svn commit: r263068 - stable/9/sys/dev/usb

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:08:41 2014 New Revision: 263068 URL: http://svnweb.freebsd.org/changeset/base/263068 Log: MFC Sync usbdevs file to head branch. Modified: stable/9/sys/dev/usb/usbdevs (contents, props changed) Modified: stable/9/sys/dev/usb/usbdevs ===

svn commit: r263067 - stable/8/sys/dev/usb/input

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:04:08 2014 New Revision: 263067 URL: http://svnweb.freebsd.org/changeset/base/263067 Log: MFC r262417, r262439, r262454, r262455 and r262478: - Several updates and improvements to ATP driver. - Start effort merging WSP and ATP driver. Modified: stable/

svn commit: r263066 - stable/8/sys/dev/usb

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 08:00:20 2014 New Revision: 263066 URL: http://svnweb.freebsd.org/changeset/base/263066 Log: MFC Sync usbdevs file to head branch. Modified: stable/8/sys/dev/usb/usbdevs (contents, props changed) Modified: stable/8/sys/dev/usb/usbdevs ===

svn commit: r263065 - stable/10/sys/dev/hyperv/storvsc

2014-03-12 Thread Alexander Motin
Author: mav Date: Wed Mar 12 07:27:05 2014 New Revision: 263065 URL: http://svnweb.freebsd.org/changeset/base/263065 Log: MFC r262789, r262847: Remove custom bus scanner code and fix use of CAM's default scanner. This fixes kernel panic during boot, caused by incompatibility of recent C

svn commit: r263064 - in stable/9: share/man/man4 sys/dev/usb/input

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 07:18:39 2014 New Revision: 263064 URL: http://svnweb.freebsd.org/changeset/base/263064 Log: MFC r262417, r262439, r262454, r262455 and r262478: - Several updates and improvements to ATP driver. - Start effort merging WSP and ATP driver. Modified: stable/

svn commit: r263063 - in stable/10: share/man/man4 sys/dev/usb/input

2014-03-12 Thread Hans Petter Selasky
Author: hselasky Date: Wed Mar 12 07:15:41 2014 New Revision: 263063 URL: http://svnweb.freebsd.org/changeset/base/263063 Log: MFC r262417, r262439, r262454, r262455 and r262478: - Several updates and improvements to ATP driver. - Start effort merging WSP and ATP driver. Modified: stable/