From d00e9b6016dc2f0853015e51b9acb2e7ba1dff5b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 8 Aug 2014 13:57:16 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6bd2e0cf6..4bb15dc966 100755 --- a/ChangeLog +++ b/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).