Tue Aug 4 20:37:03 2009 UTC ()
Tickets 854, 876, 866, 870, 871, 875.


(snj)
diff -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-5.1

cvs diff -r1.1.2.54 -r1.1.2.55 src/doc/Attic/CHANGES-5.1 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-5.1 2009/07/29 19:48:59 1.1.2.54
+++ src/doc/Attic/CHANGES-5.1 2009/08/04 20:37:03 1.1.2.55
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.54 2009/07/29 19:48:59 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.55 2009/08/04 20:37:03 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -1670,4 +1670,107 @@
 
 	Update copyright notice for 2009.
 	[rmind, ticket #882]
+
+distrib/sets/lists/base/md.amd64		patch
+distrib/sets/lists/base/md.sparc64		patch
+distrib/sets/lists/base/shl.mi			patch
+distrib/sets/lists/comp/mi			1.1277
+lib/libevent/Makefile				1.5
+lib/libevent/buffer.c				1.5
+lib/libevent/config.h				1.4
+lib/libevent/evbuffer.c				1.5
+lib/libevent/evdns.c				1.3
+lib/libevent/evdns.h				1.2
+lib/libevent/event.c				1.10
+lib/libevent/event.h				1.6
+lib/libevent/event_tagging.c			1.2
+lib/libevent/evhttp.h				1.2
+lib/libevent/evrpc.c				1.2
+lib/libevent/evrpc.h				1.2
+lib/libevent/evsignal.h				1.4
+lib/libevent/evutil.c				1.2
+lib/libevent/evutil.h				1.2
+lib/libevent/http-internal.h			1.2
+lib/libevent/http.c				1.2
+lib/libevent/kqueue.c				1.7
+lib/libevent/log.c				1.3
+lib/libevent/min_heap.h				1.2
+lib/libevent/poll.c				1.8
+lib/libevent/shlib_version			patch
+lib/libevent/signal.c				1.7
+regress/lib/libevent/regress.c			1.2
+regress/lib/libevent/regress.gen.c		1.2
+regress/lib/libevent/regress.gen.h		1.2
+regress/lib/libevent/regress_dns.c		1.2
+regress/lib/libevent/regress_http.c		1.2
+regress/lib/libevent/regress_rpc.c		1.2
+
+	Update to libevent-1.4.11-stable.
+	[tls, ticket #854]
+
+lib/libevent/Makefile				1.6
+
+	Problems have been observed with GCC 4 and strict-aliasing in
+	the libevent code.  Add -fno-strict-aliasing to work around this.
+	[tls, ticket #876]
+
+sys/dev/pci/if_bge.c		 		1.156-1.166 via patch
+sys/dev/pci/if_bgereg.h				1.49-1.52 via patch
+sys/dev/pci/if_bgevar.h				1.1
+sys/dev/mii/brgphy.c				1.43-1.44 and 1.47-1.48 via patch
+sys/dev/mii/brgphyreg.h				1.4 via patch
+sys/dev/mii/miidevs				1.85 via patch
+sys/dev/mii/miidevs.h				regen
+sys/dev/mii/miidevs_data.h			regen
+sys/dev/mii/miivar.h				1.54 via patch
+
+	For bge:
+	  - Fix the case of setting a flag in BGE_PCI_DMA_RW_CTL on
+	    conventional PCI.
+         - Fix some bugs that the driver unable to detect link loss
+	  - bge_tick(): fix some extra input error
+	  - Acknowledge link change interrupts by setting the 'link
+	    changed' bit in the status register (used to have no effect).
+	  - Add some fiber support
+	  - Set BGE_MISCCFG_KEEP_GPHY_POWER as {Open,Free}BSD and linux.
+	  - Add special case code to fix a problem with the BCM5704 in TBI
+	    mode
+	  - Force an interrupt in bge_ifmedia_upd
+	  - Add missing workaround for 5705
+         - Don't print error message only when the register is BGE_SRS_MODE.
+           It occurs on some environment (and once after boot?). Other *BSDs
+	   and Linux don't print the error message for all registers.
+         - Fix comments.
+	  - Remove obsolete codes.
+	for brgphy:
+	  - Add some quirk codes.
+	  - Add support for BCM5462, BCM54K2 and BCM5722.
+	[msaitoh, ticket #866]
+
+sys/dev/pci/if_bge.c				1.167
+
+	Call prop_dictionary_set_uint32() before mii_attach() so that
+	brgphy can do prop_dictionary_get_uint32() correctly.
+	[msaitoh, ticket #870]
+
+usr.bin/printenv/printenv.c			1.10
+
+	(1) reject instead of ignore extra arguments;
+	(2) reject requests for environment variables containing '='
+	   (PR 41774, but with different patch)
+	(3) fix capitalization of usage message
+	[dholland, ticket #871]
+
+lib/libterm/termcap.3				1.33
+lib/libterm/termcap.c				1.55
+
+	Only add the ZZ capability for termcap entries that are larger
+	than 1023 bytes.
+
+	This fixes the problem that enabling the titeInhibit Xresource
+	of xterm has no effect, because xterm exports a TERMCAP string
+	without ti/te sequences but doesn't remove the ZZ capability
+	because it doesn't know about it and termcap(3) ignores the
+	stringe because of the ZZ.
+	[bad, ticket #875]