Sun Oct 2 17:28:57 2016 UTC ()
libc: Add <stdalign.h> and <stdnoreturn.h>.

These headers conform C1x (ISO/IEC 9899:201x).


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

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

--- src/doc/CHANGES 2016/09/29 20:44:06 1.2187
+++ src/doc/CHANGES 2016/10/02 17:28:57 1.2188
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2187 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2188 $>
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]
@@ -357,13 +357,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -357,13 +357,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
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]