Changeset cf9f85ef in rtems
- Timestamp:
- 01/27/05 05:57:53 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 61d176b3
- Parents:
- a8eed23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
ra8eed23 rcf9f85ef 1 2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * score/src/apiext.c, score/src/chain.c, score/src/coremsg.c, 4 score/src/coremsgbroadcast.c, score/src/coremsgclose.c, 5 score/src/coremsgflush.c, score/src/coremsgflushsupp.c, 6 score/src/coremsgflushwait.c, score/src/coremsginsert.c, 7 score/src/coremsgseize.c, score/src/coremsgsubmit.c, 8 score/src/coremutex.c, score/src/coremutexflush.c, 9 score/src/coremutexseize.c, score/src/coremutexsurrender.c, 10 score/src/coresem.c, score/src/coresemflush.c, 11 score/src/coresemseize.c, score/src/coresemsurrender.c, 12 score/src/coretod.c, score/src/coretodset.c, 13 score/src/coretodtickle.c, score/src/coretodtoseconds.c, 14 score/src/coretodvalidate.c, score/src/heap.c, 15 score/src/heapallocate.c, score/src/heapallocatealigned.c, 16 score/src/heapextend.c, score/src/heapfree.c, 17 score/src/heapgetfreeinfo.c, score/src/heapgetinfo.c, 18 score/src/heapsizeofuserarea.c, score/src/heapwalk.c, 19 score/src/interr.c, score/src/isr.c, score/src/iterateoverthreads.c, 20 score/src/mpci.c, score/src/object.c, score/src/objectallocate.c, 21 score/src/objectallocatebyindex.c, score/src/objectclearname.c, 22 score/src/objectcomparenameraw.c, 23 score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c, 24 score/src/objectcopynamestring.c, 25 score/src/objectextendinformation.c, score/src/objectfree.c, 26 score/src/objectget.c, score/src/objectgetbyindex.c, 27 score/src/objectgetisr.c, score/src/objectgetnext.c, 28 score/src/objectgetnoprotection.c, score/src/objectidtoname.c, 29 score/src/objectinitializeinformation.c, score/src/objectmp.c, 30 score/src/objectnametoid.c, score/src/objectshrinkinformation.c, 31 score/src/thread.c, score/src/threadchangepriority.c, 32 score/src/threadclearstate.c, score/src/threadclose.c, 33 score/src/threadcreateidle.c, score/src/threaddelayended.c, 34 score/src/threaddispatch.c, score/src/threadevaluatemode.c, 35 score/src/threadget.c, score/src/threadhandler.c, 36 score/src/threadidlebody.c, score/src/threadinitialize.c, 37 score/src/threadloadenv.c, score/src/threadmp.c, 38 score/src/threadq.c, score/src/threadqdequeue.c, 39 score/src/threadqdequeuefifo.c, score/src/threadqdequeuepriority.c, 40 score/src/threadqenqueue.c, score/src/threadqenqueuefifo.c, 41 score/src/threadqenqueuepriority.c, score/src/threadqextract.c, 42 score/src/threadqextractfifo.c, score/src/threadqextractpriority.c, 43 score/src/threadqextractwithproxy.c, score/src/threadqfirst.c, 44 score/src/threadqfirstfifo.c, score/src/threadqfirstpriority.c, 45 score/src/threadqflush.c, score/src/threadqtimeout.c, 46 score/src/threadready.c, score/src/threadreset.c, 47 score/src/threadresettimeslice.c, score/src/threadrestart.c, 48 score/src/threadresume.c, score/src/threadrotatequeue.c, 49 score/src/threadsetpriority.c, score/src/threadsetstate.c, 50 score/src/threadsettransient.c, score/src/threadstackallocate.c, 51 score/src/threadstackfree.c, score/src/threadstart.c, 52 score/src/threadstartmultitasking.c, score/src/threadsuspend.c, 53 score/src/threadtickletimeslice.c, score/src/threadyieldprocessor.c, 54 score/src/userext.c, score/src/watchdog.c, 55 score/src/watchdogadjust.c, score/src/watchdoginsert.c, 56 score/src/watchdogremove.c, score/src/watchdogtickle.c, 57 score/src/wkspace.c: Include config.h. 58 1 59 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 2 60 … … 9 67 * score/inline/rtems/score/address.inl: Remove 10 68 RTEMS_CPU_HAS_16_BIT_ADDRESSES. 11 Use uintptr_t for void* to address cast .69 Use uintptr_t for void* to address casts. 12 70 13 71 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> 14 72 15 * libcsupport/include/stdint.h: Use __PTRDIFF_TYPE for intptr_t.73 * libcsupport/include/stdint.h: Use __PTRDIFF_TYPE__ for intptr_t. 16 74 17 75 2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>
Note: See TracChangeset
for help on using the changeset viewer.