Mon Mar 16 01:24:09 2009 UTC ()
Ticket 582.


(snj)
diff -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-5.0

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

--- src/doc/Attic/CHANGES-5.0 2009/03/15 20:35:59 1.1.2.110
+++ src/doc/Attic/CHANGES-5.0 2009/03/16 01:24:09 1.1.2.111
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.110 2009/03/15 20:35:59 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.111 2009/03/16 01:24:09 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
@@ -5085,13 +5085,21 @@ xsrc/external/mit/xdm/dist/config/Xstart @@ -5085,13 +5085,21 @@ xsrc/external/mit/xdm/dist/config/Xstart
5085 5085
5086 cpp does not find tokens inside quotes, so remove the quotes so 5086 cpp does not find tokens inside quotes, so remove the quotes so
5087 that the search/replace can happen properly. 5087 that the search/replace can happen properly.
5088 -- 5088 --
5089 Add the xdm config files Xstartup and Xreset to the build. 5089 Add the xdm config files Xstartup and Xreset to the build.
5090 [plunky, ticket #574] 5090 [plunky, ticket #574]
5091 5091
5092sys/dev/video.c 1.20 5092sys/dev/video.c 1.20
5093 5093
5094 video_set_format() requires hw->set_format to be set, not 5094 video_set_format() requires hw->set_format to be set, not
5095 get_format. Fixes PR kern/41008. 5095 get_format. Fixes PR kern/41008.
5096 [jmcneill, ticket #576] 5096 [jmcneill, ticket #576]
5097 5097
 5098sys/compat/linux/common/linux_futex.c 1.24 via patch
 5099sys/netiso/tp_param.h 1.19 via patch
 5100
 5101 linux_futex: Fix robust_list pointer mess.
 5102 tp_param: Negative lengths should not be allowed. Make it
 5103 unsigned.
 5104 [adrianp, ticket #582]
 5105