ptep = &l2b->l2b_kva[l2pte_index(pv->pv_va)];
> - if (l2pte_valid(*ptep)) {
> + if (*ptep != 0) {
> pte = *ptep;
>
> /* inline pmap_is_current(pm) */
>
With this patch, my BBB no longer trig
On Mon, Mar 7, 2016 at 10:03 AM, Alexandr Nedvedicky
wrote:
> Hello Mattieu,
>
> Mark Patruck reported panic on KASSERT() in pf_test() yesterday . I've crafted
> patch below. Can you try it out?
>
> I think we need to apply pf_pkt_addr_changed() on broadcast packets seen by
> bridge
> as well.
>
On Sun, Mar 6, 2016 at 11:33 PM, Martin Pieuchot wrote:
> On 06/03/16(Sun) 22:35, Mattieu Baptiste wrote:
>> On Sun, Mar 6, 2016 at 10:22 PM, Martin Pieuchot wrote:
>> > On 06/03/16(Sun) 19:57, Mattieu Baptiste wrote:
>> >> [...]
>> >> As discus
On Sun, Mar 6, 2016 at 10:22 PM, Martin Pieuchot wrote:
> On 06/03/16(Sun) 19:57, Mattieu Baptiste wrote:
>> [...]
>> As discussed in january, with the patches committed, -current still
>> panics for me:
>> http://www.brimbelle.org/mattieu/stuff/panic_s
On Fri, Mar 4, 2016 at 2:31 PM, Alexandr Nedvedicky
wrote:
> Hello Stuart,
>
> thanks for testing it. I'll commit it today.
>
Hi Alexandr,
As discussed in january, with the patches committed, -current still
panics for me:
http://www.brimbelle.org/mattieu/stuff/panic_statekey/panic10.jpg
http://ww
On Mon, Oct 5, 2015 at 10:45 PM, Mark Kettenis wrote:
> Several people seem to complain on misc@ that they're seeing watchdog
> timeouts on em(4). But none of them bother to submit a proper bug
> report to bugs@. Anyway, here is a diff that might fix the issue.
> Please test, even if you're not
diff.
>
Hi,
Is there any chance the fix will be committed ? It's working
flawlessly for me. I've been testing it during the last 15 days.
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
On Wed, Nov 12, 2014 at 3:22 AM, Rafael Zalamena
wrote:
> The diff attached to this mail fixes the bridge output for VLANs noted in
> this link:
> http://marc.info/?l=openbsd-misc&m=141508025731320&w=2
>
> [...]
>
> Lightly tested with in my VPLS setup.
>
Hi Rafael,
This also fixes my problem o
On Mon, May 26, 2014 at 1:51 PM, Martin Pieuchot wrote:
> On 26/05/14(Mon) 13:46, Martin Pieuchot wrote:
> > It is currently possible to trigger a race between the thread doing
> > DVACT_QUIESCE and the USB thread exploring the buses.
> >
> > This race is really easy to reproduce if you have a lot
On Thu, Mar 13, 2014 at 12:23 PM, Marc Peters wrote:
> On 03/13/14 10:31, Mark Kettenis wrote:
> >> Date: Wed, 12 Mar 2014 22:54:06 +0100 (CET)
> >> From: Mark Kettenis
> >>
> >> The recent "inteldrm suspend/resume regression" thread pointed out
> >> that suspend/resume was quite horribly broken
On Fri, Feb 1, 2013 at 10:17 PM, Stuart Henderson wrote:
> In gmane.os.openbsd.misc, Mattieu Baptiste wrote:
> > Hi,
> >
> > I'm testing npppd with pppx(4).
> >
> > As i'm understanding npppd, a new pppx(4) interface is created for every
> > new se
Yes, i'm seeing that too on a Soekris net5501.
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
Le 22 janv. 2013 12:41, "Stuart Henderson" a écrit :
> Seeing some odd behaviour on an alix firewall and wondering if
> other people see the s
.
I'm also affected by this bug on the jabber server at work. This patch fixes it.
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
000" rev 2.00/0.08 addr 4
video0 at uvideo0
uaudio0 at uhub3 port 8 configuration 1 interface 2 "Logitech QuickCam
Pro 9000" rev 2.00/0.08 addr 4
uaudio0: audio rev 1.00, 2 mixer controls
audio1 at uaudio0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
root on sd1a swap on sd1b dump on sd1b
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
]\(.*\):'$duiddisk'.*/\1/'`
+ rootbak=`echo $duid | \
+ awk '{ print "'$bakdisk'"substr($1, 18, 1) }'`
fi
- bakdisk=${rootbak%[a-p]}
sysctl -n hw.disknames | grep -Fqw $bakdisk || break
bakpart=${rootbak#$bakdisk}
baksize=`disklabel $bakdisk 2>/dev/null | \
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
ts-308&file=41220.pdf&scan=
You can also check the NetBSD esiop(4) man page:
http://netbsd.gw.com/cgi-bin/man-cgi?esiop+4.sparc64+NetBSD-current
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
-supports at most Ultra2-Wide with this chip)
+.Tn SCSI )
.It
53c1510D (dual Ultra2-Wide
.Tn SCSI )
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
rface 0 "Logitech QuickCam
Pro 9000" rev 2.00/0.08 addr 4
video0 at uvideo0
uaudio0 at uhub3 port 8 configuration 1 interface 2 "Logitech QuickCam
Pro 9000" rev 2.00/0.08 addr 4
uaudio0: audio rev 1.00, 2 mixer controls
audio1 at uaudio0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
root on sd1a swap on sd1b dump on sd1b
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
On Thu, Nov 25, 2010 at 2:28 PM, Mark Kettenis
wrote:
>
> Just nuke it. It'll be sitting in the attick if anybody wants it back.
>
Ok, here is a proposed diff that can also be found at:
http://www.brimbelle.org/mattieu/stuff/uscanner.diff
Compile tested on amd64.
Index: sys/dev/usb/uscanner.
access such devices. Is there
other software that need uscanner?
And more generally, is there any reason to keep uscanner?
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
s not able to detect the scanner.
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
N, USB_PRODUCT_CANON_N1220U }, 0 },
- {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
/* Kye */
{{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
On Mon, Sep 6, 2010 at 10:58 AM, Henning Brauer
wrote:
> * Mattieu Baptiste [2010-09-06 09:43]:
>> This sync /etc with recent ECDSA changes.
>
> it has been decided to let ecdsa settle a bit before doing this.
>
> --
> Henning Brauer, h...@bsws.de, henn...@openbsd.org
_key
#HostKey /etc/ssh/ssh_host_dsa_key
+#HostKey /etc/ssh/ssh_host_ecdsa_key
# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
Cheers,
--
Mattieu Baptiste
"/earth is 102% full ... please delete anyone you can."
24 matches
Mail list logo