Re: PATCH: fix bogus error message "bus_dmamem_alloc failed to align memory properly"

2010-09-28 Thread John Baldwin
On Monday, September 27, 2010 5:13:03 pm Neel Natu wrote: > Hi John, > > Thanks for reviewing this. > > On Mon, Sep 27, 2010 at 8:04 AM, John Baldwin wrote: > > On Friday, September 24, 2010 9:00:44 pm Neel Natu wrote: > >> Hi, > >> > >> This patch fixes the bogus error message from bus_dmamem_a

Re: clogf(3) (complex.h)

2010-09-28 Thread David Schultz
On Mon, Sep 27, 2010, PÁLI Gábor János wrote: > Hello, > > I would like to use the clogf(3) function from complex.h, but it seems > there is no such function implemented on FreeBSD (8.1-STABLE). Am I > missing something or is there any way to work this around? A simple workaround is something l

Re: adding a new lib for more advanced argument parsing

2010-09-28 Thread Alexander Best
On Sun Sep 26 10, per...@pluto.rain.com wrote: > Alexander Best wrote: > > > ... getopt(3) is clearly not suitable for handling such complex > > options. camcontrol.c even contains a whole paragraph about why > > getopt(3) is considered not appropriate to handle camcontrol's > > argument parsing

Re: PATCH: fix bogus error message "bus_dmamem_alloc failed to align memory properly"

2010-09-28 Thread Neel Natu
Hi John, On Tue, Sep 28, 2010 at 6:36 AM, John Baldwin wrote: > On Monday, September 27, 2010 5:13:03 pm Neel Natu wrote: >> Hi John, >> >> Thanks for reviewing this. >> >> On Mon, Sep 27, 2010 at 8:04 AM, John Baldwin wrote: >> > On Friday, September 24, 2010 9:00:44 pm Neel Natu wrote: >> >> H