From 299362d88cbdd89d7d3bf2da946bb81c7d6f6201 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Sep 2014 09:30:44 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3d28248fb..e2f1f562cf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8669,3 +8669,9 @@ * arch/arm/src/armv7-a/addrenv.h, arm_addrenv_shm.c, arm_addrenv_utils.c, and pgalloc.h: This completes the implementation of shared memory support for the Cortex-A platforms (2014-9-24). + * fs/fs_poll.c: Fix unnecessary delays and timing jitter in the + implementation of poll(): No delay if timeout is zero; If timeout is + greater than zero, first check if events are already pending events + before starting the delay. From Johannes Hampel (2014-9-25). + * drivers/mtd/at45db.c: In at45db_bwrite , the buffer is not increased + when writing more than 1 page. Sourceforge bug #34 (2014-9-25).