Timeline



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.

10/25/06:

20:51 TBR/BSP/EZKit533 created by Alani
Inital Version
20:23 TBR/UserManual/SupportedCPUs edited by JoelSherrill
(diff)
20:19 TBR/Website/Board_Support_Packages edited by Alani
(diff)
20:01 TBR/UserManual/SupportedCPUs edited by JoelSherrill
Reordered table. (diff)
19:53 TBR/UserManual/SupportedCPUs created by JoelSherrill
Convert supported architectures to table.
11:28 Changeset in rtems [5112ff5a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-25 Jennifer Averett <jennifer@…> * 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.
11:27 Changeset in rtems [b295019] by Joel Sherrill <joel.sherrill@…>
2006-10-25 Jennifer Averett <jennifer@…> * 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.
11:22 Changeset in rtems [1e3518b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-25 Joel Sherrill <joel@…> * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
01:29 Changeset in rtems [b94e68d] by Ralf Corsepius <ralf.corsepius@…>
Bumb version to 0.4
01:29 Changeset in rtems [63e3f714] by Ralf Corsepius <ralf.corsepius@…>
Let rtems-@RTEMS_API@… depend on configure.ac
01:23 Changeset in rtems [413b0ecd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Let rtems-@RTEMS_API@… depend on configure.ac
01:22 Changeset in rtems [94f4fde1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Bumb version to 0.4
Note: See TracTimeline for information about the timeline view.