Jason R Thorpe | 1 Oct 2004 01:20
Picon

CVS commit: src/sys/dev


Module Name:	src
Committed By:	thorpej
Date:		Thu Sep 30 23:20:43 UTC 2004

Modified Files:
	src/sys/dev: dk.c

Log Message:
Only really need FCFS here.  Noted by yamt <at> 

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/dk.c

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

YAMAMOTO Takashi | 1 Oct 2004 03:08
Picon

CVS commit: src/sys/nfs


Module Name:	src
Committed By:	yamt
Date:		Fri Oct  1 01:08:01 UTC 2004

Modified Files:
	src/sys/nfs: nfs_vnops.c

Log Message:
nfs_writerpc: fix PHOLD leak on error.

To generate a diff of this commit:
cvs rdiff -r1.209 -r1.210 src/sys/nfs/nfs_vnops.c

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

James Chacon | 1 Oct 2004 04:37
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 02:37:08 UTC 2004

Modified Files:
	src/sys/arch/amiga/amiga [netbsd-2-0]: pmap.c

Log Message:
Pullup rev 1.109-1.110 (requested by tron in ticket #873)

Fix issues so debug kernels can build

To generate a diff of this commit:
cvs rdiff -r1.108 -r1.108.2.1 src/sys/arch/amiga/amiga/pmap.c

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

James Chacon | 1 Oct 2004 04:37
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 02:37:58 UTC 2004

Modified Files:
	src/doc [netbsd-2-0]: CHANGES-2.0

Log Message:
#873

To generate a diff of this commit:
cvs rdiff -r1.1.2.467 -r1.1.2.468 src/doc/CHANGES-2.0

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

James Chacon | 1 Oct 2004 04:40
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 02:40:17 UTC 2004

Modified Files:
	src/sys/arch/arm/arm [netbsd-2-0]: disksubr.c

Log Message:
Pullup rev 1.12 (requested by chris in ticket #874)

Fix cd installation issue on arm based machines.

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/sys/arch/arm/arm/disksubr.c

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

James Chacon | 1 Oct 2004 04:40
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 02:40:46 UTC 2004

Modified Files:
	src/doc [netbsd-2-0]: CHANGES-2.0

Log Message:
#874

To generate a diff of this commit:
cvs rdiff -r1.1.2.468 -r1.1.2.469 src/doc/CHANGES-2.0

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

James Chacon | 1 Oct 2004 05:08
Picon

CVS commit: [netbsd-2-0] src/lib/libc/citrus


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 03:08:02 UTC 2004

Modified Files:
	src/lib/libc/citrus [netbsd-2-0]: citrus_ctype_template.h

Log Message:
Pullup rev 1.26-1.31 (requested by soda in ticket #875)

Fix 3 bugs in cirtus:
1. The return values of wcrtomb(3) and wctomb(3) are wrong,
   if second argument wc is L\0  and current locale is either
   ja_JP.ISO2022-JP or ja_JP.ISO2022-JP2.
2. There is a case that _FUNCNAME(ctype_wcrtomb) return garbage values on the
   stack
3. wctomb isnt supposed to set errno.

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.25.2.1 src/lib/libc/citrus/citrus_ctype_template.h

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

James Chacon | 1 Oct 2004 05:09
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 03:09:15 UTC 2004

Modified Files:
	src/doc [netbsd-2-0]: CHANGES-2.0

Log Message:
#875

To generate a diff of this commit:
cvs rdiff -r1.1.2.469 -r1.1.2.470 src/doc/CHANGES-2.0

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

James Chacon | 1 Oct 2004 05:18
Picon

CVS commit: [netbsd-2-0] src/dist/ipf/tools


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 03:18:30 UTC 2004

Modified Files:
	src/dist/ipf/tools [netbsd-2-0]: lexer.c

Log Message:
Pullup rev 1.8 (requested by martti in ticket #876)

Allow \ at the end of line so long lines can be splitted and made more
readable. Without this modification old IPF 3.x and 4.1.1 rules will not
work with IPF 4.1.3.

To generate a diff of this commit:
cvs rdiff -r1.1.1.1.2.3 -r1.1.1.1.2.4 src/dist/ipf/tools/lexer.c

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

James Chacon | 1 Oct 2004 05:19
Picon

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


Module Name:	src
Committed By:	jmc
Date:		Fri Oct  1 03:19:36 UTC 2004

Modified Files:
	src/doc [netbsd-2-0]: CHANGES-2.0

Log Message:
#876

To generate a diff of this commit:
cvs rdiff -r1.1.2.470 -r1.1.2.471 src/doc/CHANGES-2.0

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


Gmane