Tue May 5 18:23:43 2009 UTC ()
Tickets 737, 738


(bouyer)
diff -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-5.1

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

--- src/doc/Attic/CHANGES-5.1 2009/05/03 23:58:02 1.1.2.7
+++ src/doc/Attic/CHANGES-5.1 2009/05/05 18:23:43 1.1.2.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-5.1,v 1.1.2.7 2009/05/03 23:58:02 snj Exp $ 1# $NetBSD: CHANGES-5.1,v 1.1.2.8 2009/05/05 18:23:43 bouyer 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
@@ -278,13 +278,31 @@ share/man/man4/age.4 1.1-1.3 @@ -278,13 +278,31 @@ share/man/man4/age.4 1.1-1.3
278share/man/man4/ale.4 1.1-1.2 278share/man/man4/ale.4 1.1-1.2
279share/man/man4/atphy.4 1.1-1.2 279share/man/man4/atphy.4 1.1-1.2
280share/man/man4/Makefile 1.486, 1.489 280share/man/man4/Makefile 1.486, 1.489
281strib/sets/lists/man/mi 1.1118, 1.1132 281strib/sets/lists/man/mi 1.1118, 1.1132
282sys/arch/i386/conf/GENERIC 1.928, 1.933 282sys/arch/i386/conf/GENERIC 1.928, 1.933
283sys/arch/i386/conf/XEN2_DOM0 1.57, 1.60 283sys/arch/i386/conf/XEN2_DOM0 1.57, 1.60
284sys/arch/amd64/conf/GENERIC 1.239, 1.241 284sys/arch/amd64/conf/GENERIC 1.239, 1.241
285sys/arch/amd64/conf/XEN3_DOM0 1.38, 1.42 285sys/arch/amd64/conf/XEN3_DOM0 1.38, 1.42
286 286
287 Add the age(4) and ale(4) drivers for Attansic L1 and Atheros 287 Add the age(4) and ale(4) drivers for Attansic L1 and Atheros
288 AR8121/AR8113/AR8114 devices respectively. 288 AR8121/AR8113/AR8114 devices respectively.
289 [cegger, ticket #735] 289 [cegger, ticket #735]
290 290
 291sys/arch/x86/pci/pchb.c 1.15 - 1.17
 292sys/dev/pci/agp.c 1.63 - 1.65
 293sys/dev/pci/agp_i810.c 1.57 - 1.64
 294sys/dev/pci/agpreg.h 1.20
 295sys/dev/pci/pcidevs 1.965, 1.967 via patch
 296sys/dev/pci/pcidevs.h regen
 297sys/dev/pci/pcidevs_data.h regen
 298
 299 Add AGP support for Intel G35, G45, and Q45
 300 [snj, ticket #737]
 301
 302gnu/dist/binutils/bfd/elf32-vax.c 1.9
 303
 304 Allocate relocation section using bfd_zalloc() to ensure no garbage
 305 relocations when not all the entries are used.
 306 Fixes PR port-vax/39182.
 307 [mhitch, ticket #738]
 308