Author: grehan
Date: Thu Jan 9 07:17:21 2014
New Revision: 260469
URL: http://svnweb.freebsd.org/changeset/base/260469
Log:
Fix issue with the virtio descriptor region being truncated
if it was above 4GB. This was seen with CentOS 6.5 guests with
large RAM, since the block drivers are loade
Author: kib
Date: Thu Jan 9 03:33:12 2014
New Revision: 260468
URL: http://svnweb.freebsd.org/changeset/base/260468
Log:
MFC r260205:
Update the description for pmap_remove_pages() to match the modern
times. Assert that the pmap passed to pmap_remove_pages() is only
active on current CPU
Author: kib
Date: Thu Jan 9 03:32:03 2014
New Revision: 260467
URL: http://svnweb.freebsd.org/changeset/base/260467
Log:
MFC r260205:
Update the description for pmap_remove_pages() to match the modern
times. Assert that the pmap passed to pmap_remove_pages() is only
active on current CPU
Author: neel
Date: Thu Jan 9 03:25:54 2014
New Revision: 260466
URL: http://svnweb.freebsd.org/changeset/base/260466
Log:
Don't expose 'vmm_ipinum' as a global.
Modified:
head/sys/amd64/include/vmm.h
head/sys/amd64/vmm/amd/amdv.c
head/sys/amd64/vmm/intel/ept.c
head/sys/amd64/vmm/intel/
Author: kib
Date: Thu Jan 9 03:25:08 2014
New Revision: 260465
URL: http://svnweb.freebsd.org/changeset/base/260465
Log:
MFC r260204:
Assert that accounting for the pmap resident pages does not underflow.
Modified:
stable/9/sys/amd64/amd64/pmap.c
Directory Properties:
stable/9/sys/ (pr
Author: kib
Date: Thu Jan 9 03:24:36 2014
New Revision: 260464
URL: http://svnweb.freebsd.org/changeset/base/260464
Log:
MFC r260204:
Assert that accounting for the pmap resident pages does not underflow.
Modified:
stable/10/sys/amd64/amd64/pmap.c
Directory Properties:
stable/10/ (prop
Author: kevlo
Date: Thu Jan 9 01:48:33 2014
New Revision: 260463
URL: http://svnweb.freebsd.org/changeset/base/260463
Log:
Replace deprecated M_DONTWAIT with M_NOWAIT.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_rsu.c
==
2013/12/22 Dimitry Andric :
> Author: dim
> Date: Sun Dec 22 17:51:33 2013
> New Revision: 259730
> URL: http://svnweb.freebsd.org/changeset/base/259730
>
> Log:
> To avoid having to explicitly test COMPILER_TYPE for setting
> clang-specific or gcc-specific flags, introduce the following new
>
On Thu, Jan 09, 2014 at 04:26:39AM +0400, Gleb Smirnoff wrote:
> Eric,
>
> On Tue, Jan 07, 2014 at 10:26:20PM +, Eric Davis wrote:
> E> Author: edavis
> E> Date: Tue Jan 7 22:26:20 2014
> E> New Revision: 260415
> E> URL: http://svnweb.freebsd.org/changeset/base/260415
> E>
> E> Log:
> E>
Author: glebius
Date: Thu Jan 9 00:59:03 2014
New Revision: 260462
URL: http://svnweb.freebsd.org/changeset/base/260462
Log:
Fix build with VIMAGE.
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
=
On Thu, Jan 09, 2014 at 04:27:40AM +0400, Gleb Smirnoff wrote:
> Eric,
>
> On Tue, Jan 07, 2014 at 10:59:33PM +, Eric Davis wrote:
> E> Author: edavis
> E> Date: Tue Jan 7 22:59:33 2014
> E> New Revision: 260416
> E> URL: http://svnweb.freebsd.org/changeset/base/260416
> E>
> E> Log:
> E>
Eric,
On Tue, Jan 07, 2014 at 10:59:33PM +, Eric Davis wrote:
E> Author: edavis
E> Date: Tue Jan 7 22:59:33 2014
E> New Revision: 260416
E> URL: http://svnweb.freebsd.org/changeset/base/260416
E>
E> Log:
E> Merged r260415 from head.
E>
E> Approved by: davidch
We have policy i
Eric,
On Tue, Jan 07, 2014 at 10:26:20PM +, Eric Davis wrote:
E> Author: edavis
E> Date: Tue Jan 7 22:26:20 2014
E> New Revision: 260415
E> URL: http://svnweb.freebsd.org/changeset/base/260415
E>
E> Log:
E> defragment mbuf chains longer than hw segment limit before dropping
E>
E> Ap
Bryan,
On Mon, Jan 06, 2014 at 09:09:45AM -0600, Bryan Venteicher wrote:
B> > On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote:
B> > > Author: glebius
B> > > Date: Fri Jan 3 11:03:12 2014
B> > > New Revision: 260224
B> > > URL: http://svnweb.freebsd.org/changeset/base/260224
B> > >
Author: adrian
Date: Thu Jan 9 00:11:14 2014
New Revision: 260461
URL: http://svnweb.freebsd.org/changeset/base/260461
Log:
Refactor out the common sendfile code from the do_sendfile() and the
compat32 sendfile syscall.
Sponsored by: Netflix, Inc.
Added:
head/sys/sys/sf_base.h (cont
Author: melifaro
Date: Wed Jan 8 23:09:02 2014
New Revision: 260460
URL: http://svnweb.freebsd.org/changeset/base/260460
Log:
Constanly use RT_ALL_FIBS everywhere instead of -1.
MFC after:2 weeks
Modified:
head/sys/net/route.c
head/sys/net/route.h
head/sys/net/rtsock.c
Modified
Author: peter
Date: Wed Jan 8 22:37:18 2014
New Revision: 260459
URL: http://svnweb.freebsd.org/changeset/base/260459
Log:
Don't expose svc_loss_reg / _unreg to userland as they're kernel-only
additions from r260229 and the SVCPOOL type doesn't exist in userland.
Modified:
head/sys/rpc/svc
Author: melifaro
Date: Wed Jan 8 22:13:32 2014
New Revision: 260458
URL: http://svnweb.freebsd.org/changeset/base/260458
Log:
Introduce IN6_MASK_ADDR() macro to unify various hand-rolled code
to do IPv6 addr & mask in different places.
MFC after:2 weeks
Modified:
head/sys/netinet6
Hi,
So the RX diversity option here simply sets the number of RX streams
to one, regardless of the hardware antenna configuration.
We should ensure the driver is doing this for these NICs or it may end
up making some stupid rate announcement and the peer may think it can
send two-stream rates.
Author: jhb
Date: Wed Jan 8 21:04:12 2014
New Revision: 260457
URL: http://svnweb.freebsd.org/changeset/base/260457
Log:
The changes in r233781 attempted to make logging during a machine check
exception more readable. In practice they prevented all logging during
a machine check exception
On Fri, Dec 27, 2013 at 8:01 PM, John Baldwin wrote:
> Author: jhb
> Date: Sat Dec 28 04:01:05 2013
> New Revision: 259998
> URL: http://svnweb.freebsd.org/changeset/base/259998
>
> Log:
> Extend the ACPI power management support to wire a virtual power button
> up
> to SIGTERM when ACPI is e
On 01/08/14 10:19, Ian Lepore wrote:
> On Tue, 2014-01-07 at 23:19 -0500, Nathan Whitehorn wrote:
>> On 01/07/14 22:40, Ian Lepore wrote:
>>> Author: ian
>>> Date: Wed Jan 8 03:40:18 2014
>>> New Revision: 260440
>>> URL: http://svnweb.freebsd.org/changeset/base/260440
>>>
>>> Log:
>>> Add optio
On 01/08/14 10:14, Aleksandr Rybalko wrote:
> On Mon, 09 Dec 2013 18:26:46 -0600
> Nathan Whitehorn wrote:
>
>> On 12/09/13 18:20, Aleksandr Rybalko wrote:
>>> On Sun, 8 Dec 2013 16:36:20 +0100
>>> Marius Strobl wrote:
>>>
On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote:
>>
On Mon, 09 Dec 2013 18:26:46 -0600
Nathan Whitehorn wrote:
> On 12/09/13 18:20, Aleksandr Rybalko wrote:
> > On Sun, 8 Dec 2013 16:36:20 +0100
> > Marius Strobl wrote:
> >
> >> On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote:
> >>> Author: ray
> >>> Date: Thu Dec 5 22:38:53 20
On Tue, 2014-01-07 at 23:19 -0500, Nathan Whitehorn wrote:
> On 01/07/14 22:40, Ian Lepore wrote:
> > Author: ian
> > Date: Wed Jan 8 03:40:18 2014
> > New Revision: 260440
> > URL: http://svnweb.freebsd.org/changeset/base/260440
> >
> > Log:
> > Add option USB_HOST_ALIGN to configs that contain
Author: ray
Date: Wed Jan 8 14:42:26 2014
New Revision: 260450
URL: http://svnweb.freebsd.org/changeset/base/260450
Log:
Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/hw/vga/vga.c
Modified: head/sys/
Author: rmh
Date: Wed Jan 8 14:36:35 2014
New Revision: 260449
URL: http://svnweb.freebsd.org/changeset/base/260449
Log:
Fix build of vt_xboxfb.
Modified:
head/sys/dev/vt/hw/xboxfb/xboxfb.c
Modified: head/sys/dev/vt/hw/xboxfb/xboxfb.c
On Wed, 8 Jan 2014, Gavin Atkinson wrote:
> Author: gavin
> Date: Wed Jan 8 13:59:33 2014
> New Revision: 260448
> URL: http://svnweb.freebsd.org/changeset/base/260448
>
> Log:
> Add support for the Intel Centrino Wireless-N 135 chipset.
>
> MFC after: 2 weeks
Apologies. Reviewed by: a
Author: gavin
Date: Wed Jan 8 13:59:33 2014
New Revision: 260448
URL: http://svnweb.freebsd.org/changeset/base/260448
Log:
Add support for the Intel Centrino Wireless-N 135 chipset.
MFC after:2 weeks
Modified:
head/sys/dev/iwn/if_iwn.c
head/sys/dev/iwn/if_iwn_devid.h
Modified: he
Author: ganbold
Date: Wed Jan 8 09:33:16 2014
New Revision: 260447
URL: http://svnweb.freebsd.org/changeset/base/260447
Log:
Update dts files of Cubieboard1,2 to use 1GB memory.
Whilst there, fix cpu config register address for Cubieboard2.
Approved by: stas (mentor)
Replaced:
head/sy
Author: remko
Date: Wed Jan 8 08:37:30 2014
New Revision: 260446
URL: http://svnweb.freebsd.org/changeset/base/260446
Log:
virtio-block does not exist, the correct name is virtio-blk.
PR: 185573
Submitted by: Allan Jude
Facilitated by: Snow B.V.
MFC after:3 days
Author: bapt
Date: Wed Jan 8 08:08:22 2014
New Revision: 260445
URL: http://svnweb.freebsd.org/changeset/base/260445
Log:
Import byacc 20140101 which imports %token-table from bison allowing to build
ntpd
Modified:
head/contrib/byacc/CHANGES
head/contrib/byacc/VERSION
head/contrib/byacc
Author: kevlo
Date: Wed Jan 8 08:06:56 2014
New Revision: 260444
URL: http://svnweb.freebsd.org/changeset/base/260444
Log:
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
The origin of WEP comes from IEEE Std 802.11-1997 where it defines
whether the frame body of MAC f
Author: bapt
Date: Wed Jan 8 08:03:48 2014
New Revision: 260443
URL: http://svnweb.freebsd.org/changeset/base/260443
Log:
Tag byacc 20140101
Added:
vendor/byacc/20140101/
- copied from r260442, vendor/byacc/dist/
___
svn-src-all@freebsd.org ma
Author: bapt
Date: Wed Jan 8 08:02:27 2014
New Revision: 260442
URL: http://svnweb.freebsd.org/changeset/base/260442
Log:
Import 2014-01-01 which allows to support bison's token-table and allows
to build ntpd into vendor
Modified:
vendor/byacc/dist/CHANGES
vendor/byacc/dist/VERSION
ven
35 matches
Mail list logo