Wed Sep 30 00:30:35 2009 UTC ()
Tickets 1016, 1035, 1037, and 1040.


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

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

--- src/doc/Attic/CHANGES-5.1 2009/09/28 18:45:31 1.1.2.78
+++ src/doc/Attic/CHANGES-5.1 2009/09/30 00:30:34 1.1.2.79
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.78 2009/09/28 18:45:31 snj Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.79 2009/09/30 00:30:34 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
@@ -13683,13 +13683,63 @@ xsrc/external/mit/xterm/dist/trace.h pa @@ -13683,13 +13683,63 @@ xsrc/external/mit/xterm/dist/trace.h pa
13683xsrc/external/mit/xterm/dist/util.c patch 13683xsrc/external/mit/xterm/dist/util.c patch
13684xsrc/external/mit/xterm/dist/version.h patch 13684xsrc/external/mit/xterm/dist/version.h patch
13685xsrc/external/mit/xterm/dist/wcwidth.c patch 13685xsrc/external/mit/xterm/dist/wcwidth.c patch
13686xsrc/external/mit/xterm/dist/xterm.h patch 13686xsrc/external/mit/xterm/dist/xterm.h patch
13687xsrc/external/mit/xterm/dist/xterm.log.html patch 13687xsrc/external/mit/xterm/dist/xterm.log.html patch
13688xsrc/external/mit/xterm/dist/xterm.man patch 13688xsrc/external/mit/xterm/dist/xterm.man patch
13689xsrc/external/mit/xterm/dist/xtermcap.c patch 13689xsrc/external/mit/xterm/dist/xtermcap.c patch
13690xsrc/external/mit/xterm/dist/xtermcap.h patch 13690xsrc/external/mit/xterm/dist/xtermcap.h patch
13691xsrc/external/mit/xterm/dist/xtermcfg.hin patch 13691xsrc/external/mit/xterm/dist/xtermcfg.hin patch
13692 13692
13693 Update xterm to 248. 13693 Update xterm to 248.
13694 [mrg, ticket #1034] 13694 [mrg, ticket #1034]
13695 13695
 13696sys/dev/audio.c 1.246, 1.247
 13697
 13698 OSS audio allows mixer operations on the dsp device. NetBSD would
 13699 return EINVAL in these circumstances. This can break audio in apps
 13700 running under Linux emulation. Select whether to call
 13701 mixer_ioctl() or audio_ioctl() based on whether the command smells
 13702 like a mixer ioctl or not.
 13703 [sborrill, ticket #1016]
 13704
 13705sys/arch/hp700/dev/dino.c 1.14 via patch
 13706sys/arch/hp700/hp700/mainbus.c 1.53
 13707sys/arch/hp700/include/bus.h 1.14
 13708
 13709 Provide bus_space_mmap. Still needs implementing.
 13710 [skrll, ticket #1035]
 13711
 13712distrib/sets/lists/base/mi 1.811
 13713etc/mtree/NetBSD.dist 1.403
 13714share/locale/Makefile.locale 1.2
 13715share/locale/ctype/Makefile 1.29
 13716share/locale/messages/Makefile 1.6
 13717share/locale/monetary/Makefile 1.6
 13718share/locale/numeric/Makefile 1.5
 13719share/locale/time/Makefile 1.6
 13720
 13721 Add support for fr_*.UTF-8 locale. Setting LANG to fr_*.UTF-8
 13722 won't get the message catalog right (they're encoded in
 13723 iso-8859-1), but other locale functions should work right.
 13724 [bouyer, ticket #1037]
 13725
 13726etc/etc.i386/Makefile.in 1.60
 13727sys/dev/isa/if_lc_isa.c 1.30
 13728sys/dev/isa/if_tr_isa.c 1.19
 13729sys/dev/pci/if_dge.c 1.23
 13730sys/dev/pci/if_iwi.c 1.79
 13731sys/dev/pci/pccbb.c 1.183
 13732sys/arch/i386/conf/XEN3PAE_DOM0 1.1
 13733sys/arch/i386/i386/db_memrw.c 1.25
 13734sys/arch/i386/include/param.h 1.71
 13735sys/arch/xen/include/xenpmap.h 1.22
 13736sys/arch/xen/xen/xenevt.c 1.31
 13737sys/arch/x86/include/bus.h 1.18, 1.19
 13738sys/arch/x86/include/isa_machdep.h 1.7
 13739sys/arch/x86/x86/bus_space.c 1.21, 1.22
 13740sys/arch/x86/x86/ioapic.c 1.39
 13741sys/arch/x86/x86/mpbios.c 1.53
 13742
 13743 Add i386PAE support to Xen3 dom0.
 13744 [bouyer, ticket #1040]
 13745