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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.54 2009/07/29 19:48:59 snj Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.55 2009/08/04 20:37:03 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
@@ -1661,13 +1661,116 @@ external/bsd/pkg_install/dist/lib/versio @@ -1661,13 +1661,116 @@ external/bsd/pkg_install/dist/lib/versio
1661 make update. 1661 make update.
1662 [joerg, #877] 1662 [joerg, #877]
1663 1663
1664dist/bind/bin/named/update.c patch 1664dist/bind/bin/named/update.c patch
1665 1665
1666 Fix CVE-2009-0696. 1666 Fix CVE-2009-0696.
1667 [christos, ticket #881] 1667 [christos, ticket #881]
1668 1668
1669sys/conf/copyright 1.6 1669sys/conf/copyright 1.6
1670 1670
1671 Update copyright notice for 2009. 1671 Update copyright notice for 2009.
1672 [rmind, ticket #882] 1672 [rmind, ticket #882]
1673 1673
 1674distrib/sets/lists/base/md.amd64 patch
 1675distrib/sets/lists/base/md.sparc64 patch
 1676distrib/sets/lists/base/shl.mi patch
 1677distrib/sets/lists/comp/mi 1.1277
 1678lib/libevent/Makefile 1.5
 1679lib/libevent/buffer.c 1.5
 1680lib/libevent/config.h 1.4
 1681lib/libevent/evbuffer.c 1.5
 1682lib/libevent/evdns.c 1.3
 1683lib/libevent/evdns.h 1.2
 1684lib/libevent/event.c 1.10
 1685lib/libevent/event.h 1.6
 1686lib/libevent/event_tagging.c 1.2
 1687lib/libevent/evhttp.h 1.2
 1688lib/libevent/evrpc.c 1.2
 1689lib/libevent/evrpc.h 1.2
 1690lib/libevent/evsignal.h 1.4
 1691lib/libevent/evutil.c 1.2
 1692lib/libevent/evutil.h 1.2
 1693lib/libevent/http-internal.h 1.2
 1694lib/libevent/http.c 1.2
 1695lib/libevent/kqueue.c 1.7
 1696lib/libevent/log.c 1.3
 1697lib/libevent/min_heap.h 1.2
 1698lib/libevent/poll.c 1.8
 1699lib/libevent/shlib_version patch
 1700lib/libevent/signal.c 1.7
 1701regress/lib/libevent/regress.c 1.2
 1702regress/lib/libevent/regress.gen.c 1.2
 1703regress/lib/libevent/regress.gen.h 1.2
 1704regress/lib/libevent/regress_dns.c 1.2
 1705regress/lib/libevent/regress_http.c 1.2
 1706regress/lib/libevent/regress_rpc.c 1.2
 1707
 1708 Update to libevent-1.4.11-stable.
 1709 [tls, ticket #854]
 1710
 1711lib/libevent/Makefile 1.6
 1712
 1713 Problems have been observed with GCC 4 and strict-aliasing in
 1714 the libevent code. Add -fno-strict-aliasing to work around this.
 1715 [tls, ticket #876]
 1716
 1717sys/dev/pci/if_bge.c 1.156-1.166 via patch
 1718sys/dev/pci/if_bgereg.h 1.49-1.52 via patch
 1719sys/dev/pci/if_bgevar.h 1.1
 1720sys/dev/mii/brgphy.c 1.43-1.44 and 1.47-1.48 via patch
 1721sys/dev/mii/brgphyreg.h 1.4 via patch
 1722sys/dev/mii/miidevs 1.85 via patch
 1723sys/dev/mii/miidevs.h regen
 1724sys/dev/mii/miidevs_data.h regen
 1725sys/dev/mii/miivar.h 1.54 via patch
 1726
 1727 For bge:
 1728 - Fix the case of setting a flag in BGE_PCI_DMA_RW_CTL on
 1729 conventional PCI.
 1730 - Fix some bugs that the driver unable to detect link loss
 1731 - bge_tick(): fix some extra input error
 1732 - Acknowledge link change interrupts by setting the 'link
 1733 changed' bit in the status register (used to have no effect).
 1734 - Add some fiber support
 1735 - Set BGE_MISCCFG_KEEP_GPHY_POWER as {Open,Free}BSD and linux.
 1736 - Add special case code to fix a problem with the BCM5704 in TBI
 1737 mode
 1738 - Force an interrupt in bge_ifmedia_upd
 1739 - Add missing workaround for 5705
 1740 - Don't print error message only when the register is BGE_SRS_MODE.
 1741 It occurs on some environment (and once after boot?). Other *BSDs
 1742 and Linux don't print the error message for all registers.
 1743 - Fix comments.
 1744 - Remove obsolete codes.
 1745 for brgphy:
 1746 - Add some quirk codes.
 1747 - Add support for BCM5462, BCM54K2 and BCM5722.
 1748 [msaitoh, ticket #866]
 1749
 1750sys/dev/pci/if_bge.c 1.167
 1751
 1752 Call prop_dictionary_set_uint32() before mii_attach() so that
 1753 brgphy can do prop_dictionary_get_uint32() correctly.
 1754 [msaitoh, ticket #870]
 1755
 1756usr.bin/printenv/printenv.c 1.10
 1757
 1758 (1) reject instead of ignore extra arguments;
 1759 (2) reject requests for environment variables containing '='
 1760 (PR 41774, but with different patch)
 1761 (3) fix capitalization of usage message
 1762 [dholland, ticket #871]
 1763
 1764lib/libterm/termcap.3 1.33
 1765lib/libterm/termcap.c 1.55
 1766
 1767 Only add the ZZ capability for termcap entries that are larger
 1768 than 1023 bytes.
 1769
 1770 This fixes the problem that enabling the titeInhibit Xresource
 1771 of xterm has no effect, because xterm exports a TERMCAP string
 1772 without ti/te sequences but doesn't remove the ZZ capability
 1773 because it doesn't know about it and termcap(3) ignores the
 1774 stringe because of the ZZ.
 1775 [bad, ticket #875]
 1776