summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-26 23:29:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-26 23:29:37 +0000
commitcedd0cb8b80c2e6559213c2373417dd56f04094a (patch)
treeef60b4dd39935b68fca6a5dacb340652ad9b53ea /nuttx/ChangeLog
parentaf35036b945cb0f47c68bb47d9316500d12c6913 (diff)
downloadnuttx-cedd0cb8b80c2e6559213c2373417dd56f04094a.tar.gz
nuttx-cedd0cb8b80c2e6559213c2373417dd56f04094a.tar.bz2
nuttx-cedd0cb8b80c2e6559213c2373417dd56f04094a.zip
More patches/bugfixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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).
+