Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Pullup of tickets 1205, 1206, 1207 and 1212.



details:   https://anonhg.NetBSD.org/src/rev/264f8329db7a
branches:  netbsd-1-6
changeset: 530255:264f8329db7a
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 02 15:23:52 2003 +0000

description:
Pullup of tickets 1205, 1206, 1207 and 1212.

diffstat:

 doc/CHANGES-1.6.2 |  30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 1805a2857ed4 -r 264f8329db7a doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Mon Jun 02 15:22:02 2003 +0000
+++ b/doc/CHANGES-1.6.2 Mon Jun 02 15:23:52 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.8 2003/06/02 15:09:38 tron Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.9 2003/06/02 15:23:52 tron Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -160,3 +160,31 @@
        Fix rest of PR 18269 by wurlitzer.
        [yamt, ticket #1202]
 
+sbin/fdisk/fdisk.c                             1.55
+
+       Add partition type 0xaf for Apple HFS.
+       [jdarrow, ticket #1205]
+
+sbin/fdisk/fdisk.c                             1.56
+
+       Make the -l flage more useful, by actually printing the systype number
+       alongside the sysid string (instead of just the array index of the
+       struct part_type they are found in).
+       Now fdisk -l shows the familiar 169 for NetBSD, 165 for FreeBSD or
+       386BSD or old NetBSD, and other possibly-familiar (131 for Linux
+       native, 015 for Ext. Partition - LBA) values in with their correct
+       numbers.
+       [jdarrow, ticket #1206]
+
+sys/uvm/uvm_bio.c                              1.27
+
+       For PMAP_CACHE_VIVT platforms, make UBC_RELEASE_UNMAP evaluate to TRUE,
+       and add a comment explaining why.
+       [thorpej, ticket #1207]
+
+usr.sbin/rtadvd/rtadvd.c                       1.27-1.28
+
+       Add missing ND option length validation.  from kame
+       correct use of sizeof
+       [itojun, ticket #1212]
+



Home | Main Index | Thread Index | Old Index