From ce9b97b8f5847d93162f67562197292504593013 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 26 Aug 2012 23:29:37 +0000 Subject: More patches/bugfixes from Kate git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5056 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index cb7f4079d..c4e914658 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3185,3 +3185,11 @@ This list handling was probably causing errors reported by Mike Smith * sched/sched_waitpid.c: Fix a possible issue with logic logic that should be brought into a critical section (suggested by Mike Smith) + * sched/sched_setuptaskfiles.c: Should be 'struct socket' not + 'struct sockets'. How did this compile before? (found by Kate) + * syscall/syscall.csv: Fix prototype for usleep() and prctl() (also + from Kate). + * arch/arm/src/lpc17xx/lpc17_ethernet.c: Conditionally elide setting PHY + speed/duplex. This does not work for certain PHYs. Still some unresolved + issues (also from Kate). + -- cgit v1.2.3