CVS: cvs.openbsd.org: src

2011-07-11 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2011/07/11 00:26:09 Modified files: sys/scsi : sd.c sdvar.h Log message: ask the disk about unmap (read trim) parameters. check if we have the required vpd pages, then read them for the values we

CVS: cvs.openbsd.org: src

2011-07-11 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2011/07/11 03:37:51 Modified files: share/man/man5 : disktab.5 Log message: no more format(8);

CVS: cvs.openbsd.org: src

2011-07-11 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/11 05:07:04 Modified files: lib/libm : Makefile Log message: Remove the GCC2 optimizer workaround for sparc. After switching to GCC4 it doesn't generate broken code anymore. From

CVS: cvs.openbsd.org: www

2011-07-11 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:www Changes by: ajacou...@cvs.openbsd.org 2011/07/11 06:00:50 Modified files: faq: current.html Log message: Ports: warn people about the pstoraster move from ghostscript to gstoraster which could break CUPS printing. discussed

CVS: cvs.openbsd.org: src

2011-07-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2011/07/11 11:20:09 Modified files: etc: rc Log message: there is a usage case where ypldap can be used without the local domainname being set. adjust the scripts to start it in that way.

CVS: cvs.openbsd.org: src

2011-07-11 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: marty...@cvs.openbsd.org2011/07/11 11:30:10 Modified files: usr.bin/xlint/lint1: decl.c Log message: Only complain about zero-sized structures/unions when in strict ANSI C mode. Based on a diff from Theo.

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Stuart Henderson
On 2011/07/07 19:20, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org2011/07/07 19:20:24 Modified files: usr.bin/grep : grep.1 grep.c grep.h queue.c util.c Log message: add support for -o to only print the match. reminded this was

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Landry Breuil
On Mon, Jul 11, 2011 at 08:58:37PM +0100, Stuart Henderson wrote: On 2011/07/07 19:20, Ted Unangst wrote: CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2011/07/07 19:20:24 Modified files: usr.bin/grep : grep.1 grep.c grep.h queue.c util.c

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Ted Unangst
On Mon, Jul 11, 2011, Landry Breuil wrote: On Mon, Jul 11, 2011 at 08:58:37PM +0100, Stuart Henderson wrote: On 2011/07/07 19:20, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by:t...@cvs.openbsd.org2011/07/07 19:20:24 Modified files: usr.bin/grep

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Christian Weisgerber
Landry Breuil lan...@rhaalovely.net wrote: the end of the script does a nice bit of grep : grep -w -h -F `grep \\${publication}\\ \${srcdir}/configitems\ | grep \\${factor}\\ | grep -v '^$' | cut -f 1` include/pqxx/config.h $CONFIGFILE \ \ is a GNU-ism for beginning/end of word. Our grep

CVS: cvs.openbsd.org: src

2011-07-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2011/07/11 14:35:41 Modified files: regress/usr.bin/grep: Makefile Log message: how annoying. soembody added a regress test that would have caught my grep bug, but didn't turn it on.

CVS: cvs.openbsd.org: src

2011-07-11 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2011/07/11 14:43:21 Modified files: usr.bin/grep : util.c Log message: the matchall magic shortcut requires we set c=1 to print now fixes libpqxx build

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Ted Unangst
On Mon, Jul 11, 2011, Christian Weisgerber wrote: Landry Breuil lan...@rhaalovely.net wrote: the end of the script does a nice bit of grep : grep -w -h -F `grep \\${publication}\\ \${srcdir}/configitems\ | grep \\${factor}\\ | grep -v '^$' | cut -f 1` include/pqxx/config.h $CONFIGFILE \

Re: CVS: cvs.openbsd.org: src

2011-07-11 Thread Stuart Henderson
On 2011/07/11 16:28, Ted Unangst wrote: On Mon, Jul 11, 2011, Landry Breuil wrote: On Mon, Jul 11, 2011 at 08:58:37PM +0100, Stuart Henderson wrote: On 2011/07/07 19:20, Ted Unangst wrote: CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org2011/07/07 19:20:24

CVS: cvs.openbsd.org: src

2011-07-11 Thread Okan Demirmen
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2011/07/11 16:01:28 Modified files: regress/usr.bin/grep: Makefile Log message: repair t24 when obj exists, like other targets. sure tedu@

CVS: cvs.openbsd.org: src

2011-07-11 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2011/07/11 18:41:43 Modified files: sys/scsi : sd.c Log message: now that we know if a disk is thin provisioned (or an ssd), we can choose to use the fifo bufq sorting on such disks. there's no point

CVS: cvs.openbsd.org: src

2011-07-11 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2011/07/11 22:25:49 Modified files: sys/scsi : sd.c Log message: fix some notyet code

CVS: cvs.openbsd.org: src

2011-07-11 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2011/07/11 23:40:55 Modified files: etc/rc.d : sendmail Log message: use a better regexp provided by guenther@