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
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
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
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
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
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
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:
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:
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
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
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,
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
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
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
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
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
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
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
>
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
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
=
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
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
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:
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
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
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:
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/
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
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
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
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
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
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
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
34 matches
Mail list logo