From c2bf95773d0f1fe32e28d269ac100a240849b6e4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 2 Mar 2012 19:57:52 +0000 Subject: 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 --- nuttx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/ChangeLog') 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. + -- cgit v1.2.3