Re: CVS commit: src/sys

2011-09-17 Thread Grégoire Sutre
On 09/18/2011 12:22 AM, Christos Zoulas wrote: Should NULL be allowed as first argument of bus_dma_tag_create? I would prefer for NULL to be allowed to make my life easier in the drmgem port from OpenBSD. But maybe requiring non-NULL would make more sense if this shall be used from MI device dr

Re: CVS commit: src/sys

2011-09-17 Thread Christos Zoulas
In article <4e74e4c3.9000...@gmail.com>, Grégoire Sutre wrote: >On 09/01/2011 05:10 PM, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Thu Sep 1 15:10:32 UTC 2011 >> >> Modified Files: >> src/sys/arch/i386/eisa: eisa_machdep.c >> src

Re: CVS commit: src/sys

2011-09-17 Thread Grégoire Sutre
On 09/01/2011 05:10 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Thu Sep 1 15:10:32 UTC 2011 Modified Files: src/sys/arch/i386/eisa: eisa_machdep.c src/sys/arch/i386/mca: mca_machdep.c src/sys/arch/x86/include: bus_private.h

Re: CVS commit: src/external/bsd/libevent/dist

2011-09-17 Thread Joerg Sonnenberger
On Sat, Sep 17, 2011 at 11:17:51AM +1000, Simon Burge wrote: > "Joerg Sonnenberger" wrote: > > > Module Name:src > > Committed By: joerg > > Date: Fri Sep 16 16:09:03 UTC 2011 > > > > Modified Files: > > > > src/external/bsd/libevent/dist: log.h > > > > Log Messa

Re: CVS commit: src/lib/libm/man

2011-09-17 Thread Jukka Ruohonen
On Sat, Sep 17, 2011 at 03:32:22PM +0200, Thomas Klausner wrote: > > Remove rest of the NOTES and ERRORS and references to pow(3) family. > > Why did you remove so much of the explanations in the man page? Because much of it was outdated or incomplete, and the rest was what others have criticized

Re: CVS commit: src/lib/libm/man

2011-09-17 Thread Thomas Klausner
On Sat, Sep 17, 2011 at 10:52:52AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Sat Sep 17 10:52:52 UTC 2011 > > Modified Files: > src/lib/libm/man: exp.3 > > Log Message: > Remove rest of the NOTES and ERRORS and references to pow(3) family. Why