Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-29 11:48:46 -06:00
parent 0deca5b039
commit 6ac0e90692
2 changed files with 4 additions and 0 deletions

View File

@ -9556,3 +9556,6 @@
interrupts are automatically restored when the wait happens. But
with CONFIG_NET_NOINTS=y, the wait blocks with the network locked --
bad style and also can lead to a deadlock condition (2015-01-28).
* net/local: Extend Unix domain socket support to include support
for datagram Unix domain sockets (2015-01-29).

View File

@ -969,6 +969,7 @@ Where <subdir> is one of the following:
CONFIG_NET_IPv4=y
CONFIG_NET_ARP=y
CONFIG_NET_ARP_SEND=y (optional)
CONFIG_NET_ICMP=y
CONFIG_NET_ICMP_PING=y