Re: CVS commit: [netbsd-5] src/doc

2013-12-15 Thread Stephen Borrill
On 14/12/2013 20:57, Erik Fair wrote:
 Do any of these changes apply to netbsd-6 also?

Can you be more specific about which changes you are talking about?

e.g. a ticket number

-- 
Stephen




Re: CVS commit: [netbsd-5] src/doc

2013-12-14 Thread Erik Fair
Do any of these changes apply to netbsd-6 also?

curious,

Erik f...@netbsd.org



CVS commit: [netbsd-5] src/doc

2010-03-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar  9 04:11:20 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1123, 1329, 1332.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar  9 04:11:20 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1123, 1329, 1332.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.211 src/doc/CHANGES-5.1:1.1.2.212
--- src/doc/CHANGES-5.1:1.1.2.211	Sun Mar  7 08:59:31 2010
+++ src/doc/CHANGES-5.1	Tue Mar  9 04:11:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.211 2010/03/07 08:59:31 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.212 2010/03/09 04:11:19 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16890,3 +16890,30 @@
 	Should fix PR#42881.
 	[joerg, ticket #1320]
 
+sys/dev/usb/umass.c1.137 via patch
+sys/dev/usb/usbdevs1.535 via patch
+sys/dev/usb/usbdevs.hregen
+sys/dev/usb/usbdevs_data.h			regen
+
+	Add SuperTop and SuperTop IDE Bridge to usbdevs.
+	--
+	Max out the expected response size at the actual transfer length.
+	Fixes PR kern/42225.
+	[is/martin, ticket #1123]
+
+external/ibm-public/postfix/sbin/postconf/Makefile 1.2
+
+	Add nint_table.h and nint_vars.h to generated list files so that
+	they get removed during cleandir.
+	[veego, ticket #1329]
+
+sys/dev/usb/ugen.c1.109
+
+	Replace USB_GET_SC() instances with USB_GET_SC_OPEN().  The latter
+	is exactly like the former, except it returns with ENXIO if sc is
+	NULL instead of continuing on to use it.  Most of the time this is
+	handled by the fd layer and you get EBADF, but sometimes it's
+	possible to race into the device method for whatever reason and
+	you get a kernel panic.
+	[pooka, ticket #1332]
+



CVS commit: [netbsd-5] src/doc

2010-03-07 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sun Mar  7 08:59:31 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Revert ticket 1317


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.210 src/doc/CHANGES-5.1:1.1.2.211
--- src/doc/CHANGES-5.1:1.1.2.210	Sat Mar  6 22:58:27 2010
+++ src/doc/CHANGES-5.1	Sun Mar  7 08:59:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.210 2010/03/06 22:58:27 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.211 2010/03/07 08:59:31 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16866,15 +16866,6 @@
 	Use the GCC builtins if possible to implement them.
 	[joerg, ticket #1315]
 
-sys/dev/ic/ahcisata_core.c			1.23
-
-	Move ahci_channel_start() after BSY has cleared (do not touch
-	SError while BSY is asserted). Fixes random behaviour of Intel
-	ESB2 controller with some models of Hitachi drives (serial
-	console corruption/misfunction, misbehavior of USB controllers,
-	crazy interrupts crashing the Xen hypervisor, etc.).
-	[bouyer, ticket #1317]
-
 usr.sbin/altq/libaltq/qop_hfsc.c		1.9
 dist/pf/sbin/pfctl/pfctl_altq.c			1.9
 gnu/dist/binutils/libiberty/floatformat.c	patch



CVS commit: [netbsd-5] src/doc

2010-03-07 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sun Mar  7 08:59:31 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Revert ticket 1317


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 20:56:45 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1324


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.202 -r1.1.2.203 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 20:56:45 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1324


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.202 -r1.1.2.203 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.202 src/doc/CHANGES-5.1:1.1.2.203
--- src/doc/CHANGES-5.1:1.1.2.202	Tue Mar  2 06:34:57 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 20:56:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.202 2010/03/02 06:34:57 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.203 2010/03/06 20:56:44 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16837,3 +16837,11 @@
 	Make atomics usable from C++.
 	[dholland, ticket #1314]
 
+sys/dev/raidframe/rf_netbsdkintf.c		1.272
+
+	Don't merge a good parity map with random stuff in the event that
+	the first component is missing.  (Since the merging just OR's the
+	maps, this isn't that big of a deal, as it will just over-estimate
+	the amount of checking that needs to be done.)
+	[oster, ticket #1324]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 21:06:07 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1325


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.203 -r1.1.2.204 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 21:06:07 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1325


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.203 -r1.1.2.204 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.203 src/doc/CHANGES-5.1:1.1.2.204
--- src/doc/CHANGES-5.1:1.1.2.203	Sat Mar  6 20:56:44 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 21:06:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.203 2010/03/06 20:56:44 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.204 2010/03/06 21:06:07 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16845,3 +16845,10 @@
 	the amount of checking that needs to be done.)
 	[oster, ticket #1324]
 
+sys/dev/raidframe/rf_paritymap.c		1.4
+
+	Don't attempt to read or write component label stuff from/to 'dead
+	disks'. Update used spares with the correct parity map bits too.
+	Addresses PR#42904.
+	[oster, ticket #1325]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 21:19:49 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1313


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.204 src/doc/CHANGES-5.1:1.1.2.205
--- src/doc/CHANGES-5.1:1.1.2.204	Sat Mar  6 21:06:07 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 21:19:49 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.204 2010/03/06 21:06:07 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.205 2010/03/06 21:19:49 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16852,3 +16852,10 @@
 	Addresses PR#42904.
 	[oster, ticket #1325]
 
+usr.bin/wc/wc.c	1.32-1.34
+usr.bin/wc/wc.1	1.14-1.15
+
+	Add support for -L option (longest line) as present in the GNU
+	and FreeBSD versions of wc.
+	[tron, ticket #1313]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:03:19 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1315


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:03:19 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1315


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.205 -r1.1.2.206 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.205 src/doc/CHANGES-5.1:1.1.2.206
--- src/doc/CHANGES-5.1:1.1.2.205	Sat Mar  6 21:19:49 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 22:03:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.205 2010/03/06 21:19:49 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.206 2010/03/06 22:03:19 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16859,3 +16859,10 @@
 	and FreeBSD versions of wc.
 	[tron, ticket #1313]
 
+include/math.h	1.51
+
+	Address PR#36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF,
+	HUGE_VALL and INFINITY are constant expressions.
+	Use the GCC builtins if possible to implement them.
+	[joerg, ticket #1315]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:11:08 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1317


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.206 -r1.1.2.207 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.206 src/doc/CHANGES-5.1:1.1.2.207
--- src/doc/CHANGES-5.1:1.1.2.206	Sat Mar  6 22:03:19 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 22:11:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.206 2010/03/06 22:03:19 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.207 2010/03/06 22:11:08 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16866,3 +16866,12 @@
 	Use the GCC builtins if possible to implement them.
 	[joerg, ticket #1315]
 
+sys/dev/ic/ahcisata_core.c			1.23
+
+	Move ahci_channel_start() after BSY has cleared (do not touch
+	SError while BSY is asserted). Fixes random behaviour of Intel
+	ESB2 controller with some models of Hitachi drives (serial
+	console corruption/misfunction, misbehavior of USB controllers,
+	crazy interrupts crashing the Xen hypervisor, etc.).
+	[bouyer, ticket #1317]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:35:34 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1328


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:35:34 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1328


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.207 src/doc/CHANGES-5.1:1.1.2.208
--- src/doc/CHANGES-5.1:1.1.2.207	Sat Mar  6 22:11:08 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 22:35:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.207 2010/03/06 22:11:08 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.208 2010/03/06 22:35:34 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16875,3 +16875,15 @@
 	crazy interrupts crashing the Xen hypervisor, etc.).
 	[bouyer, ticket #1317]
 
+usr.sbin/altq/libaltq/qop_hfsc.c		1.9
+dist/pf/sbin/pfctl/pfctl_altq.c			1.9
+gnu/dist/binutils/libiberty/floatformat.c	patch
+gnu/dist/gcc4/libiberty/floatformat.c		1.2
+gnu/dist/gdb6/libiberty/floatformat.c		1.2
+
+	Fix standard-violating use of INFINITY in build of NetBSD/vax.
+	Use HUGE_VAL instead of INFINITY as positive infinity (or maximum
+	value) is good enough and the side effects of ISO C99 7.12 (4)
+	are not desired.
+	[joerg, ticket #1328]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:48:46 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1318


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.208 src/doc/CHANGES-5.1:1.1.2.209
--- src/doc/CHANGES-5.1:1.1.2.208	Sat Mar  6 22:35:34 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 22:48:46 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.208 2010/03/06 22:35:34 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.209 2010/03/06 22:48:46 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16887,3 +16887,9 @@
 	are not desired.
 	[joerg, ticket #1328]
 
+usr.bin/ldd/ldd.c1.13
+
+	Mark each object as printed as visited and then print.
+	Fixes PR/42811. Improve print order.
+	[skrll, ticket #1318]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:48:46 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1318


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.208 -r1.1.2.209 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:58:27 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1320


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-5.1

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

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.209 src/doc/CHANGES-5.1:1.1.2.210
--- src/doc/CHANGES-5.1:1.1.2.209	Sat Mar  6 22:48:46 2010
+++ src/doc/CHANGES-5.1	Sat Mar  6 22:58:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.209 2010/03/06 22:48:46 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.210 2010/03/06 22:58:27 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -16893,3 +16893,9 @@
 	Fixes PR/42811. Improve print order.
 	[skrll, ticket #1318]
 
+crypto/dist/openssl/crypto/evp/m_sha1.c		patch
+
+	Ensure that SHA384 always calls the SHA384 functions.
+	Should fix PR#42881.
+	[joerg, ticket #1320]
+



CVS commit: [netbsd-5] src/doc

2010-03-06 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Mar  6 22:58:27 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1320


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-03-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Mar  2 06:34:57 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1314.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.201 -r1.1.2.202 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Feb 25 11:03:33 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Fix regression with i80003 caused by ticket #1277


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb 22 04:55:03 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1299, 1302, 1309, and 1311.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.198 -r1.1.2.199 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Feb 16 21:27:25 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1307  1308


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.197 -r1.1.2.198 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-15 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Feb 15 18:04:38 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1306


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-14 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Feb 14 13:42:54 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1289, 1290, 1292, 1292, 1293, 1297


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-14 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Feb 14 14:05:54 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1300, 1301, 1303, 1304 and 1305


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.195 -r1.1.2.196 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Feb  4 06:49:53 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1298.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-02-02 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Feb  3 00:51:12 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1294 and 1295.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 30 20:26:51 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1266, 1269, 1270-1276, 1280-1282, 1285, and 1287.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.189 -r1.1.2.190 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Jan 27 20:45:23 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
tickets 1283 and 1284


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 21:01:20 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1247 (plus remove some whitespace)


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 21:18:37 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1248


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 21:34:07 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1256


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.184 -r1.1.2.185 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 21:41:04 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1257


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.185 -r1.1.2.186 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 22:08:21 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1268


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 22:29:11 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1277


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 18:20:31 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1260


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jan 22 22:21:16 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1264 and 1265.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.177 -r1.1.2.178 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jan 21 08:39:22 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1258.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.176 -r1.1.2.177 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Jan 11 00:58:52 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 916, 1220, 1226, 1229, 1231-1236.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.171 -r1.1.2.172 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan  9 02:03:58 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1204-1210, 1212-1214, 1216-1219, 1223, 1224, 1227, and 1228.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.170 -r1.1.2.171 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:53:37 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket #1221.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.167 -r1.1.2.168 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan  3 19:41:49 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Fix formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.168 -r1.1.2.169 src/doc/CHANGES-5.1

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



CVS commit: [netbsd-5] src/doc

2010-01-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan  2 06:47:51 UTC 2010

Modified Files:
src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Ticket 1198.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-5.1

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