From 6ac0e906923b98a2994210a91aa2c15c6e26ce88 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 29 Jan 2015 11:48:46 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ configs/dk-tm4c129x/README.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index e79c3a46ea..c4ac320330 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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). + diff --git a/configs/dk-tm4c129x/README.txt b/configs/dk-tm4c129x/README.txt index 695797e0ec..0c8075a2be 100644 --- a/configs/dk-tm4c129x/README.txt +++ b/configs/dk-tm4c129x/README.txt @@ -969,6 +969,7 @@ Where 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