Re: CVS commit: src/sys/dev/ata

2011-10-16 Thread Warner Losh
On Oct 16, 2011, at 9:25 PM, John Nemeth wrote: > On Feb 25, 1:28pm, Wolfgang Solfrank wrote: > } Jonathan A. Kollasch schrieb: > } > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote: > } >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote: > } >>> Module Name:

Re: CVS commit: src/sys/dev/ata

2011-10-16 Thread John Nemeth
On Feb 25, 1:28pm, Wolfgang Solfrank wrote: } Jonathan A. Kollasch schrieb: } > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote: } >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote: } >>> Module Name: src } >>> Committed By: jakllsch } >>> Date:

Re: CVS commit: src/external/public-domain/sqlite

2011-10-16 Thread Alistair Crooks
On Mon, Oct 17, 2011 at 04:19:00AM +0200, Joerg Sonnenberger wrote: > On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote: > > On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote: > > > Module Name: src > > > Committed By: joerg > > > Date: Sun Oct 16

Re: CVS commit: src/external/public-domain/sqlite

2011-10-16 Thread Joerg Sonnenberger
On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote: > On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote: > > Module Name:src > > Committed By: joerg > > Date: Sun Oct 16 17:24:50 UTC 2011 > > > > Modified Files: > > src/external/public-

Re: CVS commit: src/external/public-domain/sqlite

2011-10-16 Thread Alistair Crooks
On Sun, Oct 16, 2011 at 11:57:28PM +, David Holland wrote: > On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote: > > > Log Message: > > > Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS > > > > pkgsrc sqlite3 also has an option for rtree - it would be nice to > > build that into

Re: CVS commit: src/external/public-domain/sqlite

2011-10-16 Thread David Holland
On Sun, Oct 16, 2011 at 07:31:51PM +0200, Alistair Crooks wrote: > > Log Message: > > Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS > > pkgsrc sqlite3 also has an option for rtree - it would be nice to > build that into the version in src by default. I'm not sure about the > pkgsrc icu option

Re: CVS commit: src/external/public-domain/sqlite

2011-10-16 Thread Alistair Crooks
On Sun, Oct 16, 2011 at 05:24:50PM +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Sun Oct 16 17:24:50 UTC 2011 > > Modified Files: > src/external/public-domain/sqlite: Makefile.inc > > Log Message: > Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS pk

Re: CVS commit: src/lib/libc

2011-10-16 Thread David Laight
On Sun, Oct 16, 2011 at 01:23:38AM -0400, Christos Zoulas wrote: ... > | >close on exec fixes: > | >- open + fcntl -> open O_CLOEXEC ... > Thanks, but then shouldn't we also add: > > #if O_CLOEXEC == 0 > (void)fcntl(sp->fts_rfd, F_SETFD, FD_CLOEXEC); > #endif > > after t