Sun Mar 15 20:35:59 2009 UTC ()
Update for the latest batch of tickets.


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

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

--- src/doc/Attic/CHANGES-5.0 2009/03/13 00:04:42 1.1.2.109
+++ src/doc/Attic/CHANGES-5.0 2009/03/15 20:35:59 1.1.2.110
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.109 2009/03/13 00:04:42 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.110 2009/03/15 20:35:59 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
@@ -4981,13 +4981,117 @@ distrib/sets/lists/base/mi patch @@ -4981,13 +4981,117 @@ distrib/sets/lists/base/mi patch
4981 4981
4982lib/libc/locale/generic_lc_template.h 1.3 4982lib/libc/locale/generic_lc_template.h 1.3
4983lib/libc/locale/setlocale.c 1.57 4983lib/libc/locale/setlocale.c 1.57
4984 4984
4985 Fix static linking setlocale(3) problem. 4985 Fix static linking setlocale(3) problem.
4986 [tnozaki, ticket #556] 4986 [tnozaki, ticket #556]
4987 4987
4988distrib/amd64/floppies/common/boot.cfg 1.2 4988distrib/amd64/floppies/common/boot.cfg 1.2
4989distrib/i386/floppies/common/boot.cfg 1.2 4989distrib/i386/floppies/common/boot.cfg 1.2
4990 4990
4991 Fix typo. 4991 Fix typo.
4992 [dholland, ticket #557] 4992 [dholland, ticket #557]
4993 4993
 4994sys/arch/arm/footbridge/footbridge_intr.h 1.14
 4995sys/arch/evbarm/ifpga/ifpga_intr.h 1.9
 4996sys/arch/evbarm/iq80310/iq80310_intr.h 1.8
 4997sys/conf/Makefile.kern.inc 1.121
 4998sys/conf/files 1.940
 4999sys/kern/init_main.c 1.381
 5000sys/kern/kern_ssp.c 1.1, 1.2
 5001sys/kern/subr_autoconf.c 1.168
 5002sys/sys/device.h 1.116
 5003sys/sys/systm.h 1.233
 5004
 5005 Unbreak ssp kernels. The issue here that when the ssp_init()
 5006 call was deferred, it caused the return from the enclosing
 5007 function to break, as well as the ssp return on i386. To fix
 5008 both issues, split configure in two pieces the one before
 5009 calling ssp_init and the one after, and move the ssp_init()
 5010 call back in main. Put ssp_init() in its own file, and
 5011 compile this new file with -fno-stack-protector.
 5012 [christos, ticket #458]
 5013
 5014sys/kern/subr_xcall.c 1.10
 5015
 5016 xc_lowpri: don't truncate `where' from uint64_t to u_int.
 5017 [uebayasi, ticket #549]
 5018
 5019gnu/dist/postfix/src/util/unix_recv_fd.c 1.2
 5020gnu/dist/postfix/src/util/unix_send_fd.c 1.2
 5021
 5022 Use larger buffer for sending and receiving a file descriptor
 5023 over a UNIX domain socket. This fixes support for using milters
 5024 (Sendmail Mail Filters) with Postfix under at least NetBSD/amd64.
 5025 [tron, ticket #555]
 5026
 5027usr.bin/awk/awk.1 1.18
 5028
 5029 Fix markup (.I is an unknown macro in this context).
 5030 [joerg, ticket #558]
 5031
 5032share/man/man7/mdoc.samples.7 1.43
 5033
 5034 Examples should be correct, so fix the order of the preamble to
 5035 follow the rules set in mdoc(7).
 5036 [joerg, ticket #559]
 5037
 5038sys/net/rtsock.c 1.124
 5039
 5040 Revert r1.119 as the implementation is broken. This backs out
 5041 part of ticket 239.
 5042 [roy, ticket #560]
 5043
 5044usr.bin/nbsvtool/nbsvtool.1 1.5
 5045
 5046 Fix markup.
 5047 [joerg, ticket #561]
 5048
 5049usr.sbin/user/user.c 1.121
 5050
 5051 Use getpwnam_r to avoid trashing result of previous call to
 5052 getpwnam(). Fixes PR bin/40994.
 5053 [mlelstv, ticket #562]
 5054
 5055share/man/man9/fsetown.9 1.9
 5056
 5057 Consistently use .Dv for SA_SIGINFO, .Sv doesn't exist.
 5058 [joerg, ticket #567]
 5059
 5060usr.bin/shuffle/shuffle.1 1.7
 5061
 5062 Remove BUGS section. shuffle(1) was changed to use arc4random
 5063 a while ago.
 5064 [yamt, ticket #568]
 5065
 5066sys/kern/init_sysctl.c 1.158
 5067
 5068 Always calculate "needed" for KERN_FILE2 calls. This allows a
 5069 caller to get an estimate of the needed space, as intended.
 5070 [mrg, ticket #565]
 5071
 5072sys/kern/init_sysctl.c 1.157
 5073sys/kern/kern_descrip.c 1.187
 5074usr.sbin/pstat/pstat.c 1.112, 1.113
 5075
 5076 Don't bother with file_t::f_iflags any more, as it's not used.
 5077 Convert getfiles() to use KERN_FILE2 sysctl. Now it can survive
 5078 "struct file" changing, as is upcoming.
 5079 [mrg, ticket #566]
 5080
 5081distrib/sets/lists/xetc/mi 1.13
 5082external/mit/xorg/bin/xdm/config/Makefile 1.7
 5083xsrc/external/mit/xdm/dist/config/Xreset.cpp 1.2
 5084xsrc/external/mit/xdm/dist/config/Xstartup.cpp 1.2
 5085
 5086 cpp does not find tokens inside quotes, so remove the quotes so
 5087 that the search/replace can happen properly.
 5088 --
 5089 Add the xdm config files Xstartup and Xreset to the build.
 5090 [plunky, ticket #574]
 5091
 5092sys/dev/video.c 1.20
 5093
 5094 video_set_format() requires hw->set_format to be set, not
 5095 get_format. Fixes PR kern/41008.
 5096 [jmcneill, ticket #576]
 5097