Module Name:    src
Committed By:   msaitoh
Date:           Mon Jul 29 08:56:52 UTC 2013

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket 913, 914, 917 and 919.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.2

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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.20 src/doc/CHANGES-6.2:1.1.2.21
--- src/doc/CHANGES-6.2:1.1.2.20	Mon Jul 29 06:47:57 2013
+++ src/doc/CHANGES-6.2	Mon Jul 29 08:56:52 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.20 2013/07/29 06:47:57 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.21 2013/07/29 08:56:52 msaitoh Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -364,3 +364,29 @@ usr.bin/netstat/netstat.h			1.47
 	pcb first!
 	Not all pointers are 64bit - use uintptr_t instead of uint64_t.
 	[christos, ticket #912]
+
+share/man/man4/re.4				1.14
+sys/dev/ic/rtl8169.c				1.137
+sys/dev/ic/rtl81x9reg.h				1.44
+
+	Added support for the Realtek 8168F variant in re(4).
+	The manual page was adjusted as well.
+	[khorben, ticket #913]
+
+usr.bin/mklocale/mklocaledb.c			1.3
+
+	Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES and
+	_CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE to match data files.
+	[joerg, ticket #914]
+
+sys/miscfs/procfs/procfs_map.c			1.43
+
+	Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOMEM
+	error case in procfs_domap()d. Fixes PR#48048.
+	[ryo, ticket #917]
+
+etc/MAKEDEV.tmpl				1.166
+
+	Add a makedisk_p12high, used by VAX now after unbumping MAXPARTITIONS
+	from 16 down to 12. This fixes install issues on new setups.
+	[martin, ticket #919]

Reply via email to