summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-052-8/+19
| | | | | | | * posix/src/psignal.c: Do not allocate any memory for queued signals if the configuration parameter is 0. Before we would end up with an allocation of 0 which rounded up and wasted some memory when POSIX was configured.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-052-2/+13
| | | | | * libcsupport/src/newlibc_exit.c: Only run the fini section on exit if the target toolset uses init/fini sections.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-053-18/+40
| | | | | | | | * itron/include/rtems/itron/task.h, itron/src/task.c: ITRON currently has no functional data in the user extension data area structure so this disables the definition, allocation and deallocation of that structure. If we ever have to add data to it, then it will be easy to reenable.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-0522-1/+227
| | | | | | | | * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting parameter to indicate that the port uses the Simple Vectored Interrupt model or the Programmable Interrupt Controller Model. The PIC model is implemented primarily in the BSP and it is responsible for all memory allocation.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-053-2/+8
| | | | * tm02/system.h, tm10/system.h: Make configurations more accurate.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-054-4/+14
| | | | | | | * sp28/init.c: Corrections to configuration. * sp37/init.c: Correctly invoke rtems_interrupt_disable() body. * spsize/size.c: _ISR_Vector_table only exists on architectures which use the Simple Vectored Interrupt Model.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-053-2/+19
| | | | | | * minimum/Makefile.am: Link against all managers. * minimum/init.c: Use existing confdefs.h macros to turn off more this test does not use.
* Remove.Ralf Corsepius2008-06-0515-11331/+0
|
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-044-2/+21
| | | | | | * score/src/objectgetinfo.c, score/src/objectidtoname.c, score/src/threadget.c: Make sure the pointer to the API object table is valid before derefencing it.
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-042-0/+48
| | | | * include/tm27.h: New file. Stub version of tm27 support.
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-043-0/+9
| | | | * Makefile.am, preinstall.am: Need cplb.h
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-046-0/+18
| | | | * Makefile.am, preinstall.am: Need tm27.h
* Bump GCC_RPMREL.Ralf Corsepius2008-06-041-1/+1
|
* Upgrade to binutils-20080523-1.Ralf Corsepius2008-06-042-3/+5
|
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-042-1/+7
| | | | | | * rtems/score/cpu.h: Use a constant for CPU_STACK_MINIMUM_SIZE so it can be used in cpp expressions. Using sizeof() requires actually compiling the file.
* Add hack to adjust n/ncr260vt300wppRalf Corsepius2008-06-041-2/+4
|
* Bump ncurses RPMREL.Ralf Corsepius2008-06-041-1/+1
|
* BR/R: terminfoRalf Corsepius2008-06-041-0/+3
|
* Add hack to adjust Eterm-colorRalf Corsepius2008-06-041-1/+1
|
* Add hack to adjust Eterm-colorRalf Corsepius2008-06-041-0/+4
|
* New.Ralf Corsepius2008-06-043-0/+63
|
* Add TERMINFO.Ralf Corsepius2008-06-041-0/+4
|
* Upgrade to cygwin-1.5.25-14Ralf Corsepius2008-06-041-2/+2
|
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-022-1/+6
| | | | | * spsize/size.c: Convention calls for leading underscore on private RTEMS variables.
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-022-3/+8
| | | | | * shared/startup/panic.c: Convention calls for leading underscore on private RTEMS variables.
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-022-3/+8
| | | | | * misc/interr.c: Convention calls for leading underscore on private RTEMS variables.
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-023-4/+9
| | | | | * score/include/rtems/score/interr.h, score/src/interr.c: Convention calls for leading underscore on private RTEMS variables.
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-0213-2089/+706
| | | | | | | | | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/arm.t, cpu_supplement/bfin.t, cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/preface.texi, cpu_supplement/sh.t: Remove duplicated text from each CPU specific chapter. This text was necessary when each CPU was a separate manual but now only needs to be one place and that is in an introductory chapter. * cpu_supplement/general.t: New file.
* Update copyright.Joel Sherrill2008-06-021-1/+1
|
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-023-184/+273
| | | | | * user/bsp.t, user/init.t: Rework initialization and BSP chapters to account for changes to initialization framework.
* 2008-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-06-011-0/+4
| | | | * aclocal/target.m4: Allow empty RTEMS_BUILD_SUBDIRS.
* Allow emtpy RTEMS_BUILD_SUBDIRS.Ralf Corsepius2008-06-011-1/+2
|
* 2008-06-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-06-011-0/+4
| | | | * configure.ac, acinclude.m4: s/AC_HELP/AS_HELP/.
* s/AC_HELP/AS_HELP/.Ralf Corsepius2008-06-012-2/+2
|
* Regenerate.Ralf Corsepius2008-06-011-4/+0
|
* 2008-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-05-311-0/+6
| | | | | | * score/include/rtems/score/object.h, score/include/rtems/score/watchdog.h: Move #include's out of extern "C" {}.
* Move #include's out of extern "C" {}.Ralf Corsepius2008-05-312-5/+5
|
* 2008-05-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-05-302-0/+11
| | | | | | * libfs/src/nfsclient/src/nfs.c:BUGFIX: must not attempt to release node if rtems_filesystem_evaluate_path() fails in nfs_eval_link() since pathloc contains no valid node.
* 2008-05-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-05-292-1/+6
| | | | | * include/bsp.h: FEC unit numbers based on 0 not 1. Change the interface name to fec0.
* 2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-272-1/+7
| | | | | | * libmisc/shell/shell_getchar.c: Minor change so dropping connection while at prompt results in shell logging out and connection still being available.
* 2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-273-12/+15
| | | | | | * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Call fini() as part of exit(). This avoids atexit() being a required function.
* 2008-05-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-272-2/+20
| | | | | * libmisc/shell/shell.c: Minor change so dropping connection during login prompt results in connection still being available.
* Format.Joel Sherrill2008-05-271-42/+23
|
* speed inprovements in mpc83xx tsec driverThomas Doerfler2008-05-273-1/+17
|
* Added const qualifier to various pointers and data tables toThomas Doerfler2008-05-2738-134/+212
| | | | | | reduce size of data area. IMFS: Fixed creation of symbolic links to avoid a compiler warning. DOSFS: Use LibBlock instead of read() to read the boot record.
* Bugfix: Moved definition of ppp_softc into source file.Thomas Doerfler2008-05-272-2/+2
|
* Bugfix: String output without width option.Thomas Doerfler2008-05-271-0/+5
|
* New define: CONSOLE_DEVICE_NAME.Thomas Doerfler2008-05-271-0/+2
|
* Added new defines OBJECTS_ID_NONEThomas Doerfler2008-05-272-0/+8
| | | | and RTEMS_ID_NONE. No object can have this ID.
* Remove.Ralf Corsepius2008-05-262-138/+0
|