svn commit: r266606 - head/sys/netipsec

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 09:29:23 2014 New Revision: 266606 URL: http://svnweb.freebsd.org/changeset/base/266606 Log: Only do a ports check if this is a NAT-T SA. Otherwise other lookups providing ports may get unexpected results. MFC After:2 weeks Modified: head/sys/netipsec/k

svn commit: r266609 - in head: lib/libthr/thread libexec/rtld-elf

2014-05-24 Thread Konstantin Belousov
Author: kib Date: Sat May 24 10:23:06 2014 New Revision: 266609 URL: http://svnweb.freebsd.org/changeset/base/266609 Log: Right now, the rtld prefork hook locks the rtld bind lock in the read mode. This allows the binder to be functional in the child after the fork (assuming no lazy loading

svn commit: r266615 - in head/sys/dev: mpr mps

2014-05-24 Thread Alexander Motin
Author: mav Date: Sat May 24 13:00:49 2014 New Revision: 266615 URL: http://svnweb.freebsd.org/changeset/base/266615 Log: Increase taskqueue thread priority from idle to PRIBIO. Idle priority is not even time-share, so if system is busy in any way, those events may never be executed. Sin

svn commit: r266618 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 14:01:18 2014 New Revision: 266618 URL: http://svnweb.freebsd.org/changeset/base/266618 Log: Make tcp_twrespond() file local private; this removes it from the public KPI; it is not used anywhere else and seems it never was. MFC after:2 weeks Modified: h

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Tijl Coosemans
On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: > On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: >> On Fri, May 23, 2014 at 08:52:28AM -0700, Nathan Whitehorn wrote: >>> On 05/23/14 08:36, Baptiste Daroussin wrote: On Fri, May 23, 2014 at 08:19:34AM -0700, Nathan Whitehorn wrot

svn commit: r266619 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 15:03:36 2014 New Revision: 266619 URL: http://svnweb.freebsd.org/changeset/base/266619 Log: syncache_lookup() is a file local function. Make it static and take it out of the public KPI; seems it was never used elsewhere. MFC after:2 weeks Modified: hea

svn commit: r266620 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 15:31:40 2014 New Revision: 266620 URL: http://svnweb.freebsd.org/changeset/base/266620 Log: Remove the prototpye for the static inline function tcp_signature_verify_input(). The function is defined before first use already. MFC after:2 weeks Modified:

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Nathan Whitehorn
On 05/24/14 07:59, Tijl Coosemans wrote: On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: On Fri, May 23, 2014 at 08:52:28AM -0700, Nathan Whitehorn wrote: On 05/23/14 08:36, Baptiste Daroussin wrote: On Fri, May 23, 2014 at 08:19:

svn commit: r266621 - in head/sys/arm: arm include ti

2014-05-24 Thread Ian Lepore
Author: ian Date: Sat May 24 16:21:16 2014 New Revision: 266621 URL: http://svnweb.freebsd.org/changeset/base/266621 Log: Eliminate one of the causes of spurious interrupts on armv6. The arm weak memory ordering model allows writes to different devices to complete out of order, leading to a

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Tijl Coosemans
On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: > On 05/24/14 07:59, Tijl Coosemans wrote: >> On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: >>> On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: On Fri, May 23, 2014 at 08:52:28AM -0700, Nathan Whitehorn wrote: > On

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Ian Lepore
On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: > On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: > > On 05/24/14 07:59, Tijl Coosemans wrote: > >> On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: > >>> On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: > On Fri,

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Warner Losh
On May 24, 2014, at 8:59 AM, Tijl Coosemans wrote: > On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: >> On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: >>> On Fri, May 23, 2014 at 08:52:28AM -0700, Nathan Whitehorn wrote: On 05/23/14 08:36, Baptiste Daroussin wrote: > On

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Nathan Whitehorn
On 05/24/14 11:23, Ian Lepore wrote: On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: On 05/24/14 07:59, Tijl Coosemans wrote: On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: On May 23, 2014, at 10:20 AM, Baptiste Darous

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Warner Losh
On May 24, 2014, at 10:53 AM, Tijl Coosemans wrote: > On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: >> On 05/24/14 07:59, Tijl Coosemans wrote: >>> On Fri, 23 May 2014 17:29:48 -0600 Warner Losh wrote: On May 23, 2014, at 10:20 AM, Baptiste Daroussin wrote: > On Fri, May 2

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Warner Losh
On May 24, 2014, at 12:57 PM, Nathan Whitehorn wrote: > On 05/24/14 11:23, Ian Lepore wrote: >> On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: >>> On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: On 05/24/14 07:59, Tijl Coosemans wrote: > On Fri, 23 May 2014 17:29:48

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-24 Thread Michael Tuexen
On 22 May 2014, at 09:09, Mark R V Murray wrote: > > On 21 May 2014, at 21:15, Hans Petter Selasky wrote: > >> On 05/14/14 21:11, Mark Murray wrote: >>> Author: markm >>> Date: Wed May 14 19:11:15 2014 >>> New Revision: 266083 >>> URL: http://svnweb.freebsd.org/changeset/base/266083 >>> >>> L

svn commit: r266626 - in head/sys/amd64: include vmm vmm/intel

2014-05-24 Thread Neel Natu
Author: neel Date: Sat May 24 19:13:25 2014 New Revision: 266626 URL: http://svnweb.freebsd.org/changeset/base/266626 Log: When injecting a page fault into the guest also update the guest's %cr2 to indicate the faulting linear address. If the guest PML4 entry has the PG_PS bit set then in

Re: svn commit: r266581 - in head: etc/mtree include lib/libcuse sys/conf sys/fs/cuse sys/modules/cuse

2014-05-24 Thread Julio Merino
On Fri, May 23, 2014 at 4:46 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri May 23 08:46:28 2014 > New Revision: 266581 > URL: http://svnweb.freebsd.org/changeset/base/266581 > > Modified: head/etc/mtree/BSD.include.dist >

svn commit: r266627 - in head: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve

2014-05-24 Thread Neel Natu
Author: neel Date: Sat May 24 20:26:57 2014 New Revision: 266627 URL: http://svnweb.freebsd.org/changeset/base/266627 Log: Consolidate all the information needed by the guest page table walker into 'struct vm_guest_paging'. Check for canonical addressing in vmm_gla2gpa() and inject a prot

svn commit: r266628 - head/etc/mtree

2014-05-24 Thread Hans Petter Selasky
Author: hselasky Date: Sat May 24 20:31:55 2014 New Revision: 266628 URL: http://svnweb.freebsd.org/changeset/base/266628 Log: Untabify. Found by: jmmv @ Modified: head/etc/mtree/BSD.include.dist Modified: head/etc/mtree/BSD.include.dist =

svn commit: r266629 - in head/sys: kern sys

2014-05-24 Thread Adrian Chadd
Author: adrian Date: Sat May 24 20:37:15 2014 New Revision: 266629 URL: http://svnweb.freebsd.org/changeset/base/266629 Log: Add a new taskqueue setup method that takes a cpuid to pin the taskqueue worker thread(s) to. For now it isn't a taskqueue/taskthread error to fail to pin to the

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-24 Thread Andrew Turner
On Sat, 24 May 2014 21:09:56 +0200 Michael Tuexen wrote: > On 22 May 2014, at 09:09, Mark R V Murray wrote: > > > > > On 21 May 2014, at 21:15, Hans Petter Selasky > > wrote: > > > >> On 05/14/14 21:11, Mark Murray wrote: > >>> Author: markm > >>> Date: Wed May 14 19:11:15 2014 > >>> New Rev

Re: svn commit: r266083 - in head/sys/arm: arm include

2014-05-24 Thread Michael Tuexen
On 24 May 2014, at 23:02, Andrew Turner wrote: > On Sat, 24 May 2014 21:09:56 +0200 > Michael Tuexen wrote: > >> On 22 May 2014, at 09:09, Mark R V Murray wrote: >> >>> >>> On 21 May 2014, at 21:15, Hans Petter Selasky >>> wrote: >>> On 05/14/14 21:11, Mark Murray wrote: > Author:

svn commit: r266631 - head/sys/arm/arm

2014-05-24 Thread Zbigniew Bodek
Author: zbb Date: Sat May 24 22:46:00 2014 New Revision: 266631 URL: http://svnweb.freebsd.org/changeset/base/266631 Log: Enable automatic superpages promotion by default on ARMv6/v7 From now on superpages are enabled by default on ARM. One can still disable superpages utilization by addi

svn commit: r266633 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2014-05-24 Thread Neel Natu
Author: neel Date: Sat May 24 23:12:30 2014 New Revision: 266633 URL: http://svnweb.freebsd.org/changeset/base/266633 Log: Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out of the guest linear address space. These APIs in turn use a new ioctl 'VM_GLA2GPA' to convert t

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Tijl Coosemans
On Sat, 24 May 2014 11:57:44 -0700 Nathan Whitehorn wrote: > On 05/24/14 11:23, Ian Lepore wrote: >> On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: >>> On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: On 05/24/14 07:59, Tijl Coosemans wrote: > On Fri, 23 May 2014 17:29:

svn commit: r266636 - in head/contrib/libucl: . include src tests

2014-05-24 Thread Baptiste Daroussin
Author: bapt Date: Sat May 24 23:46:41 2014 New Revision: 266636 URL: http://svnweb.freebsd.org/changeset/base/266636 Log: merge libucl 20140514 this version brings xpath-like interface for ucl objects Modified: head/contrib/libucl/configure.ac head/contrib/libucl/include/ucl.h head/

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Warner Losh
On May 24, 2014, at 5:13 PM, Tijl Coosemans wrote: > On Sat, 24 May 2014 11:57:44 -0700 Nathan Whitehorn wrote: >> On 05/24/14 11:23, Ian Lepore wrote: >>> On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: On Sat, 24 May 2014 09:04:33 -0700 Nathan Whitehorn wrote: > On 05/24/14 0

svn commit: r266639 - in head/contrib/byacc: . package package/debian package/pkgsrc

2014-05-24 Thread Baptiste Daroussin
Author: bapt Date: Sun May 25 00:13:29 2014 New Revision: 266639 URL: http://svnweb.freebsd.org/changeset/base/266639 Log: Update to 20140422 Modified: head/contrib/byacc/CHANGES head/contrib/byacc/MANIFEST head/contrib/byacc/README.BTYACC head/contrib/byacc/VERSION head/contrib/byacc

svn commit: r266641 - in head: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve

2014-05-24 Thread Neel Natu
Author: neel Date: Sun May 25 00:57:24 2014 New Revision: 266641 URL: http://svnweb.freebsd.org/changeset/base/266641 Log: Do the linear address calculation for the ins/outs emulation using a new API function 'vie_calculate_gla()'. While the current implementation is simplistic it forms t

Re: svn commit: r266553 - head/release/scripts

2014-05-24 Thread Warner Losh
On May 24, 2014, at 5:53 PM, Warner Losh wrote: > > On May 24, 2014, at 5:13 PM, Tijl Coosemans wrote: > >> On Sat, 24 May 2014 11:57:44 -0700 Nathan Whitehorn wrote: >>> On 05/24/14 11:23, Ian Lepore wrote: On Sat, 2014-05-24 at 18:53 +0200, Tijl Coosemans wrote: > On Sat, 24 May 20

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

2014-05-24 Thread Neel Natu
Author: neel Date: Sun May 25 02:05:23 2014 New Revision: 266642 URL: http://svnweb.freebsd.org/changeset/base/266642 Log: Remove restriction on insb/insw/insl emulation. These instructions are properly emulated. Modified: head/sys/amd64/vmm/vmm_ioport.c Modified: head/sys/amd64/vmm/vmm_io

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

2014-05-24 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 25 02:45:26 2014 New Revision: 266643 URL: http://svnweb.freebsd.org/changeset/base/266643 Log: Document taskqueue_start_threads_pinned Requested by: adrian Reviewed by: adrian Approved by: hrs (mentor) X-MFC-with: r266629 Modified: hea

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

2014-05-24 Thread Hans Petter Selasky
Author: hselasky Date: Sun May 25 06:42:43 2014 New Revision: 266644 URL: http://svnweb.freebsd.org/changeset/base/266644 Log: Make SAF1761 driver endian safe. Sponsored by: DARPA, AFRL Modified: head/sys/dev/usb/controller/saf1761_otg.h Modified: head/sys/dev/usb/controller/saf1761_otg