Timeline



11/12/06:

11:19 Changeset in rtems [d826ef2b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-12 Ralf Corsépius <ralf.corsepius@…> * Makefile.am, configure.ac: Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.
11:18 Changeset in rtems [89434bf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
11:18 Changeset in rtems [d8f6534]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.
11:12 Changeset in rtems [43912af]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-12 Ralf Corsépius <ralf.corsepius@…> * libcsupport/include/stdint.h, libcsupport/include/inttypes.h: Remove.
11:03 Changeset in rtems [0fefba6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-12 Ralf Corsépius <ralf.corsepius@…> * score/Doxyfile: Remove RTEMS_INLINES.

11/11/06:

05:12 Changeset in rtems [78897bc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-11 Ralf Corsépius <ralf.corsepius@…> * 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.)
05:09 Changeset in rtems [21a7c424]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-11-10 Alain Schaefer <alani@…> * startup/linkcmds: Put .fini into sdram. Add edata, etext.

11/10/06:

13:01 Changeset in rtems [9b039313]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
'BR: flex bison' for gcc >= 4.2.0

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
Note: See TracTimeline for information about the timeline view.