summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-30 14:37:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-30 14:37:04 -0600
commit58f64ee43dbc72698ba12973b8681cc170cf0f20 (patch)
tree1eac873c64e53a6e3a29c22c2425f71b87e6ac2c /nuttx/ChangeLog
parentede78e57dc5070c8e58cdf08f3296d5182c63ef9 (diff)
downloadnuttx-58f64ee43dbc72698ba12973b8681cc170cf0f20.tar.gz
nuttx-58f64ee43dbc72698ba12973b8681cc170cf0f20.tar.bz2
nuttx-58f64ee43dbc72698ba12973b8681cc170cf0f20.zip
net/net_sendfile: High performance sendfile is now functional. From Max Holtzberg
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9b9274576..5f94183bd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5684,3 +5684,6 @@
* configs/freedom-kl25z/minnsh: A new configuration that is
an experiement to see how small we can get the NuttX footprint.
From Carvalho de Assis. (2013-9-30).
+ * net/net_sendfile: The high performance sendfile logic is
+ now functional. From Max Holtzberg (2013-9-30).
+