Mon Sep 28 18:45:31 2009 UTC ()
Fix typo in ticket 1027 entry: domU -> dom0.


(snj)
diff -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-5.1

cvs diff -r1.1.2.77 -r1.1.2.78 src/doc/Attic/CHANGES-5.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-5.1 2009/09/28 02:17:23 1.1.2.77
+++ src/doc/Attic/CHANGES-5.1 2009/09/28 18:45:31 1.1.2.78
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.77 2009/09/28 02:17:23 snj Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.78 2009/09/28 18:45:31 snj Exp $
2 2
3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 3A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
4release: 4release:
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_STABLE. 9 Welcome to 5.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/arch/i386/conf/ALL 1.187 12sys/arch/i386/conf/ALL 1.187
13sys/arch/i386/conf/GENERIC 1.922 13sys/arch/i386/conf/GENERIC 1.922
14sys/dev/pci/files.pci 1.309 14sys/dev/pci/files.pci 1.309
@@ -13573,27 +13573,27 @@ sys/arch/xen/xen/xbdback_xenbus.c 1.25 @@ -13573,27 +13573,27 @@ sys/arch/xen/xen/xbdback_xenbus.c 1.25
13573 If not present, make DIOCCACHESYNC return EOPNOTSUPP and warn on 13573 If not present, make DIOCCACHESYNC return EOPNOTSUPP and warn on
13574 first call. 13574 first call.
13575 Should improve WAPBL reliability of Xen guests on a NetBSD dom0. 13575 Should improve WAPBL reliability of Xen guests on a NetBSD dom0.
13576 Unfortunably not all linux guests seem to support this feature, 13576 Unfortunably not all linux guests seem to support this feature,
13577 and using feature-write-barrier would require a B_BARRIER flag in 13577 and using feature-write-barrier would require a B_BARRIER flag in
13578 the buffer. 13578 the buffer.
13579 [bouyer, ticket #1026] 13579 [bouyer, ticket #1026]
13580 13580
13581sys/arch/xen/xen/if_xennet_xenbus.c 1.36 13581sys/arch/xen/xen/if_xennet_xenbus.c 1.36
13582 13582
13583 Write a "feature-rx-notify" to the xenstore, which is used by 13583 Write a "feature-rx-notify" to the xenstore, which is used by
13584 recent linux dom0 kernels. This reduces packet loss when using a 13584 recent linux dom0 kernels. This reduces packet loss when using a
13585 NetBSD domU on such linux dom0. 13585 NetBSD domU on such linux dom0.
13586 This entry is ignored by NetBSD and older linux domUs. 13586 This entry is ignored by NetBSD and older linux dom0s.
13587 [bouyer, ticket #1027] 13587 [bouyer, ticket #1027]
13588 13588
13589sys/kern/kern_turnstile.c 1.25 via patch 13589sys/kern/kern_turnstile.c 1.25 via patch
13590 13590
13591 Fix PR kern/41923. In the for(;;) loop of turnstile_block(), the 13591 Fix PR kern/41923. In the for(;;) loop of turnstile_block(), the
13592 lock owner can change while cur's lock is released (cur's lock is 13592 lock owner can change while cur's lock is released (cur's lock is
13593 also the tschain_t's mutex). Remove the KASSERT about owner 13593 also the tschain_t's mutex). Remove the KASSERT about owner
13594 being invariant and try to deal with the fact that the owner can 13594 being invariant and try to deal with the fact that the owner can
13595 change instead. 13595 change instead.
13596 [bouyer, ticket #1028] 13596 [bouyer, ticket #1028]
13597 13597
13598sys/ufs/ufs/ufs_ihash.c 1.27 13598sys/ufs/ufs/ufs_ihash.c 1.27
13599 13599