summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard-code compiler flags.Ralf Corsepius2006-11-141-2/+2
|
* 2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-141-0/+5
| | | | | * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
* Remove ASFLAGS, CPU_ASFLAGS (Unused)Ralf Corsepius2006-11-144-8/+0
|
* 2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-121-0/+5
| | | | | * Makefile.am, configure.ac: Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.
* Regenerate.Ralf Corsepius2006-11-121-10/+0
|
* Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.Ralf Corsepius2006-11-122-14/+0
|
* 2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-123-575/+5
| | | | | * libcsupport/include/stdint.h, libcsupport/include/inttypes.h: Remove.
* 2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-122-1/+5
| | | | * score/Doxyfile: Remove RTEMS_INLINES.
* 2006-11-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-112-2/+8
| | | | | | * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set instead of __start_set_sysctl_set, __stop_set_sysctl_set (bfin uses '_' prefixed c-symbols.)
* 2006-11-10 Alain Schaefer <alani@easc.ch>Ralf Corsepius2006-11-112-1/+8
| | | | | * startup/linkcmds: Put .fini into sdram. Add __edata, __etext.
* 'BR: flex bison' for gcc >= 4.2.0Ralf Corsepius2006-11-101-0/+3
|
* Introduce GCC_PKGVERSRalf Corsepius2006-11-0916-15/+25
|
* Upgrade to gcc-4.2.0-20061031.Ralf Corsepius2006-11-091-2/+7
|
* New (Merge BFIN patches).Ralf Corsepius2006-11-092-0/+5137
|
* 2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-091-0/+5
| | | | | * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces. * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
* Remove stray whitespaces.Ralf Corsepius2006-11-092-47/+29
|
* Use __BFIN__ instead of BFIN.Ralf Corsepius2006-11-091-1/+1
|
* changesRalf Corsepius2006-11-091-0/+4
|
* Add bfin.Ralf Corsepius2006-11-091-1/+2
|
* 2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-092-2/+5
| | | | | * configure.ac: Remove redundant AC_CHECK_HEADER([stdint.h]), AC_CHECK_HEADER([inttypes.h]). Now implicitly checked.
* 2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-082-0/+6
| | | | * cpu_asm.S: Re-add HI, LO.
* 2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-081-0/+5
| | | | | * irq.c: Add missing newline. * rtems/score/cpu.h: Eliminate hidden backspaces.
* Eliminate hidden backspaces.Ralf Corsepius2006-11-081-1/+1
|
* Add missing newlineRalf Corsepius2006-11-081-1/+1
|
* 2006-11-02 Steven Johnson <sjohnson@sakuraindustries.com>Joel Sherrill2006-11-024-21/+349
| | | | | | | | | | | | | | * libnetworking/netdb.h, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c: This patch adds a functional gethostbyname_r to RTEMS. We were having problems with multiple threads calling gethostbyname, so we decided the best way to deal with it was to do it properly, rather than kludge up our code to make gethostbyname safe. We have found several slightly different parameter lists for this function, it does not seem to be standard. The one we used has the linux interface. In RTEMS there was an existing gethostbyname_r inside a #ifdef _THREAD_SAFE which was NOT Threadsafe, as this just called gethostbyname. So we have placed all of the additional code inside the #ifdef _THREAD_SAFE.
* 2006-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-016-3/+15
| | | | * bsp_specs: Fix typo.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-2/+10
| | | | * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-2/+13
| | | | | | PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-3012-92/+140
| | | | | | | | | | | | PR 841/rtems * itron/inline/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.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-0/+18
| | | | * .cvsignore: New file.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-308-8/+36
| | | | * bsp_specs: Add crti, crtbegin, crtend, and crtn.
* Update sparc dep to rtems4.8Ralf Corsepius2006-10-301-1/+1
|
* Remove (unused)Ralf Corsepius2006-10-273-738/+0
|
* Remove (unused).Ralf Corsepius2006-10-271-3699/+0
|
* Remove (broken).Ralf Corsepius2006-10-271-4138/+0
|
* Remove (obsolete).Ralf Corsepius2006-10-271-838/+0
|
* 2006-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-271-0/+5
| | | | | * configure.ac, Makefile.am: Remove rtems4.7. * rtems4.7: Remove (Development now in rtems-4-7-branch only).
* Remove rtems-4.7Ralf Corsepius2006-10-272-14/+0
|
* Remove (unused).Ralf Corsepius2006-10-2759-866/+0
|
* Bump GCC_RPMREL.Ralf Corsepius2006-10-2711-11/+11
|
* 2006-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-271-0/+5
| | | | | * patches/newlib-1.14.0-rtems4.8-20061027.diff: New. * patches/newlib-1.14.0-rtems-20061026.diff: Remove (broken).
* Update to newlib-1.14.0-rtems4.8-20061027.diffRalf Corsepius2006-10-2711-11/+11
|
* New.Ralf Corsepius2006-10-271-0/+4120
|
* 2006-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-2612-0/+126
| | | | | | | * ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore, develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore, networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore, posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
* 2006-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-262-0/+4142
| | | | * patches/newlib-1.14.0-rtems-20061026.diff: New file.
* 2006-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-263-5374/+4
| | | | * configure, include/bspopts.h.in: Removed.
* 2006-10-25 Jennifer Averett <jennifer@oarcorp.com>Joel Sherrill2006-10-252-1/+11
| | | | | | | | | | * libcsupport/src/termios.c: Change attribute of semaphore. It was counting interrupts not acting as a condition synchronization mutex. Since the caller did not always need to obtain the semaphore, it was not being decremented until there was no data. This could occur after hours of running a system and thousands of interrupts. The code in fillBufferQueue would spin until it had consumed all of those semaphore counts.
* 2006-10-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-256-1/+63
| | | | | * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
* Let rtems-@RTEMS_API@-repo-conf.spec depend on configure.acRalf Corsepius2006-10-251-1/+1
|
* Bumb version to 0.4Ralf Corsepius2006-10-251-1/+1
|