From 6a203c783d589e00c925fff16b3fc4232243ab2f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 24 Jun 2014 15:39:30 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 987f1c4516..0dcf301a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7464,7 +7464,6 @@ * net/ and include/nutt/net (many files): Conversion of the TCP write buffering logic to use I/O buffer chains (not tested on initial check-in) (2014-6-22). - * include/time.h and sched/clock_gettime.c: Fix typo in conditional compilation: CONFIG_CLOCK_MONOTONIC vs. CLOCK_MONOTONIC. From Manuel Stühn (2014-6-23). @@ -7513,3 +7512,5 @@ * net/iob: Add support for throttling read-ahead buffering if the read-ahead buffering is competing with write buffering for I/O buffers (2014-6-24). + * net/: Many files changed. Convert existing TCP read-ahead logic + to use I/O buffer chains (2014-6-24).