Note, there's a new directory so use patch -p0 to apply it.
this tweaks art_walk in preparation for a world where the table may
be updated on another cpu.
at the moment we're relying on the big lock to serialise updates,
so this adds big lock calls in the right place. jmatthew@ has a
diff to serialise changes with a mutex, so those kernel lock calls
can be
On Tue, Jun 14, 2016 at 11:56:14PM +0100, Stuart Henderson wrote:
> As far as I can make out, the FCC auth is to enable the radio rather
> than anything else, the command has to be sent over (qmi-over-)MBIM.
> I haven't had time to get a linux install to see how it behaves there
> but I would assum
On 2016/06/14 23:17, Gerhard Roth wrote:
> You might try the FCC auth patch, but I'm not very confident about
> it in your situation. Your device already speaks MBIM, so why should
> we need to enable it.
As far as I can make out, the FCC auth is to enable the radio rather
than anything else, the
On Tue, Jun 14, 2016 at 11:17:56PM +0200, Gerhard Roth wrote:
> Well, the device still refuses to turn on the radio and without it,
> there's no chance to register with the provider.
>
> That you see more information now is just due to the fact, that the
> state machine now continues beyond the "t
On 10.06.2016 14:41, Bryan Vyhmeister wrote:
On Fri, Jun 10, 2016 at 09:43:36AM +0200, Gerhard Roth wrote:
Hmm, I don't see the missing break. It is still stuck in the same
state trying to turn on the radio and always getting non-confirmative
resonses.
If the break before "case UMB_S_RADIO:" is
On Tue, Jun 14, 2016 at 06:14:05PM +0200, Jeremie Courreges-Anglas wrote:
> Marc Peters writes:
>
> > Hi,
> >
> > i just did an installation of a HP DL360 Gen9 to test UEFI installations
> > with 5.9. I just accepted most of the defaults and did this for the
> > disklabels, too. I wanted to chec
On Tue, Jun 14, 2016 at 03:41:11PM +0200, Marc Peters wrote:
> Hi,
>
> i just did an installation of a HP DL360 Gen9 to test UEFI installations
> with 5.9. I just accepted most of the defaults and did this for the
> disklabels, too. I wanted to checkout the sources to do release builds,
> but the
On Tue, Jun 14, 2016 at 06:14:05PM +0200, Jeremie Courreges-Anglas wrote:
> Marc Peters writes:
>
> > Hi,
> >
> > i just did an installation of a HP DL360 Gen9 to test UEFI installations
> > with 5.9. I just accepted most of the defaults and did this for the
> > disklabels, too. I wanted to chec
Amit Kulkarni writes:
> On Tue, Jun 14, 2016 at 8:41 AM, Marc Peters wrote:
>
>> Hi,
>>
>> i just did an installation of a HP DL360 Gen9 to test UEFI installations
>> with 5.9. I just accepted most of the defaults and did this for the
>> disklabels, too. I wanted to checkout the sources to do re
Marc Peters writes:
> Hi,
>
> i just did an installation of a HP DL360 Gen9 to test UEFI installations
> with 5.9. I just accepted most of the defaults and did this for the
> disklabels, too. I wanted to checkout the sources to do release builds,
> but the autolayout didn't create enough inodes t
Martin Pieuchot writes:
> On 14/06/16(Tue) 13:49, Jeremie Courreges-Anglas wrote:
>> Vincent Gross writes:
>> > On Mon, 13 Jun 2016 19:57:15 +0200
>> > Jeremie Courreges-Anglas wrote:
>> >> Vincent Gross writes:
>> >> > Le Mon, 13 Jun 2016 07:35:16 +0200,
>> >> > j...@wxcvbn.org (Jeremie Courr
> Date: Tue, 14 Jun 2016 14:33:14 +0100 (BST)
> From: Tom Cosgrove
>
> >>> Tom Cosgrove 12-Jun-16 22:05 >>>
> >
> > In OF_getprop(), if the "name" property doesn't exist it is synthesised
> > from the unit name. If that synthesised property has an "@" in it, we
> > truncate the name just before
On Tue, Jun 14, 2016 at 8:41 AM, Marc Peters wrote:
> Hi,
>
> i just did an installation of a HP DL360 Gen9 to test UEFI installations
> with 5.9. I just accepted most of the defaults and did this for the
> disklabels, too. I wanted to checkout the sources to do release builds,
> but the autolayo
On 2016/06/14 14:54, Martijn van Duren wrote:
> Hello tech@,
>
> It appears that http://www.ralinktech.com isn't available anymore.
> OK to remove?
>
> martijn@
It's MediaTek now.
>>> Tom Cosgrove 12-Jun-16 22:05 >>>
>
> In OF_getprop(), if the "name" property doesn't exist it is synthesised
> from the unit name. If that synthesised property has an "@" in it, we
> truncate the name just before the "@", but we currently continue to return
> the full length of the unit name.
Hi,
i just did an installation of a HP DL360 Gen9 to test UEFI installations
with 5.9. I just accepted most of the defaults and did this for the
disklabels, too. I wanted to checkout the sources to do release builds,
but the autolayout didn't create enough inodes to do so:
[snip]
U xenocara/xserv
On 14/06/16(Tue) 13:49, Jeremie Courreges-Anglas wrote:
> Vincent Gross writes:
> > On Mon, 13 Jun 2016 19:57:15 +0200
> > Jeremie Courreges-Anglas wrote:
> >> Vincent Gross writes:
> >> > Le Mon, 13 Jun 2016 07:35:16 +0200,
> >> > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
> >> >> j..
There is a typo in a comment in nd6.c.
s/nd6_resove/nd6_resolve/
With that fixed OK florian@
On Tue, Jun 14, 2016 at 11:52:02AM +0200, Martin Pieuchot wrote:
> It's no longer doing anything, so let's remove it, ok?
>
> Index: net/pf.c
> ===
Hello tech@,
It appears that http://www.ralinktech.com isn't available anymore.
OK to remove?
martijn@
Index: ral.4
===
RCS file: /cvs/src/share/man/man4/ral.4,v
retrieving revision 1.108
diff -u -p -r1.108 ral.4
--- ral.4 7 M
On Tue, 14 Jun 2016 11:52:02 +0200, Martin Pieuchot wrote:
> It's no longer doing anything, so let's remove it, ok?
OK millert@
- todd
Vincent Gross writes:
> On Mon, 13 Jun 2016 19:57:15 +0200
> Jeremie Courreges-Anglas wrote:
>
>> Vincent Gross writes:
>>
>> > Le Mon, 13 Jun 2016 07:35:16 +0200,
>> > j...@wxcvbn.org (Jeremie Courreges-Anglas) a écrit :
>> >
>> >> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes:
>> >>
This (unfortunately rather large) diff merges urtwn(4) into rtwn(4).
Removes bloat caused by having 2 separate drivers:
ic/rtwn.c | 448 ++
ic/rtwnvar.h | 38
pci/if_rtwn.c | 126 ++-
usb/if_urtwn.c | 2378 +
4 files cha
On Tue, Jun 07, 2016 at 08:51:27AM +0200, Theo Buehler wrote:
> On Sun, May 29, 2016 at 10:55:48PM +0200, Theo Buehler wrote:
> > The readlabel() function in disklabel() does two things: it reads the
> > disklabel from the device using a ioctl() and then parses it into some
> > strings. We can't p
Instead of dereferencing ``rt->rt_ifa'' to get the address, let's use
``rt_addr''.
ok?
Index: netinet/in_pcb.c
===
RCS file: /cvs/src/sys/netinet/in_pcb.c,v
retrieving revision 1.206
diff -u -p -r1.206 in_pcb.c
--- netinet/in_pcb.c
It's no longer doing anything, so let's remove it, ok?
Index: net/pf.c
===
RCS file: /cvs/src/sys/net/pf.c,v
retrieving revision 1.975
diff -u -p -r1.975 pf.c
--- net/pf.c7 Jun 2016 01:31:54 - 1.975
+++ net/pf.c8 Jun
On 10/06/16(Fri) 09:43, Florian Obser wrote:
> Any reason you are not adding the free(9) sizes in rtrequest(), too?
Because ``rt->rt_addr'' might be NULL, so I can't dereference it to get
the size of the allocated memory chunk.
On Mon, Jun 13, 2016 at 11:29:13AM +1000, David Gwynne wrote:
> this is kind of like the change i just made to sparc64.
>
> sparc created instances of inline functions for each of the splfoo
> calls. this provides an splraise call and turns splfoo into a macro
> to splraise(IPL_FOO).
>
> the spl
`netstat -r' uses 34 columns for "Destination" and 30 for "Gateway". As
these two columns have the same notation, these columns could also have the
same length.
30 is too short for SLAAC addresses with longer interface names:
% echo -n 'fe80:::::%vether99' | wc
0 1
On Tue, Jun 14, 2016 at 08:29:09AM +0200, Matthieu Herrb wrote:
> On Mon, Jun 13, 2016 at 12:43:59PM +0200, Mark Kettenis wrote:
> > > Date: Sun, 12 Jun 2016 19:48:24 +0200
> > > From: Matthieu Herrb
> > >
> > > Hi,
> > >
> > > I'm trying to convert my SabreLite board to boot via efiboot, but
>
30 matches
Mail list logo