summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove.Ralf Corsepius2009-10-145-108/+0
|
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-141-0/+6
| | | | | | * configure.ac: Rework make/custom/* handling. * aclocal/check-custom-bsp.m4: Change *.cfg handling. * Makefile.am: Remove make/custom/default.cfg-rule.
* Rework make/custom/* handling.Ralf Corsepius2009-10-141-10/+20
|
* Change *.cfg handling.Ralf Corsepius2009-10-141-3/+3
|
* Remove make/custom/default.cfg-rule.Ralf Corsepius2009-10-141-3/+0
|
* 2009-10-13 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-142-3/+26
| | | | | | | | | PR 1451/bsps * network/tsec.c: Fix mbuf leak when watchdog expires. The re-initialization algorithm failed to release mbuf chains held in the TX ring. Also, during initialization the initial link status is determined and IFF_OACTIVE set if no active link was detected.
* 2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-131-0/+3
| | | | | | * libblock/include/rtems/bdbuf.h: Use size_t for swapout_workers. * libblock/src/bdpart.c: Add __attribute__((unused)) to suppress warnings.
* Use size_t for sizes.Ralf Corsepius2009-10-131-2/+2
|
* Add __attribute__((unused)) to suppress warnings.Ralf Corsepius2009-10-131-3/+3
|
* Use size_t for swapout_workers.Ralf Corsepius2009-10-131-1/+1
|
* 2009-10-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-132-3/+10
| | | | | * libblock/src/bdbuf.c: Fix broken printf formats. Use size_t for sizes.
* Enable interrupts during open to avoid NULL pointer access in interrupt handler.Thomas Doerfler2009-10-132-2/+14
|
* Update for block device API change.Thomas Doerfler2009-10-133-8/+14
|
* * libblock/include/rtems/diskdevs.h: Added driver data pointer to IOThomas Doerfler2009-10-139-79/+159
| | | | | | | | | control function. The IO control handler takes now the disk device as first parameter instead of the physical device number. * cpukit/libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c, libblock/src/blkdev.c, libblock/src/diskdevs.c, libblock/src/nvdisk.c, libblock/src/flashdisk.c, libblock/src/ramdisk.c: Update for block device API change.
* 2009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-10-122-54/+35
| | | | * bootcard: Update for heap API changes.
* Reflect having introduced rtems_error_code_t.Ralf Corsepius2009-10-121-2/+2
|
* Introduce rtems_error_code_t.Ralf Corsepius2009-10-121-2/+6
| | | | Minor portability code-massaging.
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-6/+7
| | | | * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-123-4/+10
| | | | | * include/bsp.h: BSP has plenty of memory. * startup/cmain.c: Comment out prints.
* 2009-10-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-121-0/+7
| | | | | | | * score/include/rtems/score/interr.h: Introduce Internal_errors_t. * score/src/interr.c, score/include/rtems/score/userext.h, score/src/userextthreadbegin.c: Reflect having introduced Internal_errors_t.
* Reflect having introduced Internal_errors_t.Ralf Corsepius2009-10-123-8/+8
|
* Introduce Internal_errors_t.Ralf Corsepius2009-10-121-2/+9
|
* increase size of ROM to 4 MegThomas Doerfler2009-10-122-1/+5
|
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-123-0/+14
| | | | * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-129-2/+120
| | | | | | | | | * psxcleanup/system.h: Fix typo. * Makefile.am, configure.ac: Add new test for exercising pushing and popping a clean up handler without actually executing it. * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am, psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc, psxcleanup01/psxcleanup01.scn: New files.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-113-2/+8
| | | | | * posix/src/alarm.c: If 0 seconds do not insert timer. * rtems/src/regionextend.c: Eliminate warning. Use default else.
* 2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-118-1/+197
| | | | | | | * Makefile.am, configure.ac: Add new test to ensure that canceling an alarm works as defined. * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c, psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
* 2009-10-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-112-1/+5
| | | | * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-112-23/+36
| | | | | * psxtimer01/psxtimer.c: Make sure we have null and not-null as return parameter to timer_settime().
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-113-2/+10
| | | | | | * score/inline/rtems/score/thread.inl, score/src/threaddispatch.c: Correct conditionals so _Thread_Enable_dispatch() is always inlined when intended.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-102-0/+36
| | | | * shared/bspgetworkarea.c: Add debug prints of memory information.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-104-9/+14
| | | | | | | * posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/canceleval.c: Make psxcancel run again. _POSIX_Thread_Exit() can be called on running thread or another thread when it is cancelled.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-107-72/+55
| | | | | | | | * posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mutextimedlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semtimedwait.c: Switch from switch to if's because only one value needed to be tested. This shrinks the code and makes it easier to do coverage analysis on.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-102-3/+17
| | | | | | | * score/inline/rtems/score/object.inl: _Objects_Get_local_object() is only called from places where the index is known to be valid. _Objects_Set_local_object() already assumed this. Eliminates unreachable code.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-102-2/+6
| | | | * rtems/src/timerserver.c: Indentation.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-108-25/+39
| | | | | | | | | * rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c: Avoid initializing status code. This generates dead code on some targets. Add default case to eliminate unitialized variable warning.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-103-13/+32
| | | | | | | * psxtimer01/psxtimer.c: Modify so it passes in a NULL to timer_settime() for previous value. We are not using the value in this particular case and this path must be exercised. * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
* 2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-108-1/+195
| | | | | | | | * Makefile.am, configure.ac: Add new test to exercise when the ticks since boot wraps around 0 and the timer server must deal with that condition. * sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc, sp67/sp67.scn: New files.
* 2009-10-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-092-1/+15
| | | | | | | * shared/vmeUniverse/vmeUniverse.c: print message and let vmeUniverseIntLoopbackTst() fail if odd-numbered vector is used (cannot program the chip to reply with such a vector).
* 2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-10-094-0/+22
| | | | | | | | * cpukit/sapi/include/rtems/io.h: Documentation. * cpukit/sapi/src/ioregisterdriver.c: Call from interrupt context is an error. * cpukit/sapi/src/iounregisterdriver.c: Disable preemption during critical section.
* 2009-10-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-10-094-19/+120
| | | | | | | * sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases. * spintrcritical09/init.c, spintrcritical10/init.c, spintrcritical11/init.c: Fixed potentially infinite loops.
* Makefile.am: Added interrupt server.Thomas Doerfler2009-10-092-1/+6
|
* Regenerate.Ralf Corsepius2009-10-0913-130/+212
|
* Preps for gcc-4.4.2.Ralf Corsepius2009-10-0926-65/+156
|
* Regenerate.Ralf Corsepius2009-10-091-1/+15
|
* Bump GDB_RPMREL.Ralf Corsepius2009-10-091-1/+1
|
* New.Ralf Corsepius2009-10-091-0/+1278
|
* Housekeeping.Ralf Corsepius2009-10-091-44/+0
|
* Housekeeping.Ralf Corsepius2009-10-0913-13982/+0
|
* 2009-10-09 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-082-1/+6
| | | | | * libmisc/shell/main_mknod.c: Fixed build problem with networking disabled.