Ralf Corsepius
7c17be80b4
Regenerate.
2006-11-14 16:26:29 +00:00
Ralf Corsepius
a2be29101a
RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H. Use external stdint.h, inttypes.h.
2006-11-14 16:26:08 +00:00
Ralf Corsepius
ccf5bfa5f6
RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.
2006-11-14 16:25:50 +00:00
Ralf Corsepius
db510c5488
Remove.
2006-11-14 16:25:12 +00:00
Ralf Corsepius
ec05baa478
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove c4x.
2006-11-14 06:21:34 +00:00
Ralf Corsepius
37282eeb04
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi:
Remove the tic4x.
2006-11-14 05:28:40 +00:00
Ralf Corsepius
ccdcc9ce94
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* custom/c4xsim.cfg, custom/c3xsim.cfg: Remove (Port not ready for
inclusion in release).
2006-11-14 04:45:04 +00:00
Ralf Corsepius
c6c7cd4c73
Remove (Not ready for inclusion in release).
2006-11-14 04:42:32 +00:00
Ralf Corsepius
bc05492d30
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/cpu/Makefile.am: Remove c4x.
2006-11-14 04:38:49 +00:00
Ralf Corsepius
9666ea632b
Remove (Not ready for inclusion in release).
2006-11-14 04:33:49 +00:00
Ralf Corsepius
556f1e76c8
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* custom/uC5282.cfg: Remove hard-code compiler flags.
* custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
2006-11-14 02:43:28 +00:00
Ralf Corsepius
aac2fff58b
Remove hard-code compiler flags.
2006-11-14 02:43:13 +00:00
Ralf Corsepius
72fbdbbeaf
Remove ASFLAGS, CPU_ASFLAGS (Unused).
2006-11-14 02:42:50 +00:00
Joel Sherrill
af6c22d238
2006-11-02 Steven Johnson <sjohnson@sakuraindustries.com>
...
* 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-02 21:49:02 +00:00
Joel Sherrill
112995e502
2006-11-01 Joel Sherrill <joel@OARcorp.com>
...
* bsp_specs: Fix typo.
2006-11-01 15:30:55 +00:00
Joel Sherrill
fa40f3b16f
2006-11-01 Joel Sherrill <joel@OARcorp.com>
...
* bsp_specs: Fix typo.
2006-11-01 15:24:48 +00:00
Joel Sherrill
4b77b83772
2006-11-01 Joel Sherrill <joel@OARcorp.com>
...
* bsp_specs: Fix typo.
2006-11-01 15:15:40 +00:00
Joel Sherrill
ae54141bff
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
PR 841/rtems
* psxsem01/init.c: Make sem_timedwait more conformant to Open Group
specification.
2006-10-30 22:21:44 +00:00
Joel Sherrill
f5c9b893fc
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
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.
2006-10-30 22:21:07 +00:00
Joel Sherrill
d233c88057
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
* startup/rtems-ctor.cc: Conditionally disable non-GCC code.
2006-10-30 22:18:57 +00:00
Joel Sherrill
d1adbaed2a
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
* bsp_specs: Add crti, crtbegin, crtend, and crtn.
2006-10-30 22:17:12 +00:00
Joel Sherrill
85cef698a0
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
* include/.cvsignore: New file.
2006-10-30 17:07:28 +00:00
Joel Sherrill
32d19cbae1
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
* include/.cvsignore: New file.
2006-10-30 16:52:38 +00:00
Joel Sherrill
b295019571
2006-10-25 Jennifer Averett <jennifer@oarcorp.com>
...
* 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 11:27:28 +00:00
Ralf Corsepius
b94e68dd04
Bumb version to 0.4
2006-10-25 01:29:56 +00:00
Ralf Corsepius
63e3f71425
Let rtems-@RTEMS_API@-repo-conf.spec depend on configure.ac
2006-10-25 01:29:45 +00:00
Ralf Corsepius
73a309b72a
Bump version to 0.3
2006-10-24 14:55:35 +00:00
Ralf Corsepius
045b9a6ee7
New URL ftp://ftp.rtems.org/pub/rtems/linux
2006-10-24 14:55:23 +00:00
Ralf Corsepius
3f2b8ebdc2
s/binutils-2.17-rtems4.7-20060921/binutils-2.17-rtems4.7-20061021/
2006-10-24 05:18:22 +00:00
Ralf Corsepius
15cde9a151
Remove (Unused)
2006-10-24 05:12:23 +00:00
Ralf Corsepius
ab04516f36
Resurrect (Still in use ;)
2006-10-24 05:10:50 +00:00
Ralf Corsepius
c25e26afd7
Remove (Unused)
2006-10-24 05:06:15 +00:00
Ralf Corsepius
f760aeff11
Remove (Unused).
2006-10-24 05:05:44 +00:00
Ralf Corsepius
a08be7a0e1
New.
2006-10-24 05:04:46 +00:00
Ralf Corsepius
ab4512cd61
Sync with HEAD
2006-10-24 05:03:51 +00:00
Ralf Corsepius
9833ce0fef
Update to gcc-core-4.1.1-rtems-20060909.diff/newlib-1.14.0-rtems4.7-20061019.diff
2006-10-21 10:10:54 +00:00
Ralf Corsepius
a8e7b33c68
New.
2006-10-21 10:06:26 +00:00
Ralf Corsepius
40a253b355
Change URL to ftp://ftp.gnu.org/pub/gnu
2006-10-21 10:03:45 +00:00
Ralf Corsepius
000e606a42
New. Add memleak patch.
2006-10-21 10:02:23 +00:00
Ralf Corsepius
035be149e3
Set version to 4.7
2006-10-21 05:21:35 +00:00
cvs2git
fc4035b105
This commit was manufactured by cvs2svn to create branch 'rtems-4-7-branch'.
...
Cherrypick from master 2006-10-21 05:18:51 UTC Ralf Corsepius <ralf.corsepius@rtems.org > 'New.':
contrib/repo-conf/.cvsignore
contrib/repo-conf/AUTHORS
contrib/repo-conf/COPYING
contrib/repo-conf/INSTALL
contrib/repo-conf/Makefile.am
contrib/repo-conf/NEWS
contrib/repo-conf/README
contrib/repo-conf/aclocal/version.m4
contrib/repo-conf/apt/sources.list.d/.cvsignore
contrib/repo-conf/apt/sources.list.d/rtems.list.in
contrib/repo-conf/apt/vendors.list.d/rtems.list
contrib/repo-conf/configure.ac
contrib/repo-conf/gpg/gpg-pubkey-69ce4a83-44cc2b30
contrib/repo-conf/gpg/gpg-pubkey-eac29b6f-3fe1f458
contrib/repo-conf/rtems-repo-conf.spec.in
contrib/repo-conf/yum.repos.d/.cvsignore
contrib/repo-conf/yum.repos.d/rtems.repo.in
2006-10-21 05:18:52 +00:00
Ralf Corsepius
218c346ef1
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* Makefile.am: Remove superfluous -DASM.
2006-10-20 11:55:29 +00:00
Ralf Corsepius
3b268ab7fa
Remove (bogus).
2006-10-20 06:58:28 +00:00
Ralf Corsepius
197e44544e
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/bspopts.h.in: Remove (bogus).
2006-10-20 05:52:07 +00:00
Ralf Corsepius
4e8ac0a3fe
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/bspopts.h.in: Remove (bogus).
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org >
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com >
* startup/init5282.c: Convert C++ style comments to C style.
2006-02-08 Joel Sherrill <joel@OARcorp.com >
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
sections required by newer gcc versions.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org >
* Makefile.am: Add preinstall.am.
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org >
* bsp_specs: Remove %cpp.
* console/console.c: Eliminate obsolete types.
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org >
* include/bsp.h: Eliminate unsigned32.
* network/network.c: Several minor bug fixes.
* startup/bspstart.c: Eliminate unsigned32.
2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org >
* .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
clock/clock.c, console/console.c, include/bsp.h,
include/bspopts.h.in, include/coverhd.h, include/tm27.h,
network/network.c, start/start.S, startup/bspclean.c,
startup/bspstart.c, startup/init5282.c, startup/linkcmds,
startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
2006-10-20 05:50:34 +00:00
Ralf Corsepius
f4d72b919c
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* include/bspopts.h.in: Remove (bogus).
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org >
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org >
* console/defaultfont.c: Convert to utf-8.
2006-09-11 Joel Sherrill <joel@OARcorp.com >
* include/arm_mode_bits.h: Convert C++ style comments to C style.
2006-09-11 Chris Johns <chrisj@rtems.org >
* README, configure.ac: Remove extra CRLF.
2006-06-02 Jay Monkman <jtm@lopingdog.com >
* irq/bsp_irq_init.c: Changed interrupt handling
to use shared rtems_irq_connect_data struct.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org >
* Makefile.am: Add preinstall.am.
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org >
* bsp_specs: remove %lib.
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org >
* bsp_specs: Remove %cpp.
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org >
* irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
2005-07-06 Markku Puro <markku.puro@kopteri.net >
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
clock/clockdrv.c, console/conio.c, console/console.c,
console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
timer/timer.c: New files.
2006-10-20 05:49:16 +00:00
Ralf Corsepius
dd73668084
2006-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/cpu/Makefile.am, configure.ac: Remove nios2.
2006-10-20 05:39:52 +00:00
Ralf Corsepius
8dc5cd751b
Remove nios2.
2006-10-20 05:39:11 +00:00
Ralf Corsepius
2f45e83a3b
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Requires automake-1.10. Require autoconf-2.60.
* aclocal/rtems-top.m4, aclocal/version.m4:
Adaptions to automake-1.10.
2006-10-19 14:35:27 +00:00
Ralf Corsepius
b06cc7e76d
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-19 14:26:57 +00:00