summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-02 19:57:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-02 19:57:52 +0000
commitc2bf95773d0f1fe32e28d269ac100a240849b6e4 (patch)
tree7b52c3598438fa217047a649dacee77294f4b06a /nuttx/ChangeLog
parente2e3677fedbc7199c8898a7d951327808973a47c (diff)
downloadpx4-nuttx-c2bf95773d0f1fe32e28d269ac100a240849b6e4.tar.gz
px4-nuttx-c2bf95773d0f1fe32e28d269ac100a240849b6e4.tar.bz2
px4-nuttx-c2bf95773d0f1fe32e28d269ac100a240849b6e4.zip
Add more low-level, thread-independent socket interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4445 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 30909237c..79919b917 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2522,3 +2522,8 @@
* include/nuttx/arch.h, configs/stm3240g-eval/src/up_cxxinitialize.c, and
configs/stm3240g-eval/src/up_cxxinitialize.c: Add support for C++ static
initializers.
+ * net/setsockopt.c, net/getsockopt.c, net/bind.c, net/socket.c: Add more
+ low level, thread-independent socket interfaces for use within the OS.
+ Some of these are currently used by the FTP controlling terminal. More will
+ be used to support the NFS file system currenly underwork.
+