summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 13:57:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 13:57:16 -0600
commit226161570bd36895918cb8d80aec864b06ed5c09 (patch)
tree78e5d23905e63cd24c54e5580d16b2b19cfe150d /nuttx/ChangeLog
parent8e2b79c8ef31e80651c6a3513e7c957ccfe18085 (diff)
downloadnuttx-226161570bd36895918cb8d80aec864b06ed5c09.tar.gz
nuttx-226161570bd36895918cb8d80aec864b06ed5c09.tar.bz2
nuttx-226161570bd36895918cb8d80aec864b06ed5c09.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c6bd2e0cf..4bb15dc96 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8037,4 +8037,14 @@
conversion (2014-8-7).
* arch/sim/src/up_tickless.c and sched/sched_timerexpiration.c: The
tickless OS now appears fully functional and passes the OS test
- on the simulator with no errors (2014-8-7). \ No newline at end of file
+ on the simulator with no errors (2014-8-7).
+ * sched/mqueue: Move POSIX message queue files from sched/ to
+ sched/mqueue (2014-8-8).
+ * sched/signal: Move signal-related files from sched/ to sched/signal
+ (2014-8-8).
+ * sched/pthread: Move all pthread files from sched/ to sched/pthread
+ (2014-8-8).
+ * sched/semaphore: Move POSIX counting semaphore files from sched/ to
+ sched/semaphore (2014-8-8).
+ * sched/environ: Move environment files from sched/ to sched/environ
+ (2014-8-8).