sguil-0.9.0 on OpenBSD 5,6 current

2014-09-23 Thread Stan Gammons
I've been trying to get sguil-0.9.0 to work on the Sept 10, 2014 snapshot of OpenBSD 5.6, but I keep getting this error when I try to run sguild ./sguild ERROR: The mysqltcl extension does NOT appear to be installed on this sysem. Download it athttp://www.xdobry.de/mysqltcl/ SGUILD: Exiting...

Re: call for testing: MSI for msk(4)

2014-09-23 Thread Ralf Horstmann
* Martin Pieuchot [2014-09-23 22:20]: > On 23/09/14(Tue) 13:58, Brad Smith wrote: > > On 31/12/13 12:06 AM, Brad Smith wrote: > > >On 16/05/13 5:55 PM, Jérémie Courrèges-Anglas wrote: > > >>Hi, > > >> > > >>I've been using msk(4) with MSI on my laptop since a few days, with no > > >>apparent probl

Re: call for testing: MSI for msk(4)

2014-09-23 Thread Martin Pieuchot
On 23/09/14(Tue) 13:58, Brad Smith wrote: > On 31/12/13 12:06 AM, Brad Smith wrote: > >On 16/05/13 5:55 PM, Jérémie Courrèges-Anglas wrote: > >>Hi, > >> > >>I've been using msk(4) with MSI on my laptop since a few days, with no > >>apparent problem. > >> > >>mskc0 at pci2 dev 0 function 0 "Marvell

Re: call for testing: MSI for msk(4)

2014-09-23 Thread Brad Smith
On 31/12/13 12:06 AM, Brad Smith wrote: On 16/05/13 5:55 PM, Jérémie Courrèges-Anglas wrote: Hi, I've been using msk(4) with MSI on my laptop since a few days, with no apparent problem. mskc0 at pci2 dev 0 function 0 "Marvell Yukon 88E8040" rev 0x13, Yukon-2 FE+ rev. A0 (0x0): msi msk0 at mskc

Re: HEADS-UP: faster mirrors synching coming your way soon

2014-09-23 Thread Christian Weisgerber
On 2014-09-23, Marc Espie wrote: > I got a newer snaps, so an actual test on real data. Snaps apart by about > 1 week. > > sent 7,502,610,665 bytes received 40,313,605 bytes 4,561,792.72 bytes/sec > total size is 28,788,092,671 speedup is 3.82 The first improved format amd64 package snapshot is

Re: HEADS-UP: faster mirrors synching coming your way soon

2014-09-23 Thread Marc Espie
On Mon, Sep 22, 2014 at 09:42:58AM +0200, Marc Espie wrote: > I've just committed changes to pkg_create that will help mirrors > synch by using much less bandwidth. > > I just ran a final test. Rsynching a full amd64 snapshot now says something > like: > sent 7,315,796,510 bytes received 40,292,7

Stop using the RB-tree of addresses

2014-09-23 Thread Martin Pieuchot
Now that the routing table contains all the information required to do address lookups, here's a diff to stop using it. This diff contains three independent chunks. - The first one "reverts" the internals of ifa_ifwithaddr() to iterate on the global list of interfaces (&ifnet). I didn't repl