summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 16:40:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 16:40:49 +0000
commit074c81dde834a56b4be1b8bcc5c8132aa9e64f6a (patch)
tree2988a3b0c99baa98009bfeb619bfb9e0f20f8faf /nuttx/ChangeLog
parentecd3b8c85c7faf6f4317856f90bdd64cb57e1afc (diff)
downloadnuttx-074c81dde834a56b4be1b8bcc5c8132aa9e64f6a.tar.gz
nuttx-074c81dde834a56b4be1b8bcc5c8132aa9e64f6a.tar.bz2
nuttx-074c81dde834a56b4be1b8bcc5c8132aa9e64f6a.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2009 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 077dccadc..72c1f89e7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -821,12 +821,21 @@
be controlled by the .config file or the OSTest won't work on platforms
with memory constraints.
* netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTTP server.
- See http://acme.com/software/thttpd/.
+ See http://acme.com/software/thttpd/.
* examples/thttpd: A basic test program for THTTPD
* configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint
Eagle-100 LMS6918 (Cortex-M3) board.
+ * configs/ntosd-dm320/thttpd: A build configuration for THTTPD on the Neuros
+ DM320 platform.
* lib/: Added strstr() and strpbrk().
* net/recvfrom.c: Sockets now support some non-blocking operations --
specifically only for TCP/IP read operations when read-ahead buffering
is enabled.
+ * fs/fs_fcntl.c and net/net_vfcntl.c: Minimal support provided for fcntl().
+ It can, at least, be used to mark sockets as blocking or non-blocking.
+ * net/net_close.c: Fix bug in close(). If reference count not set to zero
+ then uip_tcpfree() will assert when DEBUG is enabled.
+ * net/accept.c: Fix bug in accept(). The logic expected parts of the
+ return address structure to be initialized or it would return an error.
+