Sat Nov 7 23:16:00 2015 UTC ()
Mention TI-RPC changes.


(christos)
diff -r1.2111 -r1.2112 src/doc/CHANGES

cvs diff -r1.2111 -r1.2112 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2015/11/02 00:50:47 1.2111
+++ src/doc/CHANGES 2015/11/07 23:16:00 1.2112
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2111 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2112 $>
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]
@@ -200,13 +200,18 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -200,13 +200,18 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
200 ftp(1): SNI support for https. [wiz 20150912] 200 ftp(1): SNI support for https. [wiz 20150912]
201 netstat(1): Now knows how tall the display is. [mrg 20150919] 201 netstat(1): Now knows how tall the display is. [mrg 20150919]
202 libproc, librtld_db: Added from FreeBSD [christos 20150924] 202 libproc, librtld_db: Added from FreeBSD [christos 20150924]
203 dtrace: Updated from FreeBSD [christos 20150924] 203 dtrace: Updated from FreeBSD [christos 20150924]
204 resolvconf: Import openresolv-3.7.1 [roy 20150929] 204 resolvconf: Import openresolv-3.7.1 [roy 20150929]
205 x86: Add PCI Extended Configuration Space support [nonaka 20151002] 205 x86: Add PCI Extended Configuration Space support [nonaka 20151002]
206 pci(3): Decode Extended Capability in PCI Extended Configuration Space. 206 pci(3): Decode Extended Capability in PCI Extended Configuration Space.
207 [nonaka 20151002] 207 [nonaka 20151002]
208 lua: Updated to Lua 5.3.1 [mbalmer 20151008] 208 lua: Updated to Lua 5.3.1 [mbalmer 20151008]
209 libc: Update to tzcode2015g. [christos 20151009] 209 libc: Update to tzcode2015g. [christos 20151009]
210 ntp: Import ntp 4.2.8p4. [christos 20151023] 210 ntp: Import ntp 4.2.8p4. [christos 20151023]
211 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030] 211 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
212 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101] 212 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]
 213 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run()
 214 to be run by multiple threads each thread handling the fd's it
 215 created. Provide support for a poll based svc_run() and the
 216 global variables svc_pollfd and svc_pollfd_max.
 217 [christos 20151107]