summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:24:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:24:54 +0000
commitdcf368747f4d04b6f87ea75425a8f6fe4a8da6de (patch)
treeb318f97179e903d7a61f93947f2ad7b596f6aca2 /cpukit/ChangeLog
parent2011-01-28 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-dcf368747f4d04b6f87ea75425a8f6fe4a8da6de.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/irq.h, score/cpu/i386/rtems/score/idtr.h, score/cpu/powerpc/rtems/powerpc/registers.h, score/src/objectidtoname.c, score/src/schedulerpriorityblock.c, score/src/schedulerpriorityschedule.c, score/src/schedulerpriorityunblock.c, score/src/schedulerpriorityyield.c, score/src/thread.c, score/src/threadchangepriority.c, score/src/threadclearstate.c, score/src/threadclose.c, score/src/threadcreateidle.c, score/src/threaddelayended.c, score/src/threaddispatch.c, score/src/threadget.c, score/src/threadhandler.c, score/src/threadinitialize.c, score/src/threadloadenv.c, score/src/threadready.c, score/src/threadreset.c, score/src/threadrestart.c, score/src/threadresume.c, score/src/threadsetpriority.c, score/src/threadsetstate.c, score/src/threadsettransient.c, score/src/threadstackallocate.c, score/src/threadstackfree.c, score/src/threadstart.c, score/src/threadstartmultitasking.c, score/src/threadsuspend.c, score/src/threadtickletimeslice.c, score/src/threadyieldprocessor.c: Fix typo where license said found in found in.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 46a6918919..c993cd9d90 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,26 @@
+2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/irq.h,
+ score/cpu/i386/rtems/score/idtr.h,
+ score/cpu/powerpc/rtems/powerpc/registers.h,
+ score/src/objectidtoname.c, score/src/schedulerpriorityblock.c,
+ score/src/schedulerpriorityschedule.c,
+ score/src/schedulerpriorityunblock.c,
+ score/src/schedulerpriorityyield.c, score/src/thread.c,
+ score/src/threadchangepriority.c, score/src/threadclearstate.c,
+ score/src/threadclose.c, score/src/threadcreateidle.c,
+ score/src/threaddelayended.c, score/src/threaddispatch.c,
+ score/src/threadget.c, score/src/threadhandler.c,
+ score/src/threadinitialize.c, score/src/threadloadenv.c,
+ score/src/threadready.c, score/src/threadreset.c,
+ score/src/threadrestart.c, score/src/threadresume.c,
+ score/src/threadsetpriority.c, score/src/threadsetstate.c,
+ score/src/threadsettransient.c, score/src/threadstackallocate.c,
+ score/src/threadstackfree.c, score/src/threadstart.c,
+ score/src/threadstartmultitasking.c, score/src/threadsuspend.c,
+ score/src/threadtickletimeslice.c, score/src/threadyieldprocessor.c:
+ Fix typo where license said found in found in.
+
2011-01-21 Eric Norum <wenorum@lbl.gov>
* libmisc/capture/capture.c: Avoid using TCB of task just deleted.