Author: hselasky
Date: Sun Sep 7 07:23:33 2014
New Revision: 271218
URL: http://svnweb.freebsd.org/changeset/base/271218
Log:
Update mixer description for FastTrackPro.
MFC after:3 days
Modified:
head/sys/dev/sound/usb/uaudio.c
Modified: head/sys/dev/sound/usb/uaudio.c
Author: tuexen
Date: Sun Sep 7 07:49:49 2014
New Revision: 271219
URL: http://svnweb.freebsd.org/changeset/base/271219
Log:
Use SYSCTL_PROC instead of SYSCTL_VNET_PROC.
Suggested by: glebius@
MFC after: 1 week
Modified:
head/sys/netinet/sctp_sysctl.c
Modified: head/sys/netinet/sctp_sysc
On 07 Sep 2014, at 08:01, Gleb Smirnoff wrote:
> Michael,
>
> On Sat, Sep 06, 2014 at 07:12:15PM +, Michael Tuexen wrote:
> M> Author: tuexen
> M> Date: Sat Sep 6 19:12:14 2014
> M> New Revision: 271204
> M> URL: http://svnweb.freebsd.org/changeset/base/271204
> M>
> M> Log:
> M> Fix th
Author: andrew
Date: Sun Sep 7 08:16:27 2014
New Revision: 271220
URL: http://svnweb.freebsd.org/changeset/base/271220
Log:
Create a common i.MX53 config and use it with the two existing i.MX53
boards.
This is just intended to split the common config entries out, further
cleanup is exp
Author: tuexen
Date: Sun Sep 7 09:06:26 2014
New Revision: 271221
URL: http://svnweb.freebsd.org/changeset/base/271221
Log:
Use union sctp_sockstore instead of struct sockaddr_storage. This
eliminiates some warnings when building in userland.
Thanks to Patrick Laimbock for reporting this is
Author: delphij
Date: Sun Sep 7 11:57:08 2014
New Revision: 271222
URL: http://svnweb.freebsd.org/changeset/base/271222
Log:
Fix typo.
Submitted by: Dmitry Morozovsky
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7
Modified: head/cddl/contrib/
Author: delphij
Date: Sun Sep 7 12:07:26 2014
New Revision: 271223
URL: http://svnweb.freebsd.org/changeset/base/271223
Log:
5117 space map reallocation can cause corruption
Reviewed by: Matthew Ahrens
Reviewed by: Sebastien Roy
Reviewed by: Richard Elling
Approved by: Richard Lowe
Author: delphij
Date: Sun Sep 7 12:13:49 2014
New Revision: 271224
URL: http://svnweb.freebsd.org/changeset/base/271224
Log:
5116 zpool history -i goes into infinite loop
Reviewed by: Christopher Siden
Reviewed by: Dan Kimmel
Reviewed by: George Wilson
Reviewed by: Richard Elling
Author: delphij
Date: Sun Sep 7 12:18:12 2014
New Revision: 271225
URL: http://svnweb.freebsd.org/changeset/base/271225
Log:
5118 When verifying or creating a storage pool, error messages only show one
device
Reviewed by: Adam Leventhal
Reviewed by: Dan Kimmel
Reviewed by: Matt Ahrens
Author: delphij
Date: Sun Sep 7 13:13:42 2014
New Revision: 271226
URL: http://svnweb.freebsd.org/changeset/base/271226
Log:
MFV r271223:
In dnode_sync(), do dnode_increase_indirection() before processing
the dn_next_nblkptr.
Illumos issue:
5117 space map reallocation can caus
Author: delphij
Date: Sun Sep 7 13:22:14 2014
New Revision: 271227
URL: http://svnweb.freebsd.org/changeset/base/271227
Log:
MFV r271225:
Iterate through all the children instead of returning error when we hit
the first error. This makes the error message give more information
rather
On Sat, Sep 06, 2014 at 03:24:48PM +, Alexander Motin wrote:
> New Revision: 271193
> URL: http://svnweb.freebsd.org/changeset/base/271193
>
> Log:
> MFC r269228:
> Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer.
If these changes are also applicable to stable/8, I'd appreciate
On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote:
> Author: avg
> Date: Thu Jan 16 13:24:10 2014
> New Revision: 260713
> URL: http://svnweb.freebsd.org/changeset/base/260713
>
> Log:
> fix a bug in ZFS mirror code for handling multiple DVAa
>
> The bug was introduced in r25695
On Wed, Oct 23, 2013 at 09:54:59AM +, Steven Hartland wrote:
> Author: smh
> Date: Wed Oct 23 09:54:58 2013
> New Revision: 256956
> URL: http://svnweb.freebsd.org/changeset/base/256956
>
> Log:
> Improve ZFS N-way mirror read performance by using load and locality
> information.
>
>
Author: tuexen
Date: Sun Sep 7 17:07:19 2014
New Revision: 271228
URL: http://svnweb.freebsd.org/changeset/base/271228
Log:
Address another warnings reported by Patrick Laimbock when compiling
in userspace. While there, improve consistency.
MFC after: 1 week
Modified:
head/sys/netinet
- Original Message -
From: "Slawa Olhovchenkov"
To: "Steven Hartland"
Cc: ; ;
Sent: Sunday, September 07, 2014 5:01 PM
Subject: Re: svn commit: r256956 - in head/sys: cam/ata cam/scsi cddl/contrib/opensolaris/uts/common/fs/zfs
cddl/contrib/opensolaris/uts/common/fs/zfs/sys geom sys
Author: tuexen
Date: Sun Sep 7 18:05:37 2014
New Revision: 271230
URL: http://svnweb.freebsd.org/changeset/base/271230
Log:
Address warnings generated by the clang analyzer.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_output.c
head/sys/netinet/sct
Author: andrew
Date: Sun Sep 7 18:32:42 2014
New Revision: 271232
URL: http://svnweb.freebsd.org/changeset/base/271232
Log:
Generalise the va to pa code and use it when starting secondary cores
Reviewed by: ian@, rpaulo@
Differential Revision: https://reviews.freebsd.org/D736
Modified:
Author: markj
Date: Sun Sep 7 18:42:45 2014
New Revision: 271233
URL: http://svnweb.freebsd.org/changeset/base/271233
Log:
MFC r271137:
Add mrsas(4) to GENERIC for i386 and amd64.
Modified:
stable/9/sys/amd64/conf/GENERIC
stable/9/sys/conf/NOTES
stable/9/sys/i386/conf/GENERIC
Directory
Author: markj
Date: Sun Sep 7 18:43:26 2014
New Revision: 271234
URL: http://svnweb.freebsd.org/changeset/base/271234
Log:
MFC r271137:
Add mrsas(4) to GENERIC for i386 and amd64.
Approved by: re (gjb)
Modified:
stable/10/sys/amd64/conf/GENERIC
stable/10/sys/conf/NOTES
stable/10/
On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Tue Aug 5 18:41:27 2014
> New Revision: 269603
> URL: http://svnweb.freebsd.org/changeset/base/269603
>
> Log:
> Integrate lib/libnv into the build/kyua
>
> Rename all of the TAP test applications from to _test
>
Author: andrew
Date: Sun Sep 7 19:33:38 2014
New Revision: 271235
URL: http://svnweb.freebsd.org/changeset/base/271235
Log:
Remove Lvirtaddr and Lphysaddr, these don't appear to be used.
Modified:
head/sys/arm/arm/locore.S
Modified: head/sys/arm/arm/locore.S
Author: rodrigc
Date: Sun Sep 7 20:11:23 2014
New Revision: 271236
URL: http://svnweb.freebsd.org/changeset/base/271236
Log:
MFC r262351:
Remove KASSERT from in6p_lookup_mcast_ifp().
When the devel/jenkins port, version 1.551 was started,
the kernel would panic if INVARI
On Aug 21, 2014, at 02:01, Davide Italiano wrote:
>
> Author: davide
> Date: Thu Aug 21 09:01:42 2014
> New Revision: 270261
> URL: http://svnweb.freebsd.org/changeset/base/270261
>
> Log:
> Revert r270227. GCC doesn't like the lack of LL suffix,
> so this makes powerpc build failing.
>
> Mod
Author: sbruno
Date: Sun Sep 7 20:27:48 2014
New Revision: 271237
URL: http://svnweb.freebsd.org/changeset/base/271237
Log:
Remove redundant kern conf entries that are inherited via include
Move cfg to spi1 as that's where it is located from the factory
Modified:
head/sys/mips/conf/WZR-
On Sun, Sep 7, 2014 at 1:14 PM, Rui Paulo wrote:
> On Aug 21, 2014, at 02:01, Davide Italiano wrote:
>>
>> Author: davide
>> Date: Thu Aug 21 09:01:42 2014
>> New Revision: 270261
>> URL: http://svnweb.freebsd.org/changeset/base/270261
>>
>> Log:
>> Revert r270227. GCC doesn't like the lack of L
On Sep 7, 2014, at 11:57, Antoine Brodin wrote:
> On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper wrote:
>> Author: ngie
>> Date: Tue Aug 5 18:41:27 2014
>> New Revision: 269603
>> URL: http://svnweb.freebsd.org/changeset/base/269603
>>
>> Log:
>> Integrate lib/libnv into the build/kyua
>>
>>
On Aug 14, 2014, at 11:29, Gavin Atkinson wrote:
>
> Author: gavin
> Date: Thu Aug 14 18:29:55 2014
> New Revision: 269992
> URL: http://svnweb.freebsd.org/changeset/base/269992
>
> Log:
> Update i386/NOTES and amd64/NOTES files to contain the complete list of
> firmwares for iwn(4) and sort t
on 07/09/2014 18:56 Slawa Olhovchenkov said the following:
> On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote:
>
>> Author: avg
>> Date: Thu Jan 16 13:24:10 2014
>> New Revision: 260713
>> URL: http://svnweb.freebsd.org/changeset/base/260713
>>
>> Log:
>> fix a bug in ZFS mirror code
On Mon, Sep 08, 2014 at 12:09:37AM +0300, Andriy Gapon wrote:
> on 07/09/2014 18:56 Slawa Olhovchenkov said the following:
> > On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote:
> >
> >> Author: avg
> >> Date: Thu Jan 16 13:24:10 2014
> >> New Revision: 260713
> >> URL: http://svnweb.f
- Original Message -
From: "Andriy Gapon"
on 07/09/2014 18:56 Slawa Olhovchenkov said the following:
On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote:
Author: avg
Date: Thu Jan 16 13:24:10 2014
New Revision: 260713
URL: http://svnweb.freebsd.org/changeset/base/260713
Author: smh
Date: Sun Sep 7 21:30:47 2014
New Revision: 271238
URL: http://svnweb.freebsd.org/changeset/base/271238
Log:
MFC r256956:
Improve ZFS N-way mirror read performance by using load and locality
information.
MFC r260713:
Fix ZFS mirror code for handling multiple DVA's
Al
- Original Message -
From: "Steven Hartland"
on 07/09/2014 18:56 Slawa Olhovchenkov said the following:
On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote:
Author: avg
Date: Thu Jan 16 13:24:10 2014
New Revision: 260713
URL: http://svnweb.freebsd.org/changeset/base/260713
L
Author: marcel
Date: Sun Sep 7 21:40:14 2014
New Revision: 271239
URL: http://svnweb.freebsd.org/changeset/base/271239
Log:
Fix previous commit: unbreak build of libkvm by including sys/systm.h
only when _KERNEL is defined.
Approved by: re@ (implicit)
Modified:
stable/10/sys/ia64/inc
Author: andrew
Date: Sun Sep 7 21:46:54 2014
New Revision: 271240
URL: http://svnweb.freebsd.org/changeset/base/271240
Log:
When entering the kernel with the MMU off assume we are running from a
va == pa map.
I'm not sure the code would work if we are not running from the identity
map
Author: ngie
Date: Sun Sep 7 22:56:57 2014
New Revision: 271241
URL: http://svnweb.freebsd.org/changeset/base/271241
Log:
Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to
/lib , not /usr/lib
MFC after: 3 days
Approved by: rpaulo (mentor)
Submitted by: anto
On Sep 7, 2014, at 13:53, yaneurab...@gmail.com wrote:
> You’re right. SHLIBDIR is being overridden from bsd.own.mk. This patch will
> fix it:
>
> $ git diff
> diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
> index cad1ea4..4a7c76a 100644
> --- a/lib/libnv/Makefile
> +++ b/lib/libnv/Makef
Author: alc
Date: Mon Sep 8 00:19:03 2014
New Revision: 271243
URL: http://svnweb.freebsd.org/changeset/base/271243
Log:
Make two functions static and eliminate an unused #define.
Modified:
head/sys/vm/vm_map.c
head/sys/vm/vm_map.h
Modified: head/sys/vm/vm_map.c
==
On Monday, September 08, 2014 12:19:04 AM Alan Cox wrote:
> Log:
> Make two functions static and eliminate an unused #define.
Unfortunately, the code (and compiler) disagrees..
> @@ -1504,7 +1507,7 @@ again:
> * possibly extended). When merging, this routine may delete one or
> * both
On 09/07/2014 21:14, Peter Wemm wrote:
> On Monday, September 08, 2014 12:19:04 AM Alan Cox wrote:
>
>> Log:
>> Make two functions static and eliminate an unused #define.
>
> Unfortunately, the code (and compiler) disagrees..
>
>> @@ -1504,7 +1507,7 @@ again:
>> *possibly extended). When m
Author: alc
Date: Mon Sep 8 02:25:01 2014
New Revision: 271244
URL: http://svnweb.freebsd.org/changeset/base/271244
Log:
Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), so
it can't be static.
Modified:
head/sys/vm/vm_map.c
head/sys/vm/vm_map.h
Modified: head/sys/
Author: gjb
Date: Mon Sep 8 02:37:45 2014
New Revision: 271245
URL: http://svnweb.freebsd.org/changeset/base/271245
Log:
Silence a bmake(1) warning in the gif(4) module build
when built with WITHOUT_INET6.
LGTM: sbruno
Sponsored by: The FreeBSD Foundation
Modified:
h
Author: adrian
Date: Mon Sep 8 03:12:42 2014
New Revision: 271246
URL: http://svnweb.freebsd.org/changeset/base/271246
Log:
Bring over some more status codes from the Linux iwlwifi driver.
The (eventual) intention is to create MIB counters for transmitted
frame completion to count how ma
Author: adrian
Date: Mon Sep 8 03:16:28 2014
New Revision: 271247
URL: http://svnweb.freebsd.org/changeset/base/271247
Log:
(more) correctly account TX completion status for A-MPDU session frames.
The rules turn out to be:
* for non-aggregation session TX queues - it's either sent or
On Sun, 7 Sep 2014, Rui Paulo wrote:
On Aug 21, 2014, at 02:01, Davide Italiano wrote:
Author: davide
Date: Thu Aug 21 09:01:42 2014
New Revision: 270261
URL: http://svnweb.freebsd.org/changeset/base/270261
Log:
Revert r270227. GCC doesn't like the lack of LL suffix,
so this makes powerpc
Author: peter
Date: Mon Sep 8 05:14:58 2014
New Revision: 271248
URL: http://svnweb.freebsd.org/changeset/base/271248
Log:
Temporarily remove the warning added r270781 - it prints the warning
regardless of whether the usage is correct or not and this generates a
LOT of noise, even when you
46 matches
Mail list logo