Mon Feb 23 09:15:32 2009 UTC ()
Tickets 460-466.


(snj)
diff -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-5.0

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

--- src/doc/Attic/CHANGES-5.0 2009/02/19 20:51:20 1.1.2.99
+++ src/doc/Attic/CHANGES-5.0 2009/02/23 09:15:32 1.1.2.100
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.0,v 1.1.2.99 2009/02/19 20:51:20 snj Exp $ 1# $NetBSD: CHANGES-5.0,v 1.1.2.100 2009/02/23 09:15:32 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
@@ -4260,13 +4260,77 @@ sys/dist/ipf/netinet/ip_fil_netbsd.c 1. @@ -4260,13 +4260,77 @@ sys/dist/ipf/netinet/ip_fil_netbsd.c 1.
4260sys/arch/arm/xscale/pxa2x0_pcic.c 1.6 4260sys/arch/arm/xscale/pxa2x0_pcic.c 1.6
4261 4261
4262 Processing that installed the card first was moved from 4262 Processing that installed the card first was moved from
4263 pxapcic_attach_common() to the head of pxapcic_event_thread(). 4263 pxapcic_attach_common() to the head of pxapcic_event_thread().
4264 4264
4265 Fixes detection of the built-in CF card. 4265 Fixes detection of the built-in CF card.
4266 [nonaka, ticket #457] 4266 [nonaka, ticket #457]
4267 4267
4268sys/arch/x86/x86/patch.c 1.16 4268sys/arch/x86/x86/patch.c 1.16
4269 4269
4270 Repair x86_patch to install optimized routines. 4270 Repair x86_patch to install optimized routines.
4271 [ad, ticket #471] 4271 [ad, ticket #471]
4272 4272
 4273sys/arch/xen/x86/autoconf.c 1.9
 4274
 4275 Make Xen Dom0/DomU boot with root-on-nfs when the 'bootdev'
 4276 parameter is missing or wrong. In this case, we get prompted
 4277 for the root device.
 4278
 4279 Make sure that nfs_bootstatic_callback is initialized or we
 4280 will miss the nfsroot bootparameter, causing a boot failure even
 4281 when root device is correct.
 4282 [cegger, ticket #460]
 4283
 4284sys/miscfs/umapfs/umap_subr.c 1.26
 4285sys/miscfs/umapfs/umap_vnops.c 1.44
 4286
 4287 While we remap credentials we should ignore cred == FSCRED
 4288 as well as cred == NOCRED.
 4289
 4290 This fixes a page fault occurring when a union is mounted
 4291 over a umap, as FSCRED is passed by union filesystem.
 4292 [plunky, ticket #461]
 4293
 4294usr.bin/netstat/netstat.1 1.49
 4295
 4296 Sort option descriptions, and options in usage.
 4297 Covers PR 40627.
 4298 [wiz, ticket #462]
 4299
 4300etc/root/dot.cshrc patch
 4301etc/root/dot.profile patch
 4302
 4303 Fix PKG_PATH examples, which were missing /pub.
 4304 [erh, ticket #463]
 4305
 4306etc/shrc 1.5
 4307
 4308 Set PS1 correctly for ksh.
 4309 [ad, ticket #464]
 4310
 4311usr.sbin/puffs/makerumpmanpages.sh 1.5-1.8
 4312usr.sbin/puffs/rump_cd9660/rump_cd9660.8 regen
 4313usr.sbin/puffs/rump_efs/rump_efs.8 regen
 4314usr.sbin/puffs/rump_ext2fs/rump_ext2fs.8 regen
 4315usr.sbin/puffs/rump_ffs/rump_ffs.8 regen
 4316usr.sbin/puffs/rump_hfs/rump_hfs.8 regen
 4317usr.sbin/puffs/rump_lfs/rump_lfs.8 regen
 4318usr.sbin/puffs/rump_msdos/rump_msdos.8 regen
 4319usr.sbin/puffs/rump_nfs/rump_nfs.8 regen
 4320usr.sbin/puffs/rump_ntfs/rump_ntfs.8 regen
 4321usr.sbin/puffs/rump_sysvbfs/rump_sysvbfs.8 regen
 4322usr.sbin/puffs/rump_tmpfs/rump_tmpfs.8 regen
 4323usr.sbin/puffs/rump_udf/rump_udf.8 regen
 4324
 4325 - Note mount -o rump support
 4326 - Note that vnconfig is not required
 4327 - Fix SYNOPSIS
 4328 - Markup fixes
 4329 [pooka, ticket #465]
 4330
 4331share/man/man3/tree.3 1.5
 4332
 4333 Document that the element argument of RB_REMOVE must be present
 4334 in the tree. Minor adjoining grammar fix. PR 39684.
 4335 [dholland, ticket #466]
 4336