Mon May 16 07:37:45 2016 UTC ()
Mention fine-grained permissions and large pages on x86.


(maxv)
diff -r1.2161 -r1.2162 src/doc/CHANGES

cvs diff -r1.2161 -r1.2162 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2016/05/16 04:20:13 1.2161
+++ src/doc/CHANGES 2016/05/16 07:37:45 1.2162
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2161 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2162 $>
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]
@@ -279,13 +279,17 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -279,13 +279,17 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
279 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404] 279 route(8): route show doesn't contain nexthop caches [ozaki-r 20160404]
280 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404] 280 netstat(1): netstat -r doesn't contain nexthop caches [ozaki-r 20160404]
281 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410] 281 libutil: added pidfile_lock, pidfile_read, pidfile_read [roy 20160410]
282 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410] 282 dhcpcd(8): Import dhcpcd-6.10.2 [roy 20160410]
283 openresolv(8): Import openresolv-3.8.0 [roy 20160411] 283 openresolv(8): Import openresolv-3.8.0 [roy 20160411]
284 ddb(4): rename show arptab to show routes [ozaki-r 20160413] 284 ddb(4): rename show arptab to show routes [ozaki-r 20160413]
285 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420] 285 dhcpcd(8): Import dhcpcd-6.10.3 [roy 20160420]
286 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface 286 nvme(4): Add a driver for Non-Volatile Memory Host Controller Interface
287 devices, ported from OpenBSD. [nonaka 20160501] 287 devices, ported from OpenBSD. [nonaka 20160501]
288 ntp: Import ntp 4.2.8p7. [christos 20160501] 288 ntp: Import ntp 4.2.8p7. [christos 20160501]
289 openssl: Import openssl 1.0.1t - security fixes [christos 20160503] 289 openssl: Import openssl 1.0.1t - security fixes [christos 20160503]
290 acpi(4): Updated ACPICA to 20160422. [christos 20160504] 290 acpi(4): Updated ACPICA to 20160422. [christos 20160504]
291 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509] 291 dhcpcd(8): Import dhcpcd-6.11.0 [roy 20160509]
 292 x86: Map the kernel image segments independently with fine-grained
 293 permissions on amd64 and i386. [maxv 20160514]
 294 x86: Use processor-specific features to optimize memory access time to
 295 the kernel image on amd64 and i386. [maxv 20160515]