Author: mav
Date: Fri Sep 5 07:42:34 2014
New Revision: 271156
URL: http://svnweb.freebsd.org/changeset/base/271156
Log:
Add IDs for Intel Patsburg USB 2.0 controller.
Modified:
head/sys/dev/usb/controller/ehci_pci.c
Modified: head/sys/dev/usb/controller/ehci_pci.c
=
On Thu, Sep 04, 2014 at 10:50:25PM -0400, John Baldwin wrote:
> On Tuesday, September 02, 2014 06:41:27 PM Konstantin Belousov wrote:
> > On Tue, Sep 02, 2014 at 11:00:57AM -0400, John Baldwin wrote:
> > > I thought about that. I could easily make a parallel array, or perhaps
> > > use a separate
Author: trasz
Date: Fri Sep 5 11:10:44 2014
New Revision: 271157
URL: http://svnweb.freebsd.org/changeset/base/271157
Log:
Fix typo.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/login.c
Modified: head/usr.sbin/ctld/login.c
==
Author: kevlo
Date: Fri Sep 5 11:25:58 2014
New Revision: 271159
URL: http://svnweb.freebsd.org/changeset/base/271159
Log:
The USB LED driver for the Dream Cheeky WebMail Notifier.
Reviewed by: hselasky
Added:
head/share/man/man4/uled.4 (contents, props changed)
head/sys/dev/usb/mi
on 04/09/2014 04:18 Steven Hartland said the following:
> Indeed that would be interesting, but we might find that its quite memory size
> dependent given the scaling so confirming HW details would be nice too.
>
> I'd also be interested to know who wins the free race between the VM and ARC
> when
On Fri, Sep 05, 2014 at 11:25:58AM +, Kevin Lo wrote:
> Author: kevlo
> Date: Fri Sep 5 11:25:58 2014
> New Revision: 271159
> URL: http://svnweb.freebsd.org/changeset/base/271159
>
> Log:
> The USB LED driver for the Dream Cheeky WebMail Notifier.
>
> Reviewed by:hselasky
>
>
Author: mav
Date: Fri Sep 5 13:45:14 2014
New Revision: 271163
URL: http://svnweb.freebsd.org/changeset/base/271163
Log:
Invert AHCI_Q_NOBSYRES quirk meaning, waiting for readiness by default.
I gave up to update list of Marvell chips that require this quirk.
The final nail was growing n
Author: trasz
Date: Fri Sep 5 14:32:09 2014
New Revision: 271167
URL: http://svnweb.freebsd.org/changeset/base/271167
Log:
Make it possible to quote names in autofs maps using double quotes.
Note that this is a workaround, not a proper solution. If you know
lex well, and want to help -
Author: kevlo
Date: Fri Sep 5 14:35:34 2014
New Revision: 271168
URL: http://svnweb.freebsd.org/changeset/base/271168
Log:
Revert r271159, Mis-patched the tree.
Pointed out by: kib
Modified:
head/Makefile
Modified: head/Makefile
===
On 09/05/14 15:08, Konstantin Belousov wrote:
On Fri, Sep 05, 2014 at 11:25:58AM +, Kevin Lo wrote:
Author: kevlo
Date: Fri Sep 5 11:25:58 2014
New Revision: 271159
URL: http://svnweb.freebsd.org/changeset/base/271159
Log:
The USB LED driver for the Dream Cheeky WebMail Notifier.
Re
On Fri, Sep 05, 2014 at 04:08:28PM +0300, Konstantin Belousov wrote:
> On Fri, Sep 05, 2014 at 11:25:58AM +, Kevin Lo wrote:
> > Author: kevlo
> > Date: Fri Sep 5 11:25:58 2014
> > New Revision: 271159
> > URL: http://svnweb.freebsd.org/changeset/base/271159
> >
> > Log:
> > The USB LED dri
Author: trasz
Date: Fri Sep 5 14:48:06 2014
New Revision: 271169
URL: http://svnweb.freebsd.org/changeset/base/271169
Log:
Turn two errors, which are possible to trigger only by bugs,
into assertions.
Discussed with: mav@
MFC after:2 weeks
Sponsored by: The FreeBSD Foundati
Author: trasz
Date: Fri Sep 5 14:58:24 2014
New Revision: 271170
URL: http://svnweb.freebsd.org/changeset/base/271170
Log:
Document initiator-portal netmask support.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.
On Fri, Sep 05, 2014 at 04:41:36PM +0200, Hans Petter Selasky wrote:
>
> On 09/05/14 15:08, Konstantin Belousov wrote:
> > On Fri, Sep 05, 2014 at 11:25:58AM +, Kevin Lo wrote:
> >> Author: kevlo
> >> Date: Fri Sep 5 11:25:58 2014
> >> New Revision: 271159
> >> URL: http://svnweb.freebsd.org/
On Friday, September 05, 2014 4:43:05 am Konstantin Belousov wrote:
> On Thu, Sep 04, 2014 at 10:50:25PM -0400, John Baldwin wrote:
> > On Tuesday, September 02, 2014 06:41:27 PM Konstantin Belousov wrote:
> > > On Tue, Sep 02, 2014 at 11:00:57AM -0400, John Baldwin wrote:
> > > > I thought about t
Author: benno
Date: Fri Sep 5 16:40:47 2014
New Revision: 271173
URL: http://svnweb.freebsd.org/changeset/base/271173
Log:
Add support for gdb's memory searching capabilities to our in-kernel gdb
server.
Submitted by: Daniel O'Connor
Reviewed by: jhb
Sponsored by: EMC Isilon Storag
Author: rwatson
Date: Fri Sep 5 16:46:28 2014
New Revision: 271174
URL: http://svnweb.freebsd.org/changeset/base/271174
Log:
Clarify a diagnostic printf() in the mbuf code: M_EXT doesn't necessarily
imply a cluster is attached; it could also refer to some other sort of
external storage (e.g
Author: rwatson
Date: Fri Sep 5 17:05:51 2014
New Revision: 271175
URL: http://svnweb.freebsd.org/changeset/base/271175
Log:
Garbage collect NFSMINOFF() from the NFS stack; this unused macro replicates
mbuf-initialisation logic that is best left to centralised mbuf utility
code rather than
Author: emaste
Date: Fri Sep 5 18:07:15 2014
New Revision: 271178
URL: http://svnweb.freebsd.org/changeset/base/271178
Log:
Correct patch paths (remove contrib/llvm/)
The example in contrib/llvm/patches/README.TXT fails otherwise.
Sponsored by: DARPA, AFRL
Modified:
head/contrib/ll
On Fri, 5 Sep 2014, John Baldwin wrote:
We might also consider removing support for 486sx CPUs and requiring an
on-CPU FPU for i386. If we do that we might able to use a common fpu.c
which would be even nicer.
You mean a common npx.c. The 'x' part of npx.c is much more descriptive
now than i
Author: andrew
Date: Fri Sep 5 18:11:36 2014
New Revision: 271179
URL: http://svnweb.freebsd.org/changeset/base/271179
Log:
Add the fp{get,set}{mask,round} functions to the public symbols in the map.
These are only exported for armv6hf as the soft-float ABIs have these in
the softfloat Symb
Author: dumbbell
Date: Fri Sep 5 18:11:39 2014
New Revision: 271180
URL: http://svnweb.freebsd.org/changeset/base/271180
Log:
vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text mode
MFC after:3 days
Modified:
head/sys/dev/vt/hw/vga/vt_vga.c
Modified: head/sys/dev/vt/hw/vga/vt
Author: andrew
Date: Fri Sep 5 19:00:30 2014
New Revision: 271181
URL: http://svnweb.freebsd.org/changeset/base/271181
Log:
Add the virtual timer irq to the list of interrupts we enable on secondary
cores.
Modified:
head/sys/arm/arm/gic.c
Modified: head/sys/arm/arm/gic.c
=
Author: glebius
Date: Fri Sep 5 19:50:18 2014
New Revision: 271182
URL: http://svnweb.freebsd.org/changeset/base/271182
Log:
Set vnet context before accessing V_socket_hhh[].
Submitted by: "Hiroo Ono (小野寛生)"
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
=
On Fri, Sep 05, 2014 at 07:50:18PM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Sep 5 19:50:18 2014
> New Revision: 271182
> URL: http://svnweb.freebsd.org/changeset/base/271182
>
> Log:
> Set vnet context before accessing V_socket_hhh[].
>
> Submitted by: "Hiroo Ono (小野
> On Sep 5, 2014, at 12:54, Mateusz Guzik wrote:
>
>> On Fri, Sep 05, 2014 at 07:50:18PM +, Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Fri Sep 5 19:50:18 2014
>> New Revision: 271182
>> URL: http://svnweb.freebsd.org/changeset/base/271182
>>
>> Log:
>> Set vnet context before access
I'm building a vimage kernel now to at least compile test a fix.
Thanks,
-a
On 5 September 2014 12:59, Garrett Cooper wrote:
>
>> On Sep 5, 2014, at 12:54, Mateusz Guzik wrote:
>>
>>> On Fri, Sep 05, 2014 at 07:50:18PM +, Gleb Smirnoff wrote:
>>> Author: glebius
>>> Date: Fri Sep 5 19:5
On Thu, Sep 04, 2014 at 09:31:25PM +, Sean Bruno wrote:
> Author: sbruno
> Date: Thu Sep 4 21:31:25 2014
> New Revision: 271141
> URL: http://svnweb.freebsd.org/changeset/base/271141
>
> Log:
> Allow multiple image activators to run on the same execution by changing
> imgp->interpreted to
How's this look?
adrian@testbox1:~/work/freebsd/head/src % svnlite diff sys/kern/
Index: sys/kern/uipc_socket.c
===
--- sys/kern/uipc_socket.c (revision 271182)
+++ sys/kern/uipc_socket.c (working copy)
@@ -448,10 +448
On Fri, Sep 05, 2014 at 04:30:24PM -0700, Adrian Chadd wrote:
> How's this look?
>
Malformed. :-P
I would prefer:
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index c6c3152..de72da5 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -3245,6 +3245,7 @@ static int
Author: mjg
Date: Fri Sep 5 23:56:25 2014
New Revision: 271183
URL: http://svnweb.freebsd.org/changeset/base/271183
Log:
Plug unnecessary fp assignments in kern_fcntl.
No functional changes.
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
=
31 matches
Mail list logo