Mon Oct 3 01:04:36 2016 UTC ()
c11: Import cc(1) wrapper for C11


(kamil)
diff -r1.2188 -r1.2189 src/doc/CHANGES

cvs diff -r1.2188 -r1.2189 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2016/10/02 17:28:57 1.2188
+++ src/doc/CHANGES 2016/10/03 01:04:36 1.2189
@@ -1,370 +1,371 @@ @@ -1,370 +1,371 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2188 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2189 $>
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: Change arc4random(3) to use ChaCha20 and per-thread state. 108 libc: Change arc4random(3) to use ChaCha20 and per-thread state.
109 [riastradh 20141116] 109 [riastradh 20141116]
110 libc: Update to tzcode2014j. [christos 20141117] 110 libc: Update to tzcode2014j. [christos 20141117]
111 libpcap: Import 1.6.2. [christos 20141119] 111 libpcap: Import 1.6.2. [christos 20141119]
112 tcpdump(8): Import 4.6.2. [christos 20141119] 112 tcpdump(8): Import 4.6.2. [christos 20141119]
113 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126] 113 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126]
114 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209] 114 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
115 bind: Import version 9.10.1-P1. [christos 20141209] 115 bind: Import version 9.10.1-P1. [christos 20141209]
116 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217] 116 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
117 powerpc: Switch to GCC 4.8. [matt 20141218] 117 powerpc: Switch to GCC 4.8. [matt 20141218]
118 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219] 118 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219]
119 ntp: Import ntp 4.2.8. [christos 20141219] 119 ntp: Import ntp 4.2.8. [christos 20141219]
120 midirecord(1): Add program to record MIDI files. [mrg 20141229] 120 midirecord(1): Add program to record MIDI files. [mrg 20141229]
121 file: update to 5.22 security limits [christos 20150102] 121 file: update to 5.22 security limits [christos 20150102]
122 byacc: update to 20141128 for more bison compat [christos 20150103] 122 byacc: update to 20141128 for more bison compat [christos 20150103]
123 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus 123 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus
124 graphics devices [macallan 20150106] 124 graphics devices [macallan 20150106]
125 gcc: Import GCC 4.8.4. [mrg 20150109] 125 gcc: Import GCC 4.8.4. [mrg 20150109]
126 openssl: Import openssl 1.0.1k [spz 20150113] 126 openssl: Import openssl 1.0.1k [spz 20150113]
127 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use) 127 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
128 nfs3 rpc support for amfs [christos 20150117] 128 nfs3 rpc support for amfs [christos 20150117]
129 arm: Add support for Zynq SoC. [hkenken 20150123] 129 arm: Add support for Zynq SoC. [hkenken 20150123]
130 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123] 130 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
131 blacklist: Added daemon and library [christos 20150125] 131 blacklist: Added daemon and library [christos 20150125]
132 libevent: Import libevent 2.0.22 [spz 20150129] 132 libevent: Import libevent 2.0.22 [spz 20150129]
133 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130] 133 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
134 zoneinfo: Import tzdata2015a. [apb 20150131] 134 zoneinfo: Import tzdata2015a. [apb 20150131]
135 libc: Import tzcode2015a. [christos 20150131] 135 libc: Import tzcode2015a. [christos 20150131]
136 bind: patch to version 9.10.1-P2. [spz 20150221] 136 bind: patch to version 9.10.1-P2. [spz 20150221]
137 network: introduce RTF_LOCAL for local address routes. [roy 20150226] 137 network: introduce RTF_LOCAL for local address routes. [roy 20150226]
138 evbarm: Add support for RPI2. [skrll 20150304] 138 evbarm: Add support for RPI2. [skrll 20150304]
139 evbarm: Add support for ODROID-C1. [jmcneill 20150304] 139 evbarm: Add support for ODROID-C1. [jmcneill 20150304]
140 dtrace: Add syscall support [christos 20150307] 140 dtrace: Add syscall support [christos 20150307]
141 dtrace: Add lockstat support [riastradh, christos 20150308] 141 dtrace: Add lockstat support [riastradh, christos 20150308]
142 zoneinfo: Import tzdata2015b. [apb 20150321] 142 zoneinfo: Import tzdata2015b. [apb 20150321]
143 openssl: Import openssl 1.0.1m [spz 20150323] 143 openssl: Import openssl 1.0.1m [spz 20150323]
144 libc: Update to tzcode2015b. [christos 20150324] 144 libc: Update to tzcode2015b. [christos 20150324]
145 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327] 145 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327]
146 libpcap: Import 1.7.2. [christos 20150331] 146 libpcap: Import 1.7.2. [christos 20150331]
147 tcpdump(8): Import 4.7.3. [christos 20150331] 147 tcpdump(8): Import 4.7.3. [christos 20150331]
148 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401] 148 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401]
149 OpenSSH: Imported 6.8. [christos 20150403] 149 OpenSSH: Imported 6.8. [christos 20150403]
150 btmagic(4): add Magic Trackpad support [bouyer 20150406] 150 btmagic(4): add Magic Trackpad support [bouyer 20150406]
151 ntp: Import ntp 4.2.8p2. [christos 20150407] 151 ntp: Import ntp 4.2.8p2. [christos 20150407]
152 acpi(4): Updated ACPICA to 20150410. [christos 20150413] 152 acpi(4): Updated ACPICA to 20150410. [christos 20150413]
153 evbarm: add a driver for EDMA controller on AM335x SoC. 153 evbarm: add a driver for EDMA controller on AM335x SoC.
154 Add DMA support to the sdhc controllers on AM335x SoC. 154 Add DMA support to the sdhc controllers on AM335x SoC.
155 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414] 155 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414]
156 xz(1): Import of XZ 5.2.1. [christos 20150417] 156 xz(1): Import of XZ 5.2.1. [christos 20150417]
157 x86: Support MSI/MSI-X. [knakahara 20150427] 157 x86: Support MSI/MSI-X. [knakahara 20150427]
158 libc: Update to tzcode2015d. [christos 20150428] 158 libc: Update to tzcode2015d. [christos 20150428]
159 openresolv(8): Import openresolv-3.7.0 [roy 20150501] 159 openresolv(8): Import openresolv-3.7.0 [roy 20150501]
160 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED. 160 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED.
161 IPV4 addresses now perform DAD using ARP as described in 161 IPV4 addresses now perform DAD using ARP as described in
162 RFC 5227. [roy 20150502] 162 RFC 5227. [roy 20150502]
163 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517] 163 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517]
164 FFS: General improvements in the superblock parser. [maxv 20150523] 164 FFS: General improvements in the superblock parser. [maxv 20150523]
165 openssl: Import openssl 1.0.1n [christos 20150612] 165 openssl: Import openssl 1.0.1n [christos 20150612]
166 openssl: Import openssl 1.0.1o [christos 20150616] 166 openssl: Import openssl 1.0.1o [christos 20150616]
167 zoneinfo: Import tzdata2015e. [apb 20150621] 167 zoneinfo: Import tzdata2015e. [apb 20150621]
168 nfssvc(2): Support 32-bit system calls for the NFS server. 168 nfssvc(2): Support 32-bit system calls for the NFS server.
169 [mrg 20150622] 169 [mrg 20150622]
170 gcc: Import GCC 4.8.5. [mrg 20150624] 170 gcc: Import GCC 4.8.5. [mrg 20150624]
171 OpenSSH: Imported 6.9. [christos 20150630] 171 OpenSSH: Imported 6.9. [christos 20150630]
172 bind: Import version 9.10.2-P2. [christos 20150708] 172 bind: Import version 9.10.2-P2. [christos 20150708]
173 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709] 173 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709]
174 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709] 174 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709]
175 openssl: Import openssl 1.0.1p [christos 20150709] 175 openssl: Import openssl 1.0.1p [christos 20150709]
176 ntp: Import ntp 4.2.8p3. [christos 20150710] 176 ntp: Import ntp 4.2.8p3. [christos 20150710]
177 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725] 177 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725]
178 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725] 178 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725]
179 bind: Import version 9.10.2-P3. [christos 20150728] 179 bind: Import version 9.10.2-P3. [christos 20150728]
180 kernel: Several bug fixes and improvements in the PaX subsystem. 180 kernel: Several bug fixes and improvements in the PaX subsystem.
181 [maxv 20150804] 181 [maxv 20150804]
182 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes. 182 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes.
183 [jmcneill 20150808] 183 [jmcneill 20150808]
184 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 184 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
185 [jmcneill 20150808] 185 [jmcneill 20150808]
186 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 186 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
187 [jmcneill 20150808] 187 [jmcneill 20150808]
188 zoneinfo: Import tzdata2015f. [apb 20150811] 188 zoneinfo: Import tzdata2015f. [apb 20150811]
189 OpenSSH: Imported 7.0. [christos 20150813] 189 OpenSSH: Imported 7.0. [christos 20150813]
190 libc: Update to tzcode2015f. [christos 20150813] 190 libc: Update to tzcode2015f. [christos 20150813]
191 intrctl(8): Add interrupt distribution control utility. 191 intrctl(8): Add interrupt distribution control utility.
192 [knakahara 20150817] 192 [knakahara 20150817]
193 gdb(1): Updated to 7.9.1. [christos 20150818] 193 gdb(1): Updated to 7.9.1. [christos 20150818]
194 acpi(4): Updated ACPICA to 20150717. [christos 20150818] 194 acpi(4): Updated ACPICA to 20150717. [christos 20150818]
195 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818] 195 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818]
196 OpenSSH: Imported 7.1. [christos 20150821] 196 OpenSSH: Imported 7.1. [christos 20150821]
197 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821] 197 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821]
198 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE 198 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE
199 802.11b/g/n wireless network devices, ported from OpenBSD. 199 802.11b/g/n wireless network devices, ported from OpenBSD.
200 [nonaka 20150827] 200 [nonaka 20150827]
201 arp(4): Remove net.inet.arp.{prune,refresh} sysctl. [ozaki-r 20150831] 201 arp(4): Remove net.inet.arp.{prune,refresh} sysctl. [ozaki-r 20150831]
202 bind: Import version 9.10.2-P4. [christos 20150903] 202 bind: Import version 9.10.2-P4. [christos 20150903]
203 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904] 203 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
204 ftp(1): SNI support for https. [wiz 20150912] 204 ftp(1): SNI support for https. [wiz 20150912]
205 netstat(1): Now knows how tall the display is. [mrg 20150919] 205 netstat(1): Now knows how tall the display is. [mrg 20150919]
206 libproc, librtld_db: Added from FreeBSD [christos 20150924] 206 libproc, librtld_db: Added from FreeBSD [christos 20150924]
207 dtrace: Updated from FreeBSD [christos 20150924] 207 dtrace: Updated from FreeBSD [christos 20150924]
208 resolvconf: Import openresolv-3.7.1 [roy 20150929] 208 resolvconf: Import openresolv-3.7.1 [roy 20150929]
209 x86: Add PCI Extended Configuration Space support [nonaka 20151002] 209 x86: Add PCI Extended Configuration Space support [nonaka 20151002]
210 pci(3): Decode Extended Capability in PCI Extended Configuration Space. 210 pci(3): Decode Extended Capability in PCI Extended Configuration Space.
211 [nonaka 20151002] 211 [nonaka 20151002]
212 lua: Updated to Lua 5.3.1 [mbalmer 20151008] 212 lua: Updated to Lua 5.3.1 [mbalmer 20151008]
213 libc: Update to tzcode2015g. [christos 20151009] 213 libc: Update to tzcode2015g. [christos 20151009]
214 wm(4): Support RX multiqueue. [knakahara,msaitoh 20151013] 214 wm(4): Support RX multiqueue. [knakahara,msaitoh 20151013]
215 ntp: Import ntp 4.2.8p4. [christos 20151023] 215 ntp: Import ntp 4.2.8p4. [christos 20151023]
216 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030] 216 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
217 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101] 217 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]
218 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run() 218 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run()
219 to be run by multiple threads each thread handling the fd's it 219 to be run by multiple threads each thread handling the fd's it
220 created. Provide support for a poll based svc_run() and the 220 created. Provide support for a poll based svc_run() and the
221 global variables svc_pollfd and svc_pollfd_max. 221 global variables svc_pollfd and svc_pollfd_max.
222 [christos 20151107] 222 [christos 20151107]
223 amiga: wsdisplay(4) virtual terminals are working on CV64 and 223 amiga: wsdisplay(4) virtual terminals are working on CV64 and
224 CV64/3D. [phx 20151112] 224 CV64/3D. [phx 20151112]
225 amiga: Build the Xorg server with wsfb(4) driver. 225 amiga: Build the Xorg server with wsfb(4) driver.
226 Added wsfb(4) support for CV64 and CV64/3D graphics cards. 226 Added wsfb(4) support for CV64 and CV64/3D graphics cards.
227 [phx 20151112] 227 [phx 20151112]
228 cpuctl(8): Most commands can specify more than one CPU now. 228 cpuctl(8): Most commands can specify more than one CPU now.
229 [mrg 20151115] 229 [mrg 20151115]
230 ndp: net.inet6.ip6.neighborgcthresh is now per interface basis. 230 ndp: net.inet6.ip6.neighborgcthresh is now per interface basis.
231 [ozaki-r 20151125] 231 [ozaki-r 20151125]
232 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130] 232 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130]
233 openssl: Import openssl 1.0.1q [christos 20151206] 233 openssl: Import openssl 1.0.1q [christos 20151206]
234 network: Packet input processing (except for bpf) never runs in 234 network: Packet input processing (except for bpf) never runs in
235 hardware interrupt. [ozaki-r 20160209] 235 hardware interrupt. [ozaki-r 20160209]
236 ip6addrctl: Import from FreeBSD [christos 20151212] 236 ip6addrctl: Import from FreeBSD [christos 20151212]
237 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor 237 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor
238 [jdc 20151216] 238 [jdc 20151216]
239 bind: Import version 9.10.3-P2. [christos 20151216] 239 bind: Import version 9.10.3-P2. [christos 20151216]
240 mdocml: Import 1.13.3. [christos 20151217] 240 mdocml: Import 1.13.3. [christos 20151217]
241 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218] 241 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218]
242 x86: Add support for SMEP on amd64 and i386. [maxv 20151219] 242 x86: Add support for SMEP on amd64 and i386. [maxv 20151219]
243 raidframe: Now built as a kernel module; it can be built-in at 243 raidframe: Now built as a kernel module; it can be built-in at
244 kernel build time, or (for MODULAR kernels) loaded as 244 kernel build time, or (for MODULAR kernels) loaded as
245 needed. [pgoyette 20151226] 245 needed. [pgoyette 20151226]
246 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 246 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
247 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 247 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
248 ismt(4): Add another Intel Chipset internal SMBus driver. 248 ismt(4): Add another Intel Chipset internal SMBus driver.
249 [msaitoh 20160105] 249 [msaitoh 20160105]
250 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107] 250 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107]
251 ntp: Import ntp 4.2.8p5. [christos 20160108] 251 ntp: Import ntp 4.2.8p5. [christos 20160108]
252 flex(1): Import flex-2.6.0 [christos 20160109] 252 flex(1): Import flex-2.6.0 [christos 20160109]
253 acpi(4): Updated ACPICA to 20160108. [christos 20160109] 253 acpi(4): Updated ACPICA to 20160108. [christos 20160109]
254 byacc: update to 20150711 [christos 20160109] 254 byacc: update to 20150711 [christos 20160109]
255 tmux(1): Import of tmux 2.1 [christos 20160110] 255 tmux(1): Import of tmux 2.1 [christos 20160110]
256 dhcp: Import version 4.3.3. [christos 20160110] 256 dhcp: Import version 4.3.3. [christos 20160110]
257 gettext: Upgrade to 0.16.1 [christos 20160112] 257 gettext: Upgrade to 0.16.1 [christos 20160112]
258 bind: Import version 9.10.3-P3. [christos 20160119] 258 bind: Import version 9.10.3-P3. [christos 20160119]
259 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120] 259 dhcpcd: Import dhcpcd 6.10.1. [roy 20160120]
260 lua: Updated to 5.3.2 [lneto 20160128] 260 lua: Updated to 5.3.2 [lneto 20160128]
261 openssl: Import openssl 1.0.1r [christos 20160130] 261 openssl: Import openssl 1.0.1r [christos 20160130]
262 gdb(1): Updated to 7.10.1. [christos 20160202] 262 gdb(1): Updated to 7.10.1. [christos 20160202]
263 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219] 263 elftoolchain: Import FreeBSD-2016-02-19. [christos 20160219]
264 openresolv: Import openresolv-3.7.3. [roy 20160222] 264 openresolv: Import openresolv-3.7.3. [roy 20160222]
265 mv(1): Add SIGINFO support. [mrg 20160228] 265 mv(1): Add SIGINFO support. [mrg 20160228]
266 openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2 266 openssl: Import openssl 1.0.1s - disable weak (export) ciphers and SSLv2
267 [christos 20160301] 267 [christos 20160301]
268 bind: Import version 9.10.3-P4. [christos 20160309] 268 bind: Import version 9.10.3-P4. [christos 20160309]
269 OpenSSH: Imported 7.2. [christos 20160310] 269 OpenSSH: Imported 7.2. [christos 20160310]
270 libc: Update to tzcode2016b. [christos 20160315] 270 libc: Update to tzcode2016b. [christos 20160315]
271 zoneinfo: Import tzdata2016b. [christos 20160315] 271 zoneinfo: Import tzdata2016b. [christos 20160315]
272 wpa_supplicant(8): Added interface matching rules [roy 20160323] 272 wpa_supplicant(8): Added interface matching rules [roy 20160323]
273 lua: Applied second and third patch from http://lua.org/bugs.html 273 lua: Applied second and third patch from http://lua.org/bugs.html
274 [mbalmer 20160325] 274 [mbalmer 20160325]
275 network: Drop the concept of cloning/cloned routes [ozaki-r 20160404] 275 network: Drop the concept of cloning/cloned routes [ozaki-r 20160404]
276 network: Remove RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and 276 network: Remove RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and
277 RTM_RESOLVE [ozaki-r 20160404] 277 RTM_RESOLVE [ozaki-r 20160404]
278 network: Add RTF_CONNECTED as a substitute of RTF_CLONING 278 network: Add RTF_CONNECTED as a substitute of RTF_CLONING
279 [ozaki-r 20160404] 279 [ozaki-r 20160404]
280 route(8): Remove -xresolve, -[no]cloned and -llinfo options and add 280 route(8): Remove -xresolve, -[no]cloned and -llinfo options and add
281 [no]connected option (same as -[no]cloning) [ozaki-r 20160404] 281 [no]connected option (same as -[no]cloning) [ozaki-r 20160404]
282 route(8): Remove 'c' and 'L' flags and 'C' is now for connected routes 282 route(8): Remove 'c' and 'L' flags and 'C' is now for connected routes
283 [ozaki-r 20160404] 283 [ozaki-r 20160404]
284 netstat(1): Remove 'c' and 'L' flags and 'C' is now for connected routes 284 netstat(1): Remove 'c' and 'L' flags and 'C' is now for connected routes
285 [ozaki-r 20160404] 285 [ozaki-r 20160404]
286 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404] 286 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404]
287 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404] 287 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404]
288 network: Separate nexthop caches from routing table. [ozaki-r 20160404] 288 network: Separate nexthop caches from routing table. [ozaki-r 20160404]
289 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410] 289 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410]
290 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410] 290 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410]
291 openresolv(8): Import openresolv-3.8.0 [roy 20160411] 291 openresolv(8): Import openresolv-3.8.0 [roy 20160411]
292 ddb(4): rename show arptab to show routes [ozaki-r 20160413] 292 ddb(4): rename show arptab to show routes [ozaki-r 20160413]
293 bridge(4): Device is now MP-safe. [ozaki-r 20150108] 293 bridge(4): Device is now MP-safe. [ozaki-r 20150108]
294 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420] 294 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420]
295 usb(4) subsystem: Merge nick-nhusb [skrll 20160423] 295 usb(4) subsystem: Merge nick-nhusb [skrll 20160423]
296 - API / infra changes to support memory management changes. 296 - API / infra changes to support memory management changes.
297 - Memory management improvements and bug fixes. 297 - Memory management improvements and bug fixes.
298 - HCDs should now be MP safe 298 - HCDs should now be MP safe
299 - conversion to KERNHIST based debug 299 - conversion to KERNHIST based debug
300 - FS/LS isoc support on ehci(4). 300 - FS/LS isoc support on ehci(4).
301 - conversion to kmem(9) 301 - conversion to kmem(9)
302 - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). 302 - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash).
303 - interrupt transfers now get proper DMA operations 303 - interrupt transfers now get proper DMA operations
304 - general bug fixes 304 - general bug fixes
305 - kern/48308 305 - kern/48308
306 - uhub status notification improvements 306 - uhub status notification improvements
307 - umass(4) probe fix (applied to HEAD already) 307 - umass(4) probe fix (applied to HEAD already)
308 - ohci(4) short transfer fix 308 - ohci(4) short transfer fix
309 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface 309 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface
310 devices, ported from OpenBSD. [nonaka 20160501] 310 devices, ported from OpenBSD. [nonaka 20160501]
311 ntp: Import ntp 4.2.8p7. [christos 20160501] 311 ntp: Import ntp 4.2.8p7. [christos 20160501]
312 openssl: Import openssl 1.0.1t - security fixes [christos 20160503] 312 openssl: Import openssl 1.0.1t - security fixes [christos 20160503]
313 acpi(4): Updated ACPICA to 20160422. [christos 20160504] 313 acpi(4): Updated ACPICA to 20160422. [christos 20160504]
314 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509] 314 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509]
315 x86: Map the kernel image segments independently with fine-grained 315 x86: Map the kernel image segments independently with fine-grained
316 permissions on amd64 and i386 (W^X). [maxv 20160514] 316 permissions on amd64 and i386 (W^X). [maxv 20160514]
317 x86: Use processor-specific features to optimize memory access time to 317 x86: Use processor-specific features to optimize memory access time to
318 the kernel image on amd64 and i386. [maxv 20160515] 318 the kernel image on amd64 and i386. [maxv 20160515]
319 arm: Add support for i.MX7 SoC. [ryo 20160517] 319 arm: Add support for i.MX7 SoC. [ryo 20160517]
320 wm(4): Support TX multiqueue. [knakahara 20160519] 320 wm(4): Support TX multiqueue. [knakahara 20160519]
321 bind: Import version 9.10.4-P1. [christos 20160526] 321 bind: Import version 9.10.4-P1. [christos 20160526]
322 network: Change hostzerobroadcast default to "no". This has has been 322 network: Change hostzerobroadcast default to "no". This has has been
323 the default for many years (broadcast to all ones instead to 323 the default for many years (broadcast to all ones instead to
324 all zeroes), but might affect some really old machines out 324 all zeroes), but might affect some really old machines out
325 there [christos 20160527] 325 there [christos 20160527]
326 zoneinfo: Import tzdata2016d. [agc 20160531] 326 zoneinfo: Import tzdata2016d. [agc 20160531]
327 ntp: Import ntp 4.2.8p8. [christos 20160603] 327 ntp: Import ntp 4.2.8p8. [christos 20160603]
328 ext2fs: Add ext4 extent support from FreeBSD, ported and contributed by 328 ext2fs: Add ext4 extent support from FreeBSD, ported and contributed by
329 Hrishikesh Goyal (GSoc 2016) [christos 20160603] 329 Hrishikesh Goyal (GSoc 2016) [christos 20160603]
330 sys_info: Import a script to return version information for system 330 sys_info: Import a script to return version information for system
331 libraries and utilities [agc 20160604] 331 libraries and utilities [agc 20160604]
332 nvmectl(8): Added NVM Express control utility. [nonaka 20160604] 332 nvmectl(8): Added NVM Express control utility. [nonaka 20160604]
333 dhcpcd(8): Import dhcpcd-6.11.1. [roy 20160617] 333 dhcpcd(8): Import dhcpcd-6.11.1. [roy 20160617]
334 ext2fs: Add ext4 htree index support from FreeBSD, ported and 334 ext2fs: Add ext4 htree index support from FreeBSD, ported and
335 contributed by Hrishikesh Goyal (GSoc 2016). [christos 20160624] 335 contributed by Hrishikesh Goyal (GSoc 2016). [christos 20160624]
336 mdocml: Import 1.13.4. [christos 20160715] 336 mdocml: Import 1.13.4. [christos 20160715]
337 acpi(4): Updated ACPICA to 20160527. [christos 20160718] 337 acpi(4): Updated ACPICA to 20160527. [christos 20160718]
338 kernel: Use fine-grained permissions for kernel modules segments 338 kernel: Use fine-grained permissions for kernel modules segments
339 (W^X). [maxv 20160720] 339 (W^X). [maxv 20160720]
340 amd64: Prevent NULL from being mappable in kernel mode. [maxv 20160722] 340 amd64: Prevent NULL from being mappable in kernel mode. [maxv 20160722]
341 amd64: Use fine-grained permissions for architecture-specific memory 341 amd64: Use fine-grained permissions for architecture-specific memory
342 areas (W^X). [maxv 20160725] 342 areas (W^X). [maxv 20160725]
343 sdtemp(4): Add support for Atmel AT30TS00, AT30TSE004, Giantec 343 sdtemp(4): Add support for Atmel AT30TS00, AT30TSE004, Giantec
344 GT30TS00, GT34TS02, Microchip MCP9804, MCP98244, IDT 344 GT30TS00, GT34TS02, Microchip MCP9804, MCP98244, IDT
345 TS3000GB[02], TS3001GB2, TSE200[24]GB2 and On Semiconductor 345 TS3000GB[02], TS3001GB2, TSE200[24]GB2 and On Semiconductor
346 CAT34TS04. [msaitoh 20160726] 346 CAT34TS04. [msaitoh 20160726]
347 sdtemp(4): Add JEDEC TSE2004av support. [msaitoh 20160728] 347 sdtemp(4): Add JEDEC TSE2004av support. [msaitoh 20160728]
348 OpenSSH: Imported 7.3. [christos 20160802] 348 OpenSSH: Imported 7.3. [christos 20160802]
349 xen: Map the kernel image segments independently with fine-grained 349 xen: Map the kernel image segments independently with fine-grained
350 permissions (W^X). [maxv 20160802] 350 permissions (W^X). [maxv 20160802]
351 ext2fs: Add ext4 extra_inode support. [jdolecek 20160603] 351 ext2fs: Add ext4 extra_inode support. [jdolecek 20160603]
352 kernel: Provide an efficient way to prevent NULL from being mappable 352 kernel: Provide an efficient way to prevent NULL from being mappable
353 in userland processes. [maxv 20160806] 353 in userland processes. [maxv 20160806]
354 ext2fs: Actually fill file type for readdir(4) and friends. 354 ext2fs: Actually fill file type for readdir(4) and friends.
355 [jdolecek 20160615] 355 [jdolecek 20160615]
356 zoneinfo: Import tzdata2016f. [kre 20160807] 356 zoneinfo: Import tzdata2016f. [kre 20160807]
357 ext2fs: Add read-only ext4 extended attribute support. 357 ext2fs: Add read-only ext4 extended attribute support.
358 [jdolecek 20160612] 358 [jdolecek 20160612]
359 dhcpcd(8): Import dhcpcd-6.11.3. [roy 20160815] 359 dhcpcd(8): Import dhcpcd-6.11.3. [roy 20160815]
360 ext2fs: Add ext4 dir_nlink support, supporting up to 64000 file hard 360 ext2fs: Add ext4 dir_nlink support, supporting up to 64000 file hard
361 links, and unlimited directory links. [jdolecek 20160615] 361 links, and unlimited directory links. [jdolecek 20160615]
362 unbound: Import 1.5.9. [christos 20160820] 362 unbound: Import 1.5.9. [christos 20160820]
363 ext2fs: Add ext4 gdt_csum/uninit_bg support. [jdolecek 20160615] 363 ext2fs: Add ext4 gdt_csum/uninit_bg support. [jdolecek 20160615]
364 tmux(1): Import of tmux 2.2 [christos 20160831] 364 tmux(1): Import of tmux 2.2 [christos 20160831]
365 lua: updated to 5.3.3 and applied all three patches from  365 lua: updated to 5.3.3 and applied all three patches from
366 http://lua.org/bugs.html [salazar 20160908] 366 http://lua.org/bugs.html [salazar 20160908]
367 libc: Update to tzcode2016f. [christos 20160916] 367 libc: Update to tzcode2016f. [christos 20160916]
368 nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918] 368 nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918]
369 zoneinfo: Import tzdata2016g. [kre 20160929] 369 zoneinfo: Import tzdata2016g. [kre 20160929]
370 libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002] 370 libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002]
 371 c11: Import cc(1) wrapper for C11 [kamil 20161003]