Mention TI-RPC changes.

This commit is contained in:
christos 2015-11-07 23:16:00 +00:00
parent 58d11ee7bb
commit 70a08afc24

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2111 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2112 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -210,3 +210,8 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
ntp: Import ntp 4.2.8p4. [christos 20151023]
vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]
libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run()
to be run by multiple threads each thread handling the fd's it
created. Provide support for a poll based svc_run() and the
global variables svc_pollfd and svc_pollfd_max.
[christos 20151107]