summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-0810-19/+39
| | | | * cpu.c: Remove extraneous spaces.
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-086-3/+15
| | | | * rtems/score/cpu.h: Remove extraneous spaces.
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-083-4/+8
| | | | * cpu.c, rtems/score/cpu.h: Remove extraneous spaces.
* 2008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-081-0/+5
| | | | | * pppd/auth.c, pppd/ccp.c, pppd/chap.c, pppd/ipcp.c, pppd/lcp.c, pppd/options.c, pppd/upap.c: Add missing initializers.
* Add missing initializers.Ralf Corsepius2008-09-087-142/+147
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+1
| | | | * httpd/webrom.c: Add missing initializers.
* Add missing initializers.Ralf Corsepius2008-09-071-1/+1
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+6
| | | | | | * libblock/include/rtems/bdbuf.h, libblock/include/rtems/diskdevs.h, libblock/include/rtems/ramdisk.h: Use "#include <..>" to include public headers.
* Use "#include <..>" to include public headers.Ralf Corsepius2008-09-073-7/+7
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+2
| | | | | * libnetworking/netinet/in_cksum_arm.h: Stop using old-style function definitions.
* Stop using old-style function definitions.Ralf Corsepius2008-09-071-3/+3
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+5
| | | | | * Makefile.am: Merge thumb/Makefile.am. * thumb/Makefile.am: Remove (superfluous).
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+4
| | | | * configure.ac: Remove score/cpu/arm/thumb/Makefile.
* Remove score/cpu/arm/thumb/Makefile.Ralf Corsepius2008-09-071-1/+0
|
* Merge thumb/Makefile.am.Ralf Corsepius2008-09-071-3/+2
|
* Remove (superfluous).Ralf Corsepius2008-09-071-14/+0
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+1
| | | | * itron/include/itronsys/types.h: Eliminate "boolean".
* Eliminate "boolean".Ralf Corsepius2008-09-071-1/+1
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+4
| | | | * libmisc/monitor/mon-prmisc.c: Add missing initializers.
* Add missing initializers.Ralf Corsepius2008-09-071-63/+63
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+5
| | | | | * libblock/include/rtems/ramdisk.h, libfs/src/nfsclient/proto/mount_prot.x: Convert to Unix file format.
* Convert to Unix file format.Ralf Corsepius2008-09-062-217/+217
|
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-052-7/+9
| | | | | | | | * libcsupport/include/clockdrv.h: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-0521-60/+14
| | | | | | | | | | | | | | * score/src/corebarrier.c, score/src/corebarrierrelease.c, score/src/corebarrierwait.c, score/src/coremsg.c, score/src/coremsgbroadcast.c, score/src/coremsgclose.c, score/src/coremsgflush.c, score/src/coremsgflushsupp.c, score/src/coremsgflushwait.c, score/src/coremsginsert.c, score/src/coremsgseize.c, score/src/coremsgsubmit.c, score/src/corerwlock.c, score/src/coresem.c, score/src/coresemflush.c, score/src/coresemseize.c, score/src/coresemsurrender.c, score/src/corespinlock.c, score/src/threadblockingoperationcancel.c, score/src/threadqenqueue.c: Remove unnecessary include of mpci.h.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-055-5/+12
| | | | | | | * rtems/src/msgmp.c, rtems/src/msgqtranslatereturncode.c, rtems/src/semmp.c, rtems/src/semtranslatereturncode.c: Correct confusion over SuperCore proxy blocking status and Classic API proxy blocking status constants.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-052-3/+16
| | | | | * score/src/objectgetinfo.c: Correct for multiprocessor systems when all object instances within a particular class are remote.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-052-1/+5
| | | | * libcsupport/src/assocnamebad.c: Correct file name in message.
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-052-1/+11
| | | | | | * sapi/include/confdefs.h: Make sure CONFIGURE_TIMER_FOR_SHARED_MEMORY_DRIVER is defined to 0 in single processor configurations.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-052-2/+11
| | | | | * sapi/include/confdefs.h: Account for needed a Classic API Timer when using the Shared Memory MPCI driver.
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-054-13/+16
| | | | | | * score/include/rtems/score/mpci.h, score/inline/rtems/score/threadmp.inl, score/src/mpci.c: Eliminate dependencies between MP .h files.
* 2008-09-05 Eric Norum <norume@aps.anl.gov>Joel Sherrill2008-09-052-5/+10
| | | | | * libfs/src/nfsclient/src/rpcio.c: Correct breakage introduced by Joel removing asserts with side-effects.
* Stop using old-style defs.Ralf Corsepius2008-09-051-2/+2
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * cpu.c: Stop using old-style defs.
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-053-0/+12
| | | | * cpu.c, rtems/score/cpu.h: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-0510-28/+28
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * rtems/new-exceptions/cpu.h, rtems/score/cpu.h: Convert to "bool".
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * cpu.c, rtems/score/cpu.h: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+6
| | | | | | | | | * sapi/include/rtems/config.h, sapi/inline/rtems/chain.inl, sapi/inline/rtems/extension.inl, sapi/src/debug.c, sapi/src/extension.c, sapi/src/ioregisterdriver.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-04124-365/+364
|
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+15
| | | | | | | | | | | | | | | | | | * rtems/src/clocktodvalidate.c, rtems/src/intrbody.c, rtems/src/msgmp.c, rtems/src/msgqcreate.c, rtems/src/msgqreceive.c, rtems/src/partmp.c, rtems/src/regionmp.c, rtems/src/semmp.c, rtems/src/signalsend.c, rtems/src/taskcreate.c, rtems/src/taskmode.c, rtems/src/taskmp.c, rtems/src/tasks.c, rtems/src/timerserver.c, rtems/src/workspace.c: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+16
| | | | | | | | | | | | | | | | | | | * rtems/inline/rtems/rtems/asr.inl, rtems/inline/rtems/rtems/attr.inl, rtems/inline/rtems/rtems/barrier.inl, rtems/inline/rtems/rtems/dpmem.inl, rtems/inline/rtems/rtems/eventset.inl, rtems/inline/rtems/rtems/message.inl, rtems/inline/rtems/rtems/modes.inl, rtems/inline/rtems/rtems/options.inl, rtems/inline/rtems/rtems/part.inl, rtems/inline/rtems/rtems/ratemon.inl, rtems/inline/rtems/rtems/region.inl, rtems/inline/rtems/rtems/sem.inl, rtems/inline/rtems/rtems/status.inl, rtems/inline/rtems/rtems/support.inl, rtems/inline/rtems/rtems/tasks.inl, rtems/inline/rtems/rtems/timer.inl: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+6
| | | | | | | | | * rtems/include/rtems/rtems/asr.h, rtems/include/rtems/rtems/clock.h, rtems/include/rtems/rtems/config.h, rtems/include/rtems/rtems/object.h, rtems/include/rtems/rtems/sem.h, rtems/include/rtems/rtems/support.h: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * score/src/corebarrierwait.c, score/src/coremsg.c, score/src/coremsginsert.c, score/src/coremsgseize.c, score/src/coremsgsubmit.c, score/src/coremutexseize.c, score/src/corerwlockobtainread.c, score/src/corerwlockobtainwrite.c, score/src/coresemseize.c, score/src/corespinlockwait.c, score/src/heapfree.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/heapwalk.c, score/src/interr.c, score/src/objectinitializeinformation.c, score/src/objectmp.c, score/src/objectnametoid.c, score/src/objectsetname.c, score/src/pheapextend.c, score/src/pheapfree.c, score/src/pheapgetblocksize.c, score/src/pheapresizeblock.c, score/src/pheapwalk.c, score/src/threadchangepriority.c, score/src/threaddispatch.c, score/src/threadevaluatemode.c, score/src/threadinitialize.c, score/src/threadloadenv.c, score/src/threadqextractpriority.c, score/src/threadqextractwithproxy.c, score/src/threadrestart.c, score/src/threadresume.c, score/src/threadstart.c, score/src/timespecgreaterthan.c, score/src/timespecisvalid.c, score/src/timespeclessthan.c, score/src/userextthreadbegin.c, score/src/userextthreadcreate.c, score/src/wkspace.c: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | * score/inline/rtems/score/address.inl, score/inline/rtems/score/chain.inl, score/inline/rtems/score/corebarrier.inl, score/inline/rtems/score/coremsg.inl, score/inline/rtems/score/coremutex.inl, score/inline/rtems/score/coresem.inl, score/inline/rtems/score/corespinlock.inl, score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl, score/inline/rtems/score/mppkt.inl, score/inline/rtems/score/object.inl, score/inline/rtems/score/objectmp.inl, score/inline/rtems/score/priority.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl, score/inline/rtems/score/sysstate.inl, score/inline/rtems/score/thread.inl, score/inline/rtems/score/threadmp.inl, score/inline/rtems/score/tqdata.inl, score/inline/rtems/score/watchdog.inl: Convert to "bool".
* * score/include/rtems/debug.h,Ralf Corsepius2008-09-041-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | score/include/rtems/score/context.h, score/include/rtems/score/corebarrier.h, score/include/rtems/score/coremsg.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/corerwlock.h, score/include/rtems/score/coresem.h, score/include/rtems/score/corespinlock.h, score/include/rtems/score/heap.h, score/include/rtems/score/interr.h, score/include/rtems/score/isr.h, score/include/rtems/score/object.h, score/include/rtems/score/objectmp.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/sysstate.h, score/include/rtems/score/thread.h, score/include/rtems/score/threadq.h, score/include/rtems/score/timespec.h, score/include/rtems/score/tod.h, score/include/rtems/score/userext.h, score/include/rtems/score/wkspace.h: Convert to "bool".
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+4
| | | | * score/src/object.c: Stop using old-style function definitions.
* Stop using old-style function definitions.Ralf Corsepius2008-09-041-3/+4
|
* 2008-09-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-041-0/+18
| | | | | | | | | | | | | | | | | | * itron/include/rtems/itron/mbox.h, itron/include/rtems/itron/msgbuffer.h, itron/include/rtems/itron/semaphore.h, itron/inline/rtems/itron/eventflags.inl, itron/inline/rtems/itron/fmempool.inl, itron/inline/rtems/itron/mbox.inl, itron/inline/rtems/itron/msgbuffer.inl, itron/inline/rtems/itron/port.inl, itron/inline/rtems/itron/semaphore.inl, itron/inline/rtems/itron/task.inl, itron/inline/rtems/itron/vmempool.inl, itron/src/cre_tsk.c, itron/src/sta_tsk.c, itron/src/task.c, itron/src/trcv_mbf.c, itron/src/trcv_mbx.c, itron/src/tsnd_mbf.c, itron/src/twai_sem.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-0418-39/+39
|
* Convert to "bool".Ralf Corsepius2008-09-0451-106/+104
|