Sun Nov 2 18:07:53 2008 UTC ()
Ticket 3.


(snj)
diff -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.0

cvs diff -r1.1.2.5 -r1.1.2.6 src/doc/Attic/CHANGES-5.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.0 2008/11/02 02:28:00 1.1.2.5
+++ src/doc/Attic/CHANGES-5.0 2008/11/02 18:07:53 1.1.2.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.5 2008/11/02 02:28:00 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.6 2008/11/02 18:07:53 snj Exp $
2 2
3A complete list of changes from the initial NetBSD 5.0 branch on October 2008 3A complete list of changes from the initial NetBSD 5.0 branch on October 2008
4until the 5.0 release: 4until the 5.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 5.0_BETA! 9 Welcome to 5.0_BETA!
10 10
11sys/arch/arm/gemini/obio_wdt.c 1.2 11sys/arch/arm/gemini/obio_wdt.c 1.2
12distrib/evbarm/instkernel/instkernel/Makefile 1.14 12distrib/evbarm/instkernel/instkernel/Makefile 1.14
13distrib/evbarm/gzboot/gzimg/Makefile 1.20 13distrib/evbarm/gzboot/gzimg/Makefile 1.20
14 14
@@ -19,13 +19,21 @@ distrib/evbarm/gzboot/gzimg/Makefile 1. @@ -19,13 +19,21 @@ distrib/evbarm/gzboot/gzimg/Makefile 1.
19etc/etc.cobalt/MAKEDEV.conf 1.10 19etc/etc.cobalt/MAKEDEV.conf 1.10
20 20
21 Create bpf(4) device node on ramdisk for sysinst. 21 Create bpf(4) device node on ramdisk for sysinst.
22 [tsutsui, ticket #4] 22 [tsutsui, ticket #4]
23 23
24sys/kern/vfs_dirhash.c 1.5-1.8 24sys/kern/vfs_dirhash.c 1.5-1.8
25 25
26 Clean up dirhash and use hash32_strn(). Remove old KASSERTS that 26 Clean up dirhash and use hash32_strn(). Remove old KASSERTS that
27 were commented out. Protect the dirhash_queue when purging hashed 27 were commented out. Protect the dirhash_queue when purging hashed
28 directories in memory overflow situations. Clarify the dirhash 28 directories in memory overflow situations. Clarify the dirhash
29 locking protocol and remove unnessiary #ifdef DEBUG flag. 29 locking protocol and remove unnessiary #ifdef DEBUG flag.
30 [reinoud, ticket #5] 30 [reinoud, ticket #5]
31 31
 32etc/etc.amd64/MAKEDEV.conf 1.13-1.15
 33etc/etc.i386/MAKEDEV.conf 1.17-1.19
 34
 35 Create 4 Xen disks by default and all three Xen devices to make it
 36 usable out-of-the-box. Create 8 dk instances by default, since GPT
 37 autodiscovery is enabled.
 38 [joerg, ticket #3]
 39