Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket 913, 914, 917 and 919.



details:   https://anonhg.NetBSD.org/src/rev/c7c85752a97e
branches:  netbsd-6
changeset: 776398:c7c85752a97e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 08:56:52 2013 +0000

description:
Ticket 913, 914, 917 and 919.

diffstat:

 doc/CHANGES-6.2 |  28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 5801f7707c67 -r c7c85752a97e doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Mon Jul 29 08:29:35 2013 +0000
+++ b/doc/CHANGES-6.2   Mon Jul 29 08:56:52 2013 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index