Author: mav
Date: Mon Jul 8 15:28:09 2013
New Revision: 253036
URL: http://svnweb.freebsd.org/changeset/base/253036
Log:
Add quirk to configure headphones redirection on ASUS UX31A laptop.
MFC after:3 days
Modified:
head/sys/dev/sound/pci/hda/hdaa_patches.c
head/sys/dev/sound/pci/
Author: hiren
Date: Mon Jul 8 16:03:18 2013
New Revision: 253040
URL: http://svnweb.freebsd.org/changeset/base/253040
Log:
Move to MSG_DEBUG to print it via syslog only when requested.
Reviewed by: rpaulo, adrian
Approved by: sbruno (mentor)
Modified:
head/contrib/wpa/src/rsn_supp/w
Author: dim
Date: Mon Jul 8 17:57:11 2013
New Revision: 253042
URL: http://svnweb.freebsd.org/changeset/base/253042
Log:
Pull in r185616 from llvm trunk:
FastISel can only append to basic blocks.
Compute the insertion point from the end of the basic block instead of
skipping l
Author: pfg
Date: Mon Jul 8 20:21:36 2013
New Revision: 253045
URL: http://svnweb.freebsd.org/changeset/base/253045
Log:
Avoid a panic and return EINVAL instead.
Merge from UFS r232692:
syscall() fuzzing can trigger this panic.
MFC after:3 days
Modified:
head/sys/fs/ext2fs/ex
Author: asomers
Date: Mon Jul 8 21:10:30 2013
New Revision: 253046
URL: http://svnweb.freebsd.org/changeset/base/253046
Log:
Correct the printf format specifier for total_events.
Add __printflike argument checking for devdlog().
Reported by: pjd
Approved by: gibbs (co-mentor)
Modified
Author: jhb
Date: Mon Jul 8 21:17:20 2013
New Revision: 253047
URL: http://svnweb.freebsd.org/changeset/base/253047
Log:
Fix build with INVARIANT_SUPPORT enabled but not INVARIANTS.
Reported by: "Matthew D. Fuller"
Modified:
head/sys/kern/kern_rmlock.c
Modified: head/sys/kern/kern_rm
Author: jhb
Date: Mon Jul 8 21:25:12 2013
New Revision: 253048
URL: http://svnweb.freebsd.org/changeset/base/253048
Log:
Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):
- Fix sysctl wrapper for sysfs attributes to properly handle new string
values similar to sys
On Sunday, July 07, 2013 5:39:37 pm Alfred Perlstein wrote:
> Author: alfred
> Date: Sun Jul 7 21:39:37 2013
> New Revision: 253007
> URL: http://svnweb.freebsd.org/changeset/base/253007
>
> Log:
> Make kassert_printf use __printflike.
>
> Fix associated errors/warnings while I'm here.
>
On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote:
> On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper
wrote:
> > On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
> >
> >> On 7/7/13 2:01 PM, Garrett Cooper wrote:
> >>> Why the magic number 12?
> >>
> >> Numbers higher seem to result in wo
On Jul 8, 2013, at 2:25 PM, John Baldwin wrote:
> Author: jhb
> Date: Mon Jul 8 21:25:12 2013
> New Revision: 253048
> URL: http://svnweb.freebsd.org/changeset/base/253048
>
> Log:
> Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa):
> - Fix sysctl wrapper for sysfs att
On Mon, Jul 8, 2013 at 2:13 PM, John Baldwin wrote:
> On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote:
>> On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper
> wrote:
>> > On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
>> >
>> >> On 7/7/13 2:01 PM, Garrett Cooper wrote:
>> >>> Why the m
On 7/8/13 4:24 PM, Garrett Cooper wrote:
On Mon, Jul 8, 2013 at 2:13 PM, John Baldwin wrote:
On Monday, July 08, 2013 2:23:31 am Garrett Cooper wrote:
On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper
wrote:
On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
On 7/7/13 2:01 PM, Garrett Coop
On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
> On 7/7/13 2:01 PM, Garrett Cooper wrote:
>> Why the magic number 12?
>
> Numbers higher seem to result in worse performance as reported by some
> members of my team.
>
We've run as high as -j48 ... number of logical cpu's "times-two" (it wa
On Jul 8, 2013, at 5:12 PM, Teske, Devin wrote:
> On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
>
>> On 7/7/13 2:01 PM, Garrett Cooper wrote:
>>> Why the magic number 12?
>>
>> Numbers higher seem to result in worse performance as reported by some
>> members of my team.
>>
>
> We've run
Author: rmacklem
Date: Tue Jul 9 01:05:28 2013
New Revision: 253049
URL: http://svnweb.freebsd.org/changeset/base/253049
Log:
Add support for host-based (Kerberos 5 service principal) initiator
credentials to the kernel rpc. Modify the NFSv4 client to add
support for the gssname and allgssn
On 7/7/13 4:39 PM, Alfred Perlstein wrote:
Log:
Document tip on how to build all kernels quickly.
Modified: head/Makefile
==
--- head/Makefile Sun Jul 7 19:58:14 2013(r253001)
+++ head/Makefile
Author: pfg
Date: Tue Jul 9 01:31:04 2013
New Revision: 253050
URL: http://svnweb.freebsd.org/changeset/base/253050
Log:
Enhancement when writing an entire block of a file.
Merge from UFS r231313:
This change first attempts the uiomove() to the newly allocated
(and dirty) buffer and
Author: rmacklem
Date: Tue Jul 9 01:31:36 2013
New Revision: 253051
URL: http://svnweb.freebsd.org/changeset/base/253051
Log:
Document the "gssname" and "allgssname" mount options added by the
host-based initiator credential patches.
This is a content change.
Modified:
head/sbin/mount_nf
Author: emaste
Date: Tue Jul 9 01:55:34 2013
New Revision: 253052
URL: http://svnweb.freebsd.org/changeset/base/253052
Log:
Remove extraneous format string converison specifier
Submitted by: wxs@
Modified:
head/sys/arm/arm/pmap-v6.c
Modified: head/sys/arm/arm/pmap-v6.c
Author: rpaulo
Date: Tue Jul 9 02:50:05 2013
New Revision: 253053
URL: http://svnweb.freebsd.org/changeset/base/253053
Log:
Improve a comment.
Modified:
head/sys/arm/ti/ti_mmchs.c
Modified: head/sys/arm/ti/ti_mmchs.c
==
Author: rpaulo
Date: Tue Jul 9 03:00:06 2013
New Revision: 253054
URL: http://svnweb.freebsd.org/changeset/base/253054
Log:
Use meaningful names when creating mmc/sd threads.
This can be useful when we want to be able to identify which mmcsd is stuck.
Modified:
head/sys/dev/mmc/mmcsd.c
>We've run as high as -j48 ... number of logical cpu's "times-two" (it was o=
>n a box with 24 logical CPUs).
We've (ok dhw@ has) done a lot of empirical measurement
to determine optimal jobs_factor numbers for various machines.
Right now we are using .75 for boxes with > 16 cores.
For smaller box
On Mon, 8 Jul 2013, Pedro F. Giffuni wrote:
Log:
Avoid a panic and return EINVAL instead.
Merge from UFS r232692:
syscall() fuzzing can trigger this panic.
This breaks the assertion without fixing the bug.
I don't know what is in the inscrutable reference r232692, but UFS doesn't
exist, a
On Tue, 9 Jul 2013, Pedro F. Giffuni wrote:
Author: pfg
Date: Tue Jul 9 01:31:04 2013
New Revision: 253050
URL: http://svnweb.freebsd.org/changeset/base/253050
Log:
Enhancement when writing an entire block of a file.
Merge from UFS r231313:
This change first attempts the uiomove() to th
On Tue, 9 Jul 2013, Bruce Evans wrote:
On Tue, 9 Jul 2013, Pedro F. Giffuni wrote:
...
Log:
Enhancement when writing an entire block of a file.
Merge from UFS r231313:
...
Oops, I didn't mean to reply to that (it seemed to be correct :-), and
just quoted it all.
Bruce
On Mon, Jul 8, 2013 at 5:12 PM, Teske, Devin wrote:
> On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote:
>
>> On 7/7/13 2:01 PM, Garrett Cooper wrote:
>>> Why the magic number 12?
>>
>> Numbers higher seem to result in worse performance as reported by some
>> members of my team.
>>
>
> We've run
26 matches
Mail list logo