Re: Async upd(4)

2015-03-09 Thread David Higgs
On Mon, Mar 9, 2015 at 6:04 AM, Martin Pieuchot wrote: > On 05/03/15(Thu) 12:25, David Higgs wrote: > > > > On Mar 3, 2015, at 8:44 AM, David Higgs wrote: > > > > > With much help from mpi@, I have made a first big step towards > improving upd(4). I'm not sure when tree lock ends, but I'm still

Re: ksh diff, escape !

2015-03-09 Thread Alexander Hall
On March 9, 2015 3:28:02 PM GMT+01:00, Stuart Henderson wrote: >On 2015/03/09 11:19, Alexander Hall wrote: >> >> >> On March 9, 2015 12:49:07 AM GMT+01:00, Stuart Henderson >> wrote: >> >On 2015/03/08 15:06, Philip Guenther wrote: >> >> On Sun, Mar 8, 2015 at 2:52 PM, Christian Weisgerber >>

Re: fix stuck cancelled ehci xfers (ehci_idone: ex=%p is done!)

2015-03-09 Thread Martin Pieuchot
On 26/02/15(Thu) 01:51, Martin Pieuchot wrote: > On 22/02/15(Sun) 00:54, Martin Pieuchot wrote: > > On 20/02/15(Fri) 23:15, Stefan Sperling wrote: > > > In the following configuration I can pretty easily trigger endless > > > screenfulls of scrolling "ehci_idone: ex=%p is done!" messages, > > > whe

Re: A new batch of patches for ldpd(8)

2015-03-09 Thread Martin Pieuchot
Hi Renato, On 06/03/15(Fri) 15:03, Renato Westphal wrote: > Hi all, > > I've done a lot of work on ldpd(8) a long time ago but only now I > found time to organize my patches and send them to review. The patches > can be found here: > https://github.com/rwestphal/openbsd-ldpd/commits/renato-2015 >

Re: Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero

2015-03-09 Thread Mike Belopuhov
On 9 March 2015 at 16:37, Stuart Henderson wrote: > > whitespace nit here (5 char indent), otherwise OK done on purpose.

Re: Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero

2015-03-09 Thread Stuart Henderson
On 2015/03/09 16:21, Mike Belopuhov wrote: > index de23248..d7f59de 100644 > --- sys/netinet6/nd6_rtr.c > +++ sys/netinet6/nd6_rtr.c > @@ -1374,16 +1374,17 @@ prelist_update(struct nd_prefix *new, struct > nd_defrouter *dr, struct mbuf *m) > ia6->ia6_lifetime = lt6_tmp; >

Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero

2015-03-09 Thread Mike Belopuhov
Hi, It looks like Mac OS X puts some IPv6 garbage on the wire and our cheap consumer router starts happily advertising routes like this: 4006:16e1:ac17:189::/64 if=re0 flags=LAO vltime=6401, pltime=0, expire=1h46m34s, ref=0 advertised by fe80::9ec7:a6ff:fe86:a3f4%re0 (reachable) This m

Re: ksh diff, escape !

2015-03-09 Thread Stuart Henderson
On 2015/03/09 11:19, Alexander Hall wrote: > > > On March 9, 2015 12:49:07 AM GMT+01:00, Stuart Henderson > wrote: > >On 2015/03/08 15:06, Philip Guenther wrote: > >> On Sun, Mar 8, 2015 at 2:52 PM, Christian Weisgerber > > wrote: > >> > On 2015-03-08, Stuart Henderson wrote: > >> > > >> >> ! n

Re: freetype vulns

2015-03-09 Thread Boudewijn Dijkstra
Op Sat, 07 Mar 2015 20:13:45 +0100 schreef David Coppa : On Sat, Mar 7, 2015 at 7:28 PM, Ted Unangst wrote: Or you could start with the linked Ubuntu advisory and try to discover where they hide the relevant patches. Heaven forbid they directly link to them, somebody might discover Ubuntu is b

Re: ksh diff, escape !

2015-03-09 Thread Alexander Hall
On March 9, 2015 12:49:07 AM GMT+01:00, Stuart Henderson wrote: >On 2015/03/08 15:06, Philip Guenther wrote: >> On Sun, Mar 8, 2015 at 2:52 PM, Christian Weisgerber > wrote: >> > On 2015-03-08, Stuart Henderson wrote: >> > >> >> ! needs to be escaped in tab-completion otherwise this happens. >

Re: Async upd(4)

2015-03-09 Thread Martin Pieuchot
On 05/03/15(Thu) 12:25, David Higgs wrote: > > On Mar 3, 2015, at 8:44 AM, David Higgs wrote: > > > With much help from mpi@, I have made a first big step towards improving > > upd(4). I’m not sure when tree lock ends, but I’m still happy to accept > > feedback if right now isn’t the time to