Jeff Rizzo | 1 May 2006 01:08
Picon

CVS commit: [netbsd-3] src/sys/dev/pci


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:08:47 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: pcidevs viaide.c

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #1295):
	sys/dev/pci/pcidevs: revision 1.785
	sys/dev/pci/viaide.c: revision 1.29
PR port-amd64/33393: viaide driver patch for VT8237R SATA.

To generate a diff of this commit:
cvs rdiff -r1.701.2.29 -r1.701.2.30 src/sys/dev/pci/pcidevs
cvs rdiff -r1.24.2.2 -r1.24.2.3 src/sys/dev/pci/viaide.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 May 2006 01:09
Picon

CVS commit: [netbsd-3] src/sys/dev/pci


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:09:09 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: pcidevs.h pcidevs_data.h

Log Message:
Regen for ticket 1295.

To generate a diff of this commit:
cvs rdiff -r1.702.2.27 -r1.702.2.28 src/sys/dev/pci/pcidevs.h
cvs rdiff -r1.700.2.27 -r1.700.2.28 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 May 2006 01:27
Picon

CVS commit: src/usr.bin/tail


Module Name:	src
Committed By:	christos
Date:		Sun Apr 30 23:27:15 UTC 2006

Modified Files:
	src/usr.bin/tail: read.c

Log Message:
Coverity CID 2986: Free lines before returning.

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/tail/read.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 May 2006 01:30
Picon

CVS commit: src/usr.bin/tcopy


Module Name:	src
Committed By:	christos
Date:		Sun Apr 30 23:30:13 UTC 2006

Modified Files:
	src/usr.bin/tcopy: tcopy.c

Log Message:
Coverity CID 1565: Fix memory leak.

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.bin/tcopy/tcopy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 May 2006 01:31
Picon

CVS commit: [netbsd-3-0] src/sys/arch


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:31:32 UTC 2006

Modified Files:
	src/sys/arch/sparc/include [netbsd-3-0]: ansi.h stdarg.h
	src/sys/arch/sparc64/include [netbsd-3-0]: ansi.h

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #1296):
	sys/arch/sparc/include/stdarg.h: revision 1.22
	sys/arch/sparc64/include/ansi.h: revision 1.10
	sys/arch/sparc/include/ansi.h: revision 1.16
For GCC3 and later, use the __builtin_va* constructs.

To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.18.1 src/sys/arch/sparc/include/ansi.h
cvs rdiff -r1.21 -r1.21.10.1 src/sys/arch/sparc/include/stdarg.h
cvs rdiff -r1.9 -r1.9.18.1 src/sys/arch/sparc64/include/ansi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 May 2006 01:31
Picon

CVS commit: [netbsd-3] src/sys/arch


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:31:38 UTC 2006

Modified Files:
	src/sys/arch/sparc/include [netbsd-3]: ansi.h stdarg.h
	src/sys/arch/sparc64/include [netbsd-3]: ansi.h

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #1296):
	sys/arch/sparc/include/stdarg.h: revision 1.22
	sys/arch/sparc64/include/ansi.h: revision 1.10
	sys/arch/sparc/include/ansi.h: revision 1.16
For GCC3 and later, use the __builtin_va* constructs.

To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.14.1 src/sys/arch/sparc/include/ansi.h
cvs rdiff -r1.21 -r1.21.8.1 src/sys/arch/sparc/include/stdarg.h
cvs rdiff -r1.9 -r1.9.14.1 src/sys/arch/sparc64/include/ansi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 May 2006 01:34
Picon

CVS commit: [netbsd-3] src/doc


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:34:21 UTC 2006

Modified Files:
	src/doc [netbsd-3]: CHANGES-3.1

Log Message:
Tickets 1295 and 1296.

To generate a diff of this commit:
cvs rdiff -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-3.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Jeff Rizzo | 1 May 2006 01:34
Picon

CVS commit: [netbsd-3-0] src/doc


Module Name:	src
Committed By:	riz
Date:		Sun Apr 30 23:34:39 UTC 2006

Modified Files:
	src/doc [netbsd-3-0]: CHANGES-3.0.1

Log Message:
Ticket 1296.

To generate a diff of this commit:
cvs rdiff -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-3.0.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 May 2006 01:34
Picon

CVS commit: src/usr.bin/tip


Module Name:	src
Committed By:	christos
Date:		Sun Apr 30 23:34:51 UTC 2006

Modified Files:
	src/usr.bin/tip: hunt.c

Log Message:
Coverity CID 2972, 2973: Don't call close() with a negative fd.

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.bin/tip/hunt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Christos Zoulas | 1 May 2006 01:38
Picon

CVS commit: src/usr.bin/tn3270/ctlr


Module Name:	src
Committed By:	christos
Date:		Sun Apr 30 23:38:34 UTC 2006

Modified Files:
	src/usr.bin/tn3270/ctlr: outbound.c

Log Message:
Coverity CID 749: Comment out dead code.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.bin/tn3270/ctlr/outbound.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane