summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-122-8/+65
| | | | | * Makefile.am, include/bsp.h: Do not include networking drivers if networking is disabled.
* 2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-291-1/+1
| | | | * score/include/rtems/score/copyrt.h: Update copyright notice.
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-104-6/+108
| | | | | | | | PR 1237/rtems * cpu.c, cpu_asm.S, rtems/score/cpu.h: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
* 2007-03-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-181-1/+2
| | | | | * libnetworking/sys/conf.h: Remove linesw, struct linesw, nlinesw. (Clash with termiostypes.h - PR 1229).
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-1/+1
| | | | | | * score/src/heapallocatealigned.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-02-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-211-2/+2
| | | | * score/src/coremsgsubmit.c: Use Wait.option to avoid cast.
* More size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* Use size_t for heap-sizes.Ralf Corsepius2007-02-114-8/+8
|
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-3/+3
| | | | * score/inline/rtems/score/coremsg.inl: More size_t and consts.
* Use size_t for sizes.Ralf Corsepius2007-02-061-2/+2
|
* Use size_t for sizes.Ralf Corsepius2007-02-061-1/+1
|
* Use size_t for sizes.Ralf Corsepius2007-02-053-6/+6
|
* Remove __RTEMS_MAJOR__,Ralf Corsepius2007-01-271-18/+0
| | | | __RTEMS_MINOR__, __RTEMS_REVISION__ (moved to cpuopt.h).
* Cosmetics.Ralf Corsepius2007-01-261-1/+1
|
* 2007-01-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-01-111-2/+0
| | | | | * score/macros/rtems/score/object.inl: Fix macro implementation so it compiles in single processor configuration.
* Regenerate.Ralf Corsepius2007-01-0812-29/+29
|
* Backport from HEADRalf Corsepius2006-12-041-9/+9
|
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-6/+3
| | | | | | * score/inline/rtems/score/object.inl, score/src/objectnametoid.c: Properly honor searching only local node even when on single CPU system.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-0/+1
| | | | * score/src/coresemseize.c: Add missing ISR enable.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-20/+21
| | | | * score/src/heapwalk.c: Use printk not printf.
* 2006-11-14 Jiri Gaisler <jiri@gaisler.com>Joel Sherrill2006-11-142-0/+9
| | | | * cpu_asm.S: Properly support synchronous traps.
* 2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-141-1/+1
| | | | * score/cpu/Makefile.am: Remove c4x.
* Remove (Not ready for inclusion in release).Ralf Corsepius2006-11-1413-3438/+0
|
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-20/+52
| | | | | | | | | | | | | PR 841/rtems * itron/inline/rtems/itron/semaphore.inl, itron/macros/rtems/itron/semaphore.inl, itron/src/twai_sem.c, posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/semaphore.inl, posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c, posix/src/semwait.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coresem.h, score/src/coresemseize.c: Make sem_timedwait more conformant to Open Group specification.
* Remove nios2.Ralf Corsepius2006-10-201-1/+1
|
* Remove.Ralf Corsepius2006-10-1912-2458/+0
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-0/+6
| | | | * cpu.c: Remove warning.
* *** empty log message ***Joel Sherrill2006-09-011-1/+1
|
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-312-2/+6
| | | | | * rtems/score/cpu.h: Revert change. It did not appear to correct all warnings.
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-302-0/+5
| | | | * rtems/score/cpu.h:
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-291-2/+2
| | | | | * score/include/rtems/score/object.h: _Objects_Local_node is a uint16_t so cast the _Objects_Local_node constant to 1.
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-292-1/+5
| | | | * rtems/score/cpu.h: Correct inline assembly constraints.
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-103-3/+9
| | | | | * cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all compile.
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-102-0/+6
| | | | * .cvsignore: New file.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-092-1/+10
| | | | | * rtems/score/cpu.h: Because gcc implicitly uses floating point turn on floating point for all threads if there is a hardware FPU.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-095-0/+1599
| | | | | * rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h, rtems/score/types.h: New files.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-1/+1
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-097-0/+853
| | | | | * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am, rtems/asm.h: New files.
* * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:Till Straumann2006-07-133-2/+8
| | | | | Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-116-41/+28
| | | | | | | | | | | | PR 1124/rtems * score/include/rtems/score/threadq.h, score/src/coremutexseize.c, score/src/coremutexsurrender.c, score/src/threadqenqueue.c, score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c: The placement of the changing a thread's priority when using priority ceiling should be on the successful transfer of the mutex -- not when the thread tries to acquire. Plus the lack of a dispatch disable point lead to the potential for a thread timing out and already having inherited the ceiling priority.
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-221-11/+0
| | | | | | PR 1101/rtems * libcsupport/src/base_fs.c, rtems/src/taskcreate.c, rtems/src/tasks.c, score/src/coremutex.c: Remove dead code.
* Fix formatting.Joel Sherrill2006-06-211-1/+1
|
* PR1091/patchTill Straumann2006-06-192-1/+7
| | | | | * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
* 2006-06-02 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2006-06-101-0/+5
| | | | | * cpu.c: Added __mips==32 to fix build problems on those targets caused by the Bruce Robinson.
* Added __mips==32 to fix build problems on those targets caused by the ↵Greg Menke2006-06-101-2/+2
| | | | B.Robinson patch
* 2006-06-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-081-2/+3
| | | | | | | * posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/timer.h, posix/src/ptimer.c, posix/src/ptimer1.c, sapi/src/posixapi.c, score/include/rtems/score/object.h:
* B.Robinson MIPS patchGreg Menke2006-06-084-174/+200
|
* 2006-06-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-031-1/+1
| | | | | | * itron/src/trcv_mbf.c, posix/src/semopen.c, rtems/src/taskvariableadd.c, score/macros/rtems/score/heap.inl: Fix warnings.
* 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-022-8/+66
| | | | * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
* Fixed ARM Data Abort handling.Jay Monkman2006-06-021-0/+4
|