Thu Mar 5 10:14:16 2015 UTC ()
Note RPI2 support


(skrll)
diff -r1.2049 -r1.2050 src/doc/CHANGES

cvs diff -r1.2049 -r1.2050 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2015/03/03 07:32:56 1.2049
+++ src/doc/CHANGES 2015/03/05 10:14:16 1.2050
@@ -1,135 +1,136 @@ @@ -1,135 +1,136 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2049 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2050 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
15# 15#
16# That's it, one tab to start an item, and two tabs to indent the content. 16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot. 17# Also please start the content with a capital and end it with a dot.
18# 18#
19# This is very important for the www scripts, otherwise it won't be able to 19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled. 20# parse the file and the HTML output will be mangled.
21# 21#
22# See htutils/changes/changes2html script for more details. 22# See htutils/changes/changes2html script for more details.
23# 23#
24# ---------------------------------------------------------------------------- 24# ----------------------------------------------------------------------------
25 25
26 26
27Changes from NetBSD 7.0 to NetBSD 8.0: 27Changes from NetBSD 7.0 to NetBSD 8.0:
28 libc: Update to tzcode2014f. [christos 20140815] 28 libc: Update to tzcode2014f. [christos 20140815]
29 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove  29 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove
30 gnu/dist/gmake (3.80) [christos 20140818] 30 gnu/dist/gmake (3.80) [christos 20140818]
31 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control 31 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
32 whether module autoloading is on by default. 32 whether module autoloading is on by default.
33 [jnemeth 20140824] 33 [jnemeth 20140824]
34 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB. 34 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
35 The related changes to src/sys/conf require a rebuild of 35 The related changes to src/sys/conf require a rebuild of
36 config(1). [joerg 20140824] 36 config(1). [joerg 20140824]
37 zoneinfo: Import tzdata2014g. [apb 20140831] 37 zoneinfo: Import tzdata2014g. [apb 20140831]
38 wm(4): Add internal SERDES support for 82575 and newer controllers. 38 wm(4): Add internal SERDES support for 82575 and newer controllers.
39 [msaitoh 20140903] 39 [msaitoh 20140903]
40 or1k: Add new port. [matt 20140903] 40 or1k: Add new port. [matt 20140903]
41 awindma(4): Add support for Allwinner A10/A20 DMA controller. 41 awindma(4): Add support for Allwinner A10/A20 DMA controller.
42 [jmcneill 20140906] 42 [jmcneill 20140906]
43 awinac(4): Add support for Allwinner A10/A20 audio codec. 43 awinac(4): Add support for Allwinner A10/A20 audio codec.
44 [jmcneill 20140906] 44 [jmcneill 20140906]
45 awinrtc(4): Add support for Allwinner A10/A20 real-time clock. 45 awinrtc(4): Add support for Allwinner A10/A20 real-time clock.
46 [jmcneill 20140907] 46 [jmcneill 20140907]
47 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908] 47 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908]
48 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909] 48 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909]
49 rtsol(8): Removed in favour of dhcpcd. [roy 20140911] 49 rtsol(8): Removed in favour of dhcpcd. [roy 20140911]
50 rtsold(8): Removed in favour of dhcpcd. [roy 20140911] 50 rtsold(8): Removed in favour of dhcpcd. [roy 20140911]
51 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918] 51 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918]
52 arm: Add support for i.MX6 SoC. [ryo 20140925] 52 arm: Add support for i.MX6 SoC. [ryo 20140925]
53 gpt(8): Completed overhaul, including adding follwing subcommands: 53 gpt(8): Completed overhaul, including adding follwing subcommands:
54 resize, set, unset, backup, restore, and resizedisk. 54 resize, set, unset, backup, restore, and resizedisk.
55 [jnemeth 20140926] 55 [jnemeth 20140926]
56 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927] 56 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927]
57 mpt(4): added bio(4) support. [jmcneill 20140927] 57 mpt(4): added bio(4) support. [jmcneill 20140927]
58 gpt(8): added type subcommand to modify partition type. 58 gpt(8): added type subcommand to modify partition type.
59 [jnemeth 20140927] 59 [jnemeth 20140927]
60 zoneinfo: Import tzdata2014h. [apb 20141004] 60 zoneinfo: Import tzdata2014h. [apb 20141004]
61 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006] 61 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006]
62 libc: Update to tzcode2014h. [christos 20141007] 62 libc: Update to tzcode2014h. [christos 20141007]
63 file(1): Upgraded to 5.20. [christos 20141010] 63 file(1): Upgraded to 5.20. [christos 20141010]
64 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010] 64 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010]
65 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012] 65 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012]
66 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire 66 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire
67 Interface. [jmcneill 20141012] 67 Interface. [jmcneill 20141012]
68 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012] 68 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012]
69 awinrtc(4): Add support for Allwinner A31 real-time clock. 69 awinrtc(4): Add support for Allwinner A31 real-time clock.
70 [jmcneill 20141012] 70 [jmcneill 20141012]
71 awindma(4): Add support for Allwinner A31 DMA controller. 71 awindma(4): Add support for Allwinner A31 DMA controller.
72 [jmcneill 20141013] 72 [jmcneill 20141013]
73 awinac(4): Add support for Allwinner A31 audio codec. 73 awinac(4): Add support for Allwinner A31 audio codec.
74 [jmcneill 20141013] 74 [jmcneill 20141013]
75 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015] 75 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015]
76 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016] 76 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016]
77 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018] 77 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018]
78 OpenSSH: Imported 6.7. [christos 20141018] 78 OpenSSH: Imported 6.7. [christos 20141018]
79 resolvconf(8): Import openresolv-3.6.0 [roy 20141020] 79 resolvconf(8): Import openresolv-3.6.0 [roy 20141020]
80 gcc: Support -fsanitize=address [christos 20141022] 80 gcc: Support -fsanitize=address [christos 20141022]
81 zoneinfo: Import tzdata2014i. [apb 20141023] 81 zoneinfo: Import tzdata2014i. [apb 20141023]
82 libc: Update to tzcode2014i. [christos 20141023] 82 libc: Update to tzcode2014i. [christos 20141023]
83 openpam(3): update to 20140912 (ourouparia) [christos 20141024] 83 openpam(3): update to 20140912 (ourouparia) [christos 20141024]
84 pppd(8): updated to version 2.4.7. [christos 20141025] 84 pppd(8): updated to version 2.4.7. [christos 20141025]
85 acpi(4): Updated ACPICA to 20140926. [christos 20141025] 85 acpi(4): Updated ACPICA to 20140926. [christos 20141025]
86 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029] 86 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029]
87 resolvconf(8): Import openresolv-3.6.1 [roy 20141029] 87 resolvconf(8): Import openresolv-3.6.1 [roy 20141029]
88 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B. 88 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B.
89 [nonaka 20141029] 89 [nonaka 20141029]
90 flex(1): Import flex-2.5.37 [christos 20141029] 90 flex(1): Import flex-2.5.37 [christos 20141029]
91 iwn(4): Add support for Intel Centrino Wireless-N 91 iwn(4): Add support for Intel Centrino Wireless-N
92 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030] 92 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030]
93 awge(4): Add support for gigabit ethernet found on various 93 awge(4): Add support for gigabit ethernet found on various
94 Allwinner SOCs. [martin 20141101] 94 Allwinner SOCs. [martin 20141101]
95 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107] 95 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107]
96 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller. 96 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller.
97 [jmcneill 20141110] 97 [jmcneill 20141110]
98 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller. 98 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller.
99 [jmcneill 20141110] 99 [jmcneill 20141110]
100 awindebe(4): Add support for Allwinner A20/A31 Display engine 100 awindebe(4): Add support for Allwinner A20/A31 Display engine
101 backend (DE-BE). [jmcneill 20141110] 101 backend (DE-BE). [jmcneill 20141110]
102 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio 102 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio
103 controller. [jmcneill 20141111] 103 controller. [jmcneill 20141111]
104 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114] 104 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114]
105 awinir(4): Add support for Allwinner A20/A31 IR receiver. 105 awinir(4): Add support for Allwinner A20/A31 IR receiver.
106 [jmcneill 20141115] 106 [jmcneill 20141115]
107 zoneinfo: Import tzdata2014j. [apb 20141116] 107 zoneinfo: Import tzdata2014j. [apb 20141116]
108 libc: Update to tzcode2014j. [christos 20141117] 108 libc: Update to tzcode2014j. [christos 20141117]
109 libpcap: Import 1.6.2. [christos 20141119] 109 libpcap: Import 1.6.2. [christos 20141119]
110 tcpdump(8): Import 4.6.2. [christos 20141119] 110 tcpdump(8): Import 4.6.2. [christos 20141119]
111 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126] 111 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126]
112 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209] 112 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
113 bind: Import version 9.10.1-P1. [christos 20141209] 113 bind: Import version 9.10.1-P1. [christos 20141209]
114 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217] 114 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
115 powerpc: Switch to GCC 4.8. [matt 20141218] 115 powerpc: Switch to GCC 4.8. [matt 20141218]
116 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219] 116 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219]
117 ntp: Import ntp 4.2.8. [christos 20141219] 117 ntp: Import ntp 4.2.8. [christos 20141219]
118 midirecord(1): Add program to record MIDI files. [mrg 20141229] 118 midirecord(1): Add program to record MIDI files. [mrg 20141229]
119 file: update to 5.22 security limits [christos 20150102] 119 file: update to 5.22 security limits [christos 20150102]
120 byacc: update to 20141128 for more bison compat [christos 20150103] 120 byacc: update to 20141128 for more bison compat [christos 20150103]
121 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus 121 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus
122 graphics devices [macallan 20150106] 122 graphics devices [macallan 20150106]
123 gcc: Import GCC 4.8.4. [mrg 20150109] 123 gcc: Import GCC 4.8.4. [mrg 20150109]
124 openssl: Import openssl 1.0.1k [spz 20150113] 124 openssl: Import openssl 1.0.1k [spz 20150113]
125 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use) 125 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
126 nfs3 rpc support for amfs [christos 20150117] 126 nfs3 rpc support for amfs [christos 20150117]
127 arm: Add support for Zynq SoC. [hkenken 20150123] 127 arm: Add support for Zynq SoC. [hkenken 20150123]
128 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123] 128 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
129 blacklist: Added daemon and library [christos 20150125] 129 blacklist: Added daemon and library [christos 20150125]
130 libevent: Import libevent 2.0.22 [spz 20150129] 130 libevent: Import libevent 2.0.22 [spz 20150129]
131 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130] 131 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
132 zoneinfo: Import tzdata2015a. [apb 20150131] 132 zoneinfo: Import tzdata2015a. [apb 20150131]
133 libc: Import tzdata2015a. [christos 20150131] 133 libc: Import tzdata2015a. [christos 20150131]
134 bind: patch to version 9.10.1-P2. [spz 20150221] 134 bind: patch to version 9.10.1-P2. [spz 20150221]
135 network: introduce RTF_LOCAL for local address routes. [roy 20150226] 135 network: introduce RTF_LOCAL for local address routes. [roy 20150226]
 136 evbarm: Add support for RPI2. [skrll 20150304]