CVS: cvs.openbsd.org: www

2008-07-08 Thread Otto Moerbeek
CVSROOT:/cvs Module name:www Changes by: [EMAIL PROTECTED] 2008/07/08 23:49:53 Modified files: faq: current.html Log message: add advise te rebuild yacc before make build

CVS: cvs.openbsd.org: src

2008-07-08 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 20:47:03 Modified files: sys/arch/i386/pci: auglx.c Log message: Simplify the match function a bit by just returning the result from pci_matchbyid(). This is the only driver that will match agains

CVS: cvs.openbsd.org: src

2008-07-08 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 15:39:52 Modified files: usr.bin/pctr : pctr.1 pctr.c Log message: sort options in manual page; display a better usage.

CVS: cvs.openbsd.org: src

2008-07-08 Thread Igor Sobrado
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 15:30:15 Modified files: usr.bin/chpass : chpass.c Log message: fix double "usage:"

CVS: cvs.openbsd.org: src

2008-07-08 Thread Martynas Venckus
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 15:07:57 Modified files: usr.bin/ftp: Makefile cmds.c cmdtab.c complete.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c util.c Added files: usr.bin/ftp: li

Re: CVS: cvs.openbsd.org: src

2008-07-08 Thread Otto Moerbeek
On Tue, Jul 08, 2008 at 10:56:09AM -0500, Marco Peereboom wrote: > How old was this bug again? A very similar bug is in the yacc verison shipped with V6 UNIX, which was released in 1975. For details, check undeadly. -Otto

Re: CVS: cvs.openbsd.org: src

2008-07-08 Thread Marco Peereboom
How old was this bug again? On Tue, Jul 08, 2008 at 09:06:50AM -0600, Otto Moerbeek wrote: > CVSROOT: /cvs > Module name: src > Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50 > > Modified files: > usr.bin/yacc : skeleton.c > > Log message: > Fix an venerable bug: if we'

Re: CVS: cvs.openbsd.org: src

2008-07-08 Thread Otto Moerbeek
On Tue, Jul 08, 2008 at 09:06:50AM -0600, Otto Moerbeek wrote: > CVSROOT: /cvs > Module name: src > Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50 > > Modified files: > usr.bin/yacc : skeleton.c > > Log message: > Fix an venerable bug: if we're reducing a rule that has

CVS: cvs.openbsd.org: src

2008-07-08 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 09:06:50 Modified files: usr.bin/yacc : skeleton.c Log message: Fix an venerable bug: if we're reducing a rule that has an empty right hand side and the yacc stackpointer is pointing at the very

CVS: cvs.openbsd.org: src

2008-07-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 07:41:20 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : vmt.4 Log message: basic manpage for vmt(4)

CVS: cvs.openbsd.org: src

2008-07-08 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 07:14:59 Modified files: usr.sbin/bgpd : parse.y Log message: Use correct format string specifier for int argument. Don't try to print it as string. Fixes crash seen by Peter Bristow. "obviously

CVS: cvs.openbsd.org: src

2008-07-08 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 06:54:50 Modified files: usr.bin/cvs: remote.h Log message: missed in last commit, to make things compile cleaner

CVS: cvs.openbsd.org: src

2008-07-08 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 06:54:13 Modified files: usr.bin/cvs: commit.c server.c Log message: make these compile cleanly

CVS: cvs.openbsd.org: src

2008-07-08 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 06:29:58 Modified files: usr.bin/cvs: checkout.c Log message: use cf->fd in cvs_remote_sendfile() instead of using a local variable that is only used once, which is in this case.

CVS: cvs.openbsd.org: src

2008-07-08 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 06:25:47 Modified files: usr.bin/rcs: rcsprog.c Log message: bump version to 4.4

CVS: cvs.openbsd.org: src

2008-07-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 06:17:48 Modified files: sys/scsi : sd.c Log message: this makes the code in sdattach less dense by collapsing the flags we pass to all the scsi midlayer code into a local variable. ok krw@

CVS: cvs.openbsd.org: src

2008-07-08 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/08 05:04:29 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Typo in summarize output. ok sthen@