[PATCH] open_memstream() and open_wmemstream()

2013-02-05 Thread John Baldwin
I've written an implementation of open_memstream() and open_wmemstream() along with a set of regression tests. I'm pretty sure open_memstream() is correct, and I believe open_wmemstream() is correct for expected usage. The latter might even do the right thing if you split a multi-byte

Re: panic: LK_RETRY set with incompatible flags

2013-02-05 Thread Rick Macklem
Sergey Kandaurov wrote: On 5 February 2013 04:13, Rick Macklem rmack...@uoguelph.ca wrote: Sergey Kandaurov wrote: On 4 February 2013 06:32, Rick Macklem rmack...@uoguelph.ca wrote: Konstantin Belousov wrote: On Sat, Feb 02, 2013 at 09:30:39PM -0500, Rick Macklem wrote: Andriy

Cross-architecture package installs

2013-02-05 Thread Tim Kientzle
I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. I would like to install packages onto the image as it's built. So I've been experimenting with variations of pkg -c DESTDIR add package files I'm running into a few problems

Need to test new patch of Ethernet Switch Framework

2013-02-05 Thread Yasir hussan
Hi, I saw a report that covers FreeBSD-related projects between October and December 2010 and I observe that it have new patch for Ethernet Switch Framework, I have also seen a little bit inside the code of patch( http://loos.no-ip.org/rspro/switch-1.diff). I downloaded fresh code of FreeBSD v9

Re: Cross-architecture package installs

2013-02-05 Thread Baptiste Daroussin
On Tue, Feb 05, 2013 at 10:34:18PM -0800, Tim Kientzle wrote: I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. First Yes cross-installation of packages is something we highly want in pkgng and is plan since the beginning,

Re: Cross-architecture package installs

2013-02-05 Thread Mark Linimon
On Tue, Feb 05, 2013 at 10:34:18PM -0800, Tim Kientzle wrote: I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. fwiw, before the intrusion 3 months ago, I had been able to build native ARM packages with a loaned system.