Fri Jun 15 08:54:01 2012 UTC ()
Ticket #345


(sborrill)
diff -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-6.0

cvs diff -r1.1.2.130 -r1.1.2.131 src/doc/Attic/CHANGES-6.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0 2012/06/15 08:49:59 1.1.2.130
+++ src/doc/Attic/CHANGES-6.0 2012/06/15 08:54:01 1.1.2.131
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.130 2012/06/15 08:49:59 sborrill Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.131 2012/06/15 08:54:01 sborrill Exp $
2 2
3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
4until the 6.0 release: 4until the 6.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.0_BETA! 9 Welcome to 6.0_BETA!
10 10
11sys/conf/osrelease.sh 1.121 11sys/conf/osrelease.sh 1.121
12 12
13 Don't eat _BETA or other textual tags after the version. 13 Don't eat _BETA or other textual tags after the version.
14 [christos, ticket #3] 14 [christos, ticket #3]
@@ -5641,13 +5641,19 @@ sys/dev/usb/if_urtw.c 1.1 @@ -5641,13 +5641,19 @@ sys/dev/usb/if_urtw.c 1.1
5641sys/dev/usb/if_urtwreg.h 1.1 5641sys/dev/usb/if_urtwreg.h 1.1
5642sys/dev/usb/usbdevs 1.617 5642sys/dev/usb/usbdevs 1.617
5643share/man/man4/Makefile 1.586 5643share/man/man4/Makefile 1.586
5644share/man/man4/urtw.4 1.1 5644share/man/man4/urtw.4 1.1
5645distrib/sets/lists/man/mi 1.1393 5645distrib/sets/lists/man/mi 1.1393
5646sys/dev/usb/usbdevs 1.617 5646sys/dev/usb/usbdevs 1.617
5647sys/arch/i386/conf/GENERIC 1.357 5647sys/arch/i386/conf/GENERIC 1.357
5648sys/arch/amd64/conf/GENERIC 1.1075 via patch 5648sys/arch/amd64/conf/GENERIC 1.1075 via patch
5649 5649
5650 Add urtw(4) driver for Realtek RTL8187/RTL8187B 802.11b/g USB 5650 Add urtw(4) driver for Realtek RTL8187/RTL8187B 802.11b/g USB
5651 wireless adapter. From OpenBSD. 5651 wireless adapter. From OpenBSD.
5652 [riz, ticket #343] 5652 [riz, ticket #343]
5653 5653
 5654tests/lib/libc/sys/t_mmap.c 1.7
 5655
 5656 Disable the mmap_block test again. It is only by accident that
 5657 it doesn't panic when mmaping /dev/wd0d. PR kern/46592
 5658 [bouyer, ticket #345]
 5659