Timeline



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.

10/15/10:

03:34 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)
03:33 TBR/BSP/Csb637 edited by Fgnicodemos
(diff)

10/14/10:

15:12 Changeset in rtems [5f3ebd2]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:11 Changeset in rtems [8ef2d0f1]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon autoconf < 2.68. Exclude test 199.
15:10 Changeset in rtems [02e9f5f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Use xz-compressed tarball except on el5. Abandon autoconf < 2.68.
14:57 Changeset in rtems [e469c17]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOCONF_RPMREL.
09:37 Changeset in rtems [4a14d7b1]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h: Update for <bsp/utility.h> changes.
09:34 Changeset in rtems [60d6057]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/utility.h: Renamed macros.
09:34 Changeset in rtems [8f60119e]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include of <bsp/utility.h>.
07:18 Changeset in rtems [cb6c5dcf]4.115 by Sebastian Huber <sebastian.huber@…>
Added missing entry.
06:56 Changeset in rtems [1d3d868]4.115 by Sebastian Huber <sebastian.huber@…>
Typo.
06:52 Changeset in rtems [d267a8a0]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-14 Sebastian Huber <sebastian.huber@…> * misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().

10/12/10:

21:51 TBR/Website/Board_Support_Packages edited by Fgnicodemos
(diff)

10/11/10:

23:58 Changeset in rtems [0b41397f]4.10 by Chris Johns <chrisj@…>
Disable trace.
21:12 Changeset in rtems [ce8cc899]4.10 by Chris Johns <chrisj@…>
The patch to the 4.10 branch did not apply correctly. This fixes it.
04:40 Changeset in rtems [5a24436]4.10 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-trace.c, libfs/src/rfs/rtems-rfs-trace.h: Add inode-delete. * libfs/src/rfs/rtems-rfs-shell.c: Fix formatting. * libfs/src/rfs/rtems-rfs-rtems-dir.c: Use ssize_t. Fix spelling. * libfs/src/rfs/rtems-rfs-block.c: Fix rtems_rfs_block_get_bpos to return the position correctly. A bpos does not have any special processing. Do no reset the buffer handle when shrinking indirectly. * libfs/src/rfs/rtems-rfs-inode.c: Add trace. * libfs/src/rfs/rtems-rfs-format.c: Fix comments. * libfs/src/rfs/rtems-rfs-group.c: Limit the inodes to the blocks in a group so the accounting works. * libfs/src/rfs/rtems-rfs-dir.c: PR 1705. Fix handling the offsets when deleting an entry. * libfs/src/rfs/rtems-rfs-buffer.h: Remove rtems_rfs_buffer_handle_reset. It is not needed and dangerous. * cpukit/libmisc/untar/untar.c: Merge 4.11 pax fix. This fix also supports MacOS's tar.
04:34 Changeset in rtems [0a127c5]4.115 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * libfs/src/rfs/rtems-rfs-trace.c, libfs/src/rfs/rtems-rfs-trace.h: Add inode-delete. * libfs/src/rfs/rtems-rfs-shell.c: Fix formatting. * libfs/src/rfs/rtems-rfs-rtems-dir.c: Use ssize_t. Fix spelling. * libfs/src/rfs/rtems-rfs-block.c: Fix rtems_rfs_block_get_bpos to return the position correctly. A bpos does not have any special processing. Do no reset the buffer handle when shrinking indirectly. * libfs/src/rfs/rtems-rfs-inode.c: Add trace. * libfs/src/rfs/rtems-rfs-format.c: Fix comments. * libfs/src/rfs/rtems-rfs-group.c: Limit the inodes to the blocks in a group so the accounting works. * libfs/src/rfs/rtems-rfs-dir.c: PR 1705. Fix handling the offsets when deleting an entry. * libfs/src/rfs/rtems-rfs-buffer.h: Remove rtems_rfs_buffer_handle_reset. It is not needed and dangerous.
03:46 Ticket #1705 (RFS directory entry create and removal error) closed by Chris Johns
fixed
00:36 Changeset in rtems [0781705]4.115 by Chris Johns <chrisj@…>
2010-10-11 Chris Johns <chrisj@…> * console/console.c: Fix the baudrate command line support.
Note: See TracTimeline for information about the timeline view.