svn commit: r264338 - in head/sys/powerpc: include powerpc

2014-04-11 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 11 06:17:44 2014 New Revision: 264338 URL: http://svnweb.freebsd.org/changeset/base/264338 Log: Small performance optimization. Clobber only cr0, rather than the entire CR. Discussed with: rdivacky,nwhitehorn MFC after:3 weeks Modified:

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

2014-04-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 11 08:25:54 2014 New Revision: 264340 URL: http://svnweb.freebsd.org/changeset/base/264340 Log: Correct IMOD default value according to comment. Reported by: Daniel O'Connor docon...@gsoft.com.au MFC after:1 week Modified:

Re: svn commit: r264321 - head/sys/netinet

2014-04-11 Thread Bjoern A. Zeeb
On 10 Apr 2014, at 18:15 , John Baldwin j...@freebsd.org wrote: +/* Global timewait lock */ +static VNET_DEFINE(struct rwlock, tw_lock); +#define V_tw_lock VNET(tw_lock) Why do we virtualise individual locks now? Usually we only do for those embedded into larger

svn commit: r264341 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-04-11 Thread Alexander Motin
Author: mav Date: Fri Apr 11 11:56:16 2014 New Revision: 264341 URL: http://svnweb.freebsd.org/changeset/base/264341 Log: Create zvol devices on zfs clone. While big and shiny patch is not ready, it is better to have something. PR: kern/178999 MFC after:1 week

svn commit: r264342 - head/sys/netinet

2014-04-11 Thread John Baldwin
Author: jhb Date: Fri Apr 11 13:11:43 2014 New Revision: 264342 URL: http://svnweb.freebsd.org/changeset/base/264342 Log: Don't leak the TCP pcbinfo lock if a time wait connection is closed in between grabbing a reference on the connection structure and obtaining the pcbinfo lock.

svn commit: r264343 - in head: release share/man/man7

2014-04-11 Thread Glen Barber
Author: gjb Date: Fri Apr 11 13:48:45 2014 New Revision: 264343 URL: http://svnweb.freebsd.org/changeset/base/264343 Log: Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP variables. These are intended to allow bypassing the 'svn co /usr/{src,doc,ports}' step in the chroot when

svn commit: r264344 - head/lib/libusb

2014-04-11 Thread Hans Petter Selasky
Author: hselasky Date: Fri Apr 11 14:11:55 2014 New Revision: 264344 URL: http://svnweb.freebsd.org/changeset/base/264344 Log: Tune buffer sizes for SuperSpeed USB when using LibUSB v0.1 and v1.0 APIs to increase the maximum bandwidth limit. MFC after:1 week Modified:

svn commit: r264345 - in head: . contrib/llvm/tools/clang/lib/Driver

2014-04-11 Thread Dimitry Andric
Author: dim Date: Fri Apr 11 16:51:35 2014 New Revision: 264345 URL: http://svnweb.freebsd.org/changeset/base/264345 Log: Amend r263891, by making clang default to DWARF2 debug info format for all FreeBSD versions, not just 10.x and earlier. Apparently too many people seem to have trouble

svn commit: r264346 - head/libexec/rtld-elf

2014-04-11 Thread Alan Cox
Author: alc Date: Fri Apr 11 16:55:25 2014 New Revision: 264346 URL: http://svnweb.freebsd.org/changeset/base/264346 Log: Before calling mmap() on a shared library's text and data sections, rtld first calls mmap() with the arguments PROT_NONE and MAP_ANON to reserve a single, contiguous

Re: svn commit: r264345 - in head: . contrib/llvm/tools/clang/lib/Driver

2014-04-11 Thread Steve Kargl
On Fri, Apr 11, 2014 at 04:51:36PM +, Dimitry Andric wrote: Author: dim Date: Fri Apr 11 16:51:35 2014 New Revision: 264345 URL: http://svnweb.freebsd.org/changeset/base/264345 Log: Amend r263891, by making clang default to DWARF2 debug info format for all FreeBSD versions, not

svn commit: r264347 - head/sys/amd64/vmm

2014-04-11 Thread Tycho Nightingale
Author: tychon Date: Fri Apr 11 18:19:21 2014 New Revision: 264347 URL: http://svnweb.freebsd.org/changeset/base/264347 Log: Account for the plus 1 encoding of the CPUID Function 4 reported core per package and cache sharing values. Approved by: grehan (co-mentor) Modified:

Re: svn commit: r264321 - head/sys/netinet

2014-04-11 Thread John Baldwin
On Friday, April 11, 2014 6:56:16 am Bjoern A. Zeeb wrote: On 10 Apr 2014, at 18:15 , John Baldwin j...@freebsd.org wrote: +/* Global timewait lock */ +static VNET_DEFINE(struct rwlock, tw_lock); +#defineV_tw_lock VNET(tw_lock) Why do we virtualise individual

svn commit: r264348 - head/sys/dev/iscsi

2014-04-11 Thread Alexander Motin
Author: mav Date: Fri Apr 11 18:26:08 2014 New Revision: 264348 URL: http://svnweb.freebsd.org/changeset/base/264348 Log: Improve use of socket buffer upcalls. Use soreadable()/sowriteable() in socket upcalls to avoid extra wakeups until we have enough data to read or space to write.

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

2014-04-11 Thread Christian Brueffer
Author: brueffer Date: Fri Apr 11 18:37:24 2014 New Revision: 264349 URL: http://svnweb.freebsd.org/changeset/base/264349 Log: mdoc and spelling cleanup. MFC after:3 days Modified: head/share/man/man4/wsp.4 Modified: head/share/man/man4/wsp.4

svn commit: r264350 - head/contrib/llvm/patches

2014-04-11 Thread Dimitry Andric
Author: dim Date: Fri Apr 11 18:40:29 2014 New Revision: 264350 URL: http://svnweb.freebsd.org/changeset/base/264350 Log: Update the llvm/clang patch for r264345. Added: head/contrib/llvm/patches/patch-r264345-dwarf2-freebsd10.diff - copied, changed from r264345,

svn commit: r264351 - head/sys/netinet

2014-04-11 Thread John Baldwin
Author: jhb Date: Fri Apr 11 19:17:45 2014 New Revision: 264351 URL: http://svnweb.freebsd.org/changeset/base/264351 Log: The tw_pcbrele() function does not need the global timewait lock. Submitted by: Julien Charbon Suggested by: glebius Modified: head/sys/netinet/tcp_timewait.c

svn commit: r264353 - head/sys/amd64/vmm/intel

2014-04-11 Thread Neel Natu
Author: neel Date: Fri Apr 11 20:15:53 2014 New Revision: 264353 URL: http://svnweb.freebsd.org/changeset/base/264353 Log: There is no need to save and restore the host's return address in the 'struct vmxctx'. It is preserved on the host stack across a guest entry and exit and just

svn commit: r264354 - head/sys/dev/ciss

2014-04-11 Thread Sean Bruno
Author: sbruno Date: Fri Apr 11 20:19:01 2014 New Revision: 264354 URL: http://svnweb.freebsd.org/changeset/base/264354 Log: Fix insta-panic on assert of unlocked periph mtx in ciss(4) when logical volume state changes. Currently, I view this as a critical fix for users and will MFC this

Re: svn commit: r264345 - in head: . contrib/llvm/tools/clang/lib/Driver

2014-04-11 Thread Warner Losh
On Apr 11, 2014, at 11:12 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Apr 11, 2014 at 04:51:36PM +, Dimitry Andric wrote: Author: dim Date: Fri Apr 11 16:51:35 2014 New Revision: 264345 URL: http://svnweb.freebsd.org/changeset/base/264345 Log: Amend r263891,

svn commit: r264355 - head/sys/dev/iscsi

2014-04-11 Thread Alexander Motin
Author: mav Date: Fri Apr 11 20:44:09 2014 New Revision: 264355 URL: http://svnweb.freebsd.org/changeset/base/264355 Log: Remove unused val argument value from SYSCTL_INT() calls. Modified: head/sys/dev/iscsi/icl.c head/sys/dev/iscsi/iscsi.c Modified: head/sys/dev/iscsi/icl.c

svn commit: r264356 - head/sys/netinet

2014-04-11 Thread John Baldwin
Author: jhb Date: Fri Apr 11 21:00:59 2014 New Revision: 264356 URL: http://svnweb.freebsd.org/changeset/base/264356 Log: Some whitespace and style fixes. Submitted by: bde Modified: head/sys/netinet/tcp_timewait.c Modified: head/sys/netinet/tcp_timewait.c

svn commit: r264361 - head/contrib/netcat

2014-04-11 Thread Xin LI
Author: delphij Date: Fri Apr 11 22:12:31 2014 New Revision: 264361 URL: http://svnweb.freebsd.org/changeset/base/264361 Log: MFV r258194-264360: nc(1) from OpenBSD 5.5. MFC after:2 weeks Modified: head/contrib/netcat/nc.1 head/contrib/netcat/netcat.c Directory Properties:

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

2014-04-11 Thread Christian Brueffer
Author: brueffer Date: Fri Apr 11 22:34:00 2014 New Revision: 264362 URL: http://svnweb.freebsd.org/changeset/base/264362 Log: Remove stray .Nm macro. MFC after:3 days Modified: head/share/man/man4/terasic_mtl.4 Modified: head/share/man/man4/terasic_mtl.4

svn commit: r264363 - head/share/man/man9

2014-04-11 Thread Mark Johnston
Author: markj Date: Fri Apr 11 22:45:12 2014 New Revision: 264363 URL: http://svnweb.freebsd.org/changeset/base/264363 Log: Update the SDT(9) examples to reflect the removal of the sname parameter in r258622. MFC after:3 days Modified: head/share/man/man9/SDT.9 Modified:

Re: svn commit: r264345 - in head: . contrib/llvm/tools/clang/lib/Driver

2014-04-11 Thread Mark Linimon
On Fri, Apr 11, 2014 at 02:18:38PM -0600, Warner Losh wrote: So attacking that there was fallout is really out of line. +1 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to

svn commit: r264364 - head/sys/netinet6

2014-04-11 Thread Andrey V. Elsukov
Author: ae Date: Sat Apr 12 02:05:31 2014 New Revision: 264364 URL: http://svnweb.freebsd.org/changeset/base/264364 Log: Properly release the in6_multi lock. MFC after:1 week Sponsored by: Yandex LLC Modified: head/sys/netinet6/in6_mcast.c Modified: head/sys/netinet6/in6_mcast.c