Timeline



11/01/10:

20:02 Release/4.8 edited by JoelSherrill
/* Release 4.8.3 Changes */ Add PR1714 (diff)
20:01 Release/4.9 edited by JoelSherrill
/* Release 4.9.5 Changes */ Add PR1714 (diff)
17:33 Changeset in rtems [a14b982]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Alin Rus <alin.codejunkie@…> * psxaio01/init.c, psxaio02/init.c: Improve coverage.
17:32 Changeset in rtems [5f925685]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Alin Rus <alin.codejunkie@…> * posix/include/rtems/posix/aio_misc.h, posix/src/aio_misc.c: Small fixes.
15:58 Changeset in rtems [b0ceb59b]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t, user/part.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [22d226c]4.10 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t, user/intr.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [b9803bde]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [d84ff53]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
15:03 Ticket #1714 (rtems_status_code missing description in user's manual) closed by Joel Sherrill
fixed: Patch applied to all active branches.
14:55 Ticket #1714 (rtems_status_code missing description in user's manual) created by Joel Sherrill
There is no description of rtems_status_code in the data types chapter …

10/31/10:

15:10 Ticket #1713 (networking stack is not 64-bit clean) created by Gedare Bloom
The networking code has alignment problems on 64-bit architectures …

10/29/10:

07:32 Changeset in rtems [4b25ab8b]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-29 Sebastian Huber <sebastian.huber@…> * rtems/powerpc/registers.h: Added HID2 define. Fixed comments.

10/28/10:

15:14 Ticket #1712 (Add LWIP Support to RTEMS) created by Joel Sherrill
This port was done by Marcello Presulli <m.presulli@…> and …

10/26/10:

04:24 Changeset in rtems [ec12a7e]4.115 by Joel Sherrill <joel.sherrill@…>
Spacing.
04:22 Changeset in rtems [4cdce0e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-25 Joel Sherrill <joel.sherrill@…> * spchain/init.c: Attempt to improve coverage.

10/25/10:

07:43 Changeset in rtems [155b47a]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-25 Sebastian Huber <sebastian.huber@…> * libchip/ide/ata.c: Do not violate chain API.
07:29 Changeset in rtems [ae78019]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-25 Sebastian Huber <sebastian.huber@…> * spchain/init.c, spwatchdog/task1.c: Do not violate chain API.
07:27 Changeset in rtems [0e34d43]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-25 Sebastian Huber <sebastian.huber@…> * tm26/task1.c, tm27/task1.c: Do not violate chain API.

10/21/10:

22:27 Changeset in rtems [a5ba6758]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * posix/src/psignalunblockthread.c: Formatting.
22:21 Changeset in rtems [ed553f0]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * posix/src/mutextimedlock.c: Check status local variable not lock_status.
22:18 Changeset in rtems [479cbaf8]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to _CPU_Context_restore() because it does not return. Telling GCC this avoids generation of dead code.
22:09 Changeset in rtems [8e9a25ac]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * psx05/init.c: Check for correct status returned. * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code to exercise path when attempting to lock for reading but there is at least one writer blocked waiting for access.
22:05 Changeset in rtems [4fcd106]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal. * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
21:22 Changeset in rtems [33c46f1]4.115 by Joel Sherrill <joel.sherrill@…>
2010-10-21 Joel Sherrill <joel.sherrill@…> * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate double space after parenthesis on rtems_test_assert().
14:42 Changeset in rtems [15d5b9a]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
13:58 Changeset in rtems [c477be46]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-21 Sebastian Huber <sebastian.huber@…> * include/tm27.h: New file. * Makefile.am, preinstall.am: Reflect change above. * include/bsp.h: Fixed lpc32xx_micro_seconds_delay(). * misc/timer.c: Support for timer tests.

10/20/10:

17:42 Developer/Eclipse/Information edited by Sh
Make Eclipse plug-in user guide more visible. (diff)
17:36 Developer/Eclipse/Information edited by Sh
Make the link to the detail document less visible, since this plug-in is obsolete. (diff)
12:50 Ticket #1711 (Chain API implementation and usage cleanup) created by Sebastian Huber
2010-10-20 Sebastian Huber <sebastian.huber@…> * …

10/19/10:

23:47 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:44 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:42 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:38 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
23:16 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
18:16 Release/4.10 edited by JoelSherrill
/* Tool Improvements */ Update (diff)
11:58 Developer/FileSystems edited by Sh
/* FTP File System */ (diff)
09:16 Changeset in rtems [6366c2e]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-19 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/ftpfs.c: Do not fall back to BOOTP server address in case hostname was not specified.
07:38 Changeset in rtems [71a6a16]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-19 Sebastian Huber <sebastian.huber@…> * libnetworking/lib/ftpfs.c: Fixed a special case with no username and password.

10/18/10:

22:48 Changeset in rtems [ab52da4]4.10 by Chris Johns <chrisj@…>
2010-10-19 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Add missing unlock in write. Return the error code in close.
22:39 Changeset in rtems [6dd4853c]4.115 by Chris Johns <chrisj@…>
2010-10-19 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-rtems-file.c: Add missing unlock in write. Return the error code in close.
Note: See TracTimeline for information about the timeline view.