Timeline



11/09/06:

14:28 Changeset in rtems [615b6c9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Introduce GCC_PKGVERS
14:27 Changeset in rtems [7f59079]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.2.0-20061031.
11:19 Changeset in rtems [e315b421]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New (Merge BFIN patches).
11:11 Changeset in rtems [4df1b2e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-09 Ralf Corsépius <ralf.corsepius@…> * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces. * rtems/score/bfin.h: Use BFIN instead of BFIN.
11:10 Changeset in rtems [a6c5a6d1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove stray whitespaces.
11:10 Changeset in rtems [1cb0a9b4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use BFIN instead of BFIN.
10:29 Changeset in rtems [65bee786]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
changes
10:28 Changeset in rtems [e4fec90]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add bfin.
07:49 Changeset in rtems [e306f333]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-09 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove redundant AC_CHECK_HEADER([stdint.h]), AC_CHECK_HEADER([inttypes.h]). Now implicitly checked.

11/08/06:

08:42 Changeset in rtems [fbf8301]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-08 Ralf Corsépius <ralf.corsepius@…> * cpu_asm.S: Re-add HI, LO.
08:23 Changeset in rtems [3faa99f2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-08 Ralf Corsépius <ralf.corsepius@…> * irq.c: Add missing newline. * rtems/score/cpu.h: Eliminate hidden backspaces.
08:23 Changeset in rtems [da959610]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Eliminate hidden backspaces.
08:21 Changeset in rtems [918b7a9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add missing newline

11/02/06:

21:49 Changeset in rtems [af6c22d] by Joel Sherrill <joel.sherrill@…>
2006-11-02 Steven Johnson <sjohnson@…> * 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.
21:48 Changeset in rtems [068c3ee1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-11-02 Steven Johnson <sjohnson@…> * 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.

11/01/06:

16:06 Changeset in rtems [e1d578d8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:30 Changeset in rtems [112995e5] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:24 Changeset in rtems [fa40f3b1] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:15 Changeset in rtems [4b77b83] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.

10/30/06:

22:23 Changeset in rtems [550d13e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
22:22 Changeset in rtems [302f5fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
22:21 Changeset in rtems [ae54141] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
22:21 Changeset in rtems [0c2ec7f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> 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.
22:21 Changeset in rtems [f5c9b89] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> 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.
22:18 Changeset in rtems [d233c88] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
22:17 Changeset in rtems [d1adbae] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * bsp_specs: Add crti, crtbegin, crtend, and crtn.
17:07 Changeset in rtems [85cef69] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * include/.cvsignore: New file.
16:56 Changeset in rtems [842a8fe1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * .cvsignore: New file.
16:53 Changeset in rtems [b174ee8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * bsp_specs: Add crti, crtbegin, crtend, and crtn.
16:52 Changeset in rtems [32d19cb] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * include/.cvsignore: New file.
03:53 Changeset in rtems [5cde0c4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Update sparc dep to rtems4.8

10/27/06:

08:42 Changeset in rtems [5fcda02]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused)
08:32 Changeset in rtems [d94d76ad]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused).
08:32 Changeset in rtems [f5b9b5b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (broken).
08:31 Changeset in rtems [2466600]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (obsolete).
08:29 Changeset in rtems [31691791]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-27 Ralf Corsépius <ralf.corsepius@…> * configure.ac, Makefile.am: Remove rtems4.7. * rtems4.7: Remove (Development now in rtems-4-7-branch only).
08:27 Changeset in rtems [136e234]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove rtems-4.7
08:26 Changeset in rtems [58b7d38f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused).
08:24 Changeset in rtems [4e0f6b7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
08:23 Changeset in rtems [969d68c9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-27 Ralf Corsépius <ralf.corsepius@…> * patches/newlib-1.14.0-rtems4.8-20061027.diff: New. * patches/newlib-1.14.0-rtems-20061026.diff: Remove (broken).
08:21 Changeset in rtems [29aed1fd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Update to newlib-1.14.0-rtems4.8-20061027.diff
08:18 Changeset in rtems [653db3f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
02:20 References edited by Jonathan
/* Published in 2006 */ (diff)

10/26/06:

18:36 Changeset in rtems [d8f7868]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * 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.
18:01 Changeset in rtems [7693aec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * patches/newlib-1.14.0-rtems-20061026.diff: New file.
13:47 Changeset in rtems [7ced9142]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * configure, include/bspopts.h.in: Removed.
Note: See TracTimeline for information about the timeline view.