Timeline



07/30/09:

20:21 Changeset in rtems [64bad68b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-30 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to account for properly handling keys when a thread has non-NULL key value and key has NULL destructor and when a thread has NULL key value and key has destructor. * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c, psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
18:48 Changeset in rtems [3e5a9e51]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-30 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test for exercising running out of memory while allocating the key pointers. * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c, psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
17:20 Changeset in rtems [d6675bf]4.104.115 by Joel Sherrill <joel.sherrill@…>
Spaces -> tabs.
17:10 Changeset in rtems [7e260d6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-30 Joel Sherrill <joel.sherrill@…> * sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the wrong thing in a cpp macro. Added contents to screen file and add documentation file. * sp42/sp42.doc: New file.
15:56 Changeset in rtems [4ac7e272]4.104.115 by Eric Norum <WENorum@…>
Enable data cache.
15:48 Changeset in rtems [ac1d1bc4]4.9 by Eric Norum <WENorum@…>
Try enabling the data cache.
14:52 Changeset in rtems [b1b6beb0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-30 Joel Sherrill <joel.sherrill@…> * spintrcritical16/spintrcritical16.doc: Remove junk and typos.
14:52 Changeset in rtems [095105a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-30 Joel Sherrill <joel.sherrill@…> * spintrcritical16/init.c: Tinker with test to make it hit the case more reliably.
00:15 Changeset in rtems [8b40e27]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise as many cases as possible of not being able to allocate memory from the workspace during thread creation. * sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc, sp18/sp18.scn: New files.
00:14 Changeset in rtems [cedfd802]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * score/src/threadinitialize.c: Rework so there is only one error exit path. This required setting every variable that contains memory allocated from the workspace to NULL early and using that assumption in the one failed exit path.
00:11 Changeset in rtems [e63b79d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * score/src/wkspace.c: Add debug printks.

07/29/09:

20:27 Changeset in rtems [0376d08]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * psxmsgq04/init.c: Add call to mq_unlink.
20:26 Changeset in rtems [59efe76b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * posix/src/mqueuedeletesupp.c: Mark unreachable section as RTEMS_DEBUG.
20:15 Changeset in rtems [330e858c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add shell of new test. * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
19:06 Changeset in rtems [afcecbf7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * network/network.c: Add csb637 PHY code based upon that in MicroMonitor? 1.17.
18:34 Changeset in rtems [634adfee]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c: Add _Thread_Enable_dispatch() on EAGAIN error case. Add debug print on loop processing threads waiting for signal. * posix/src/psignal.c: When the sigwait() Thread Queue processing loop was changed to FIFO, I forgot to change the initialization to match.
18:31 Changeset in rtems [2ad8f85]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals. * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
18:30 Changeset in rtems [a2b8140]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Joel Sherrill <joel.sherrill@…> * psxsignal02/init.c: Fix spacing.
14:09 Changeset in rtems [83987a5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Roxana Leontie <roxana.leontie@…> * Makefile.am, preinstall.am, console/fb_vga.c: Switch to using frame_buffer_ naming. Joel cleaned up formatting and removed tabs that were there long before Roxana touched this file. * console/fb_vga.h: Removed.
13:38 Changeset in rtems [7895090]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-29 Roxana Leontie <roxana.leontie@…> * libmisc/mw-fb/mw_fb.h: Cleaned code and added some more structures.
04:31 Changeset in rtems [810f43e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/28/09:

23:49 Changeset in rtems [d2861a11]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to handle the case where a region resize frees enough memory to unblock a task. * sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc, sp62/sp62.scn: New files. * sp61/init.c: Test does not need regions.
23:28 Changeset in rtems [ad4759ab]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/preinstall.am, sapi/include/confdefs.h: Add configuration and basic device driver ver definition for frame buffer device. * libcsupport/include/rtems/framebuffer.h: New file.
23:14 Changeset in rtems [b32020b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Joel Sherrill <joel.sherrill@…> * cpu.c, cpu_asm.S, rtems/score/cpu.h: Context switch now works well enough to run ticker to completion with the simulator clock idle task. But if you comment out the printk's in _CPU_Context_Initialize, it hangs. This remains to be investigated.
19:29 Changeset in rtems [9bfb3c6]4.9 by Eric Norum <WENorum@…>
PR 1420/bsps Turn on buffered writes to DRAM. As Device Errata SECF124 notes this may cause double writes, but that's not really a big problem and benchmarking tests have shown that buffered writes do gain some performance.
19:23 Changeset in rtems [5353469a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test case for processing a timeout on a thread (that is the thread executing) that has also had its request satisfied while it is being enqueued. * spintrcritical16/.cvsignore, spintrcritical16/Makefile.am, spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc, spintrcritical16/spintrcritical16.scn: New files. * spintrcritical15/init.c: Remove unused TSR>
19:21 Changeset in rtems [c7cf1d77]4.104.115 by Eric Norum <WENorum@…>
PR 1420/bsps Turn on buffered writes to DRAM. As Device Errata SECF124 notes this may cause double writes, but that's not really a big problem and benchmarking tests have shown that buffered writes do gain some performance.
18:02 Changeset in rtems [f1b90cc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Joel Sherrill <joel.sherrill@…> * bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell. * bsp_howto/framebuffer.t: New file. * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
15:22 Changeset in rtems [78ab0c5]4.104.115 by Joel Sherrill <joel.sherrill@…>
Add Doxygen cleanups.
14:34 Changeset in rtems [5eac0853]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Xi Yang <hiyangxi@…> * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
13:46 Changeset in rtems [5d8b8eb]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Santosh G Vattam <vattam.santosh@…> * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various mq_timedreceive and mq_timedsend conditions. In particular test timeout in the past.
13:44 Changeset in rtems [42d57c7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-28 Santosh G Vattam <vattam.santosh@…> * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock with timeout in the past.

07/27/09:

22:04 Changeset in rtems [33692dd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-27 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test case for a thread timing out on a thread queue while another thread is in the process of blocking on the same thread queue. * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am, spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc, spintrcritical15/spintrcritical15.scn: New files.
11:55 Changeset in rtems [e7667a8]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to autoconf-2.64.
11:54 Changeset in rtems [9ff8bda]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
11:52 Changeset in rtems [2bdf507]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0-rtems4.10-20090727.diff
11:52 Changeset in rtems [28dc5fb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
11:51 Changeset in rtems [eec869d3]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
00:00 Changeset in rtems [0df035b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-26 Joel Sherrill <joel.sherrill@…> * score/Makefile.am, score/preinstall.am: SuperCore? Spinlock is only used by POSIX API. Do not build it when POSIX is not enabled.

07/26/09:

06:09 Changeset in rtems [0973a00]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.9.
06:07 Changeset in rtems [cdeed5a6]4.8 by Ralf Corsepius <ralf.corsepius@…>
Update.
05:56 Changeset in rtems [80e9324]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:56 Changeset in rtems [2dcd85d]4.9 by Ralf Corsepius <ralf.corsepius@…>
Set amvers to 1.10.
05:11 Changeset in rtems [65db3bf]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
05:07 Changeset in rtems [a42ad63]4.9 by Ralf Corsepius <ralf.corsepius@…>
Don't pass %{?dist} to *_RPM_REL
05:00 Changeset in rtems [862e1ec]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:59 Changeset in rtems [bff8cf4b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOCONF_RPMREL.
04:56 Changeset in rtems [051e1b2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOMAKE_RPMREL.
04:55 Changeset in rtems [bcbfc091]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Require help2man for automake < 1.11

07/25/09:

12:57 Changeset in rtems [5d6d1a1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-25 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: spintrcritical15 not ready yet.
01:44 Changeset in rtems [6914ffe]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * sapi/src/ioregisterdriver.c: Fix spacing.
01:39 Changeset in rtems [7467542]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Now verified to hit coverage cases. * sp40/sp40.doc: New file.
01:31 Changeset in rtems [96b8762]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test to catch two remaining uncovered cases in rtems_io_register_driver. * sp40/system.h: Removed.

07/24/09:

20:43 Changeset in rtems [eecb545]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise odd case in rtems_iterate_over_all_threads. * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc, sp41/sp41.scn: New files.
20:37 Changeset in rtems [b4f7353]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * psxsignal02/psxsignal02.scn: Fill in screen file.
19:18 Changeset in rtems [a3e4a58]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise algorithm to dispatch process wide signals to individual threads. * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c, psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
19:17 Changeset in rtems [24399ad]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c: Rework to make easier to analyze for code coverage and to simplify so it is easier to analyze for correctness.
13:28 Changeset in rtems [cd62f7a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Roxana Leontie <roxana.leontie@…> * console/fb_vga.c: divided fb_screeninfo structure into fb_var_screeninfo and fb_fix_screeninfo; same with get_screen_info
13:27 Changeset in rtems [8daaa65e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-24 Roxana Leontie <roxana.leontie@…> * libmisc/mw-fb/mw_fb.h: divided fb_screeninfo structure into fb_var_screeninfo and fb_fix_screeninfo
12:34 Changeset in rtems [f774354f]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
10:29 Changeset in rtems [2165ab4]4.8 by Ralf Corsepius <ralf.corsepius@…>
New.
10:26 Changeset in rtems [a3edc1b8]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:25 Changeset in rtems [cd8dd21]4.8 by Ralf Corsepius <ralf.corsepius@…>
Update.
10:25 Changeset in rtems [2cc6357]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
10:13 Changeset in rtems [d26a03c9]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:13 Changeset in rtems [ba197db0]4.8 by Ralf Corsepius <ralf.corsepius@…>
Update.
10:12 Changeset in rtems [10d5360]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
10:12 Release/4.10 edited by ChrisJohns
ITRON disabled changed (diff)
09:40 Changeset in rtems [fd410cd]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:40 Changeset in rtems [5589d26f]4.8 by Ralf Corsepius <ralf.corsepius@…>
Minor fixes.
09:39 Changeset in rtems [5e6b855]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
09:35 Changeset in rtems [b813489b]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/23/09:

21:23 Changeset in rtems [18e23e91]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
2009-07-23 Ralf Corsepius <ralf.corsepius@…> * aclocal/enable-itron.m4: Default to not building itron.
20:30 Changeset in rtems [6ffde61]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test to exercise interrupt synchronization logic in _POSIX_Timer_Insert_helper that supports POSIX timers. * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am, psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc, psxintrcritical01/psxintrcritical01.scn: New files.
19:40 Changeset in rtems [f5b58ff3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * rtems/src/timerreset.c: Mark an unreachable path that is a sanity check as conditional on RTEMS_DEBUG.
19:05 Changeset in rtems [2c0d792]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * sp36/strict_order_mut.c: Simple binary semaphores cannot have an inheritance protocol since there is no holder associated with them.
18:56 Changeset in rtems [5ea6d2e6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Josh Switnicki <josh.switnicki@…> * README: Included information about simulavrxx
18:54 Changeset in rtems [d541ba8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new tests to exercise cases where a timer is scheduled from an ISR while it is being scheduled at the task level. * spintrcritical13/.cvsignore, spintrcritical13/Makefile.am, spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc, spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore, spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc, spintrcritical14/spintrcritical14.scn: New files.
18:04 Changeset in rtems [75fed1b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * spintrcritical01/init.c, spintrcritical06/init.c, spintrcritical08/init.c, spintrcritical09/init.c: Perform some cleanup and make the tests more similar.
17:40 Changeset in rtems [3da35a18]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * cpu.c, cpu_asm.S: Unsuccessful attempt to fix.
16:12 Changeset in rtems [4e4f06b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * spintrcritical06/init.c: Test now hits forward and reverse cases.
15:46 Changeset in rtems [a74c869]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * score/src/iterateoverthreads.c: Restructure a bit to make analysis easier.
15:30 Changeset in rtems [9301ec20]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
15:25 Changeset in rtems [7611ed8e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
14:59 Changeset in multiio [b5c3d20] by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * main_pcmmio_irq.c: Add code to report interrupts.
14:39 Changeset in multiio [6955473] by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * main_pcmmio_adc.c, main_pcmmio_dac.c, main_pcmmio_din.c, main_pcmmio_dout.c, main_pcmmio_irq.c: Update checks of return status from rtems_string_to_XXX to reflect change to rtems_status_code.
14:32 Changeset in rtems [48751ab]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/main_chmod.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mmove.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_sleep.c, libmisc/shell/main_umask.c, libmisc/shell/shell_script.c, libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h: Convert return type from bool to rtems_status_code and add rtems_string_to_pointer. Perform associated clean up and changes for return type change. * libmisc/stringto/stringtopointer.c: New file.
13:29 Changeset in rtems [73dfaf8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-23 Santosh G Vattam <vattam.santosh@…> * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add multiple cases which complete coverage of thread cancellation. * psxcancel/psxcancel.doc: New file.
09:04 Changeset in rtems [118d237d]4.9 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:03 Changeset in rtems [80f2a8bc]4.9 by Ralf Corsepius <ralf.corsepius@…>
Abandon cpukit.
09:02 Changeset in rtems [e808cbd]4.9 by Ralf Corsepius <ralf.corsepius@…>
Abandon mingw32.
09:01 Changeset in rtems [38433f5]4.9 by Ralf Corsepius <ralf.corsepius@…>
Abandon cygwin, mingw.
09:00 Changeset in rtems [feb6eb60]4.9 by Ralf Corsepius <ralf.corsepius@…>
Abandon cygwin.
08:59 Changeset in rtems [41d5d5f]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
08:58 Changeset in rtems [a227867]4.9 by Ralf Corsepius <ralf.corsepius@…>
Update to newlib-1.16.0-rtems4.9-20090324.diff.
08:52 Changeset in rtems [7f43bed]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
08:51 Changeset in rtems [794e505]4.9 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
08:45 Changeset in rtems [a6a241e]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync. with rtems-4.10.
08:38 Changeset in rtems [af0717b]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync. with rtems-4.10.

07/22/09:

21:46 Changeset in rtems [2d730043]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make test work for case that it is documented to handle.
21:26 Changeset in rtems [0997128]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c: Clean up. Avoid NULL pointer case.
21:26 Changeset in rtems [cdea617]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * score/inline/rtems/score/states.inl: Add _States_Is_interruptible_by_signal. Add more DOxygen comments and clean up.
20:58 Changeset in multiio [45abed9] by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * Makefile, README, main_pcmmio_dac.c, mio_io.h, mio_io_rtems.c, pcmmio_commands.h, pcmmio_shell.c, rtems_config.c: Add pcmmio_irq command and do some cleanup as noticed on other files. * main_pcmmio_irq.c: New file.
20:45 Changeset in rtems [b01619d7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * src/irq-generic.c: Priority inheritance on simple binary semaphores makes no sense and has recently been added as an error condition.
18:24 Changeset in multiio [d7d35da] by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * README: Fix typo.
18:24 Changeset in multiio [f89686d] by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * README, main_pcmmio_dac.c, rtems_config.c: Add mode to pcmmio_dac command where it can write a pattern.
18:18 Changeset in rtems [592b91f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_help.c: Provide a few more characters for command names.
16:50 Changeset in multiio [9175425] by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * README, main_pcmmio_adc.c, main_pcmmio_dac.c, main_pcmmio_din.c, main_pcmmio_dout.c, pcmmio_commands.h: Switch to rtems/string2.h methods. Verify negative voltages are allowed as input.
16:29 Changeset in rtems [b362ec5]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_mdump.c, libmisc/shell/main_mwdump.c: Fine tune printf format.
16:00 Changeset in rtems [0d3b27cd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * libchip/ide/ata.c: Remove warning.
16:00 Changeset in rtems [5c7c1ec]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * rtems/src/regionextend.c: Remove warning.
15:39 Changeset in rtems [51cec29]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * posix/include/semaphore.h, posix/include/rtems/posix/semaphore.h: Move SEM_FAILED from private file to public file since it is defined by POSIX.
15:37 Changeset in rtems [17e3808]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * psxsem01/Makefile.am, psxsem01/init.c: Much clean up. * psxsem01/system.h: Removed.
15:21 Changeset in rtems [7e9765d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * psxsem01/init.c: Eliminate warning.
15:21 Changeset in rtems [f379d80]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * libmisc/shell/main_mount.c: Eliminate warning.
15:17 Changeset in rtems [35d09ba]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * libmisc/Makefile.am, libmisc/shell/main_chmod.c, libmisc/shell/main_mdump.c, libmisc/shell/main_medit.c, libmisc/shell/main_mfill.c, libmisc/shell/main_mmove.c, libmisc/shell/main_msdosfmt.c, libmisc/shell/main_mwdump.c, libmisc/shell/main_sleep.c, libmisc/shell/main_umask.c, libmisc/shell/shell.h, libmisc/shell/shell_script.c, libmisc/stringto/stringto_template.h: Convert all shell code to use stringto.h mehods with better error checking. * libmisc/shell/str2int.c: Removed.
14:26 Changeset in rtems [e8d59ca]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add the stringto family of string to number converters. These are error checking wrappers for the strtoXXX methods and do their best to return false if the conversion failed. The error checking required for this is tedious and error prone. Hence better to have in a family of helper routines. * libmisc/stringto/stringto.h, libmisc/stringto/stringto_template.h, libmisc/stringto/stringtodouble.c, libmisc/stringto/stringtofloat.c, libmisc/stringto/stringtoint.c, libmisc/stringto/stringtolong.c, libmisc/stringto/stringtolonglong.c, libmisc/stringto/stringtounsignedchar.c, libmisc/stringto/stringtounsignedint.c, libmisc/stringto/stringtounsignedlong.c, libmisc/stringto/stringtounsignedlonglong.c: New files.
14:00 Changeset in rtems [381a53a8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-22 Joel Sherrill <joel.sherrill@…> * psxcancel/init.c: Clean up.
10:18 Changeset in rtems [e1ffb64]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:18 Changeset in rtems [1f70458]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.4.1-rtems4.10-20090722.diff
10:12 Changeset in rtems [ab16a063]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
10:11 Changeset in rtems [df979f27]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
10:07 Changeset in rtems [e1f0b2d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC-4.4.1.
00:09 Changeset in rtems [12a191ae]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/key.h, posix/src/keycreate.c, posix/src/keydelete.c, posix/src/keyrundestructors.c: Restructure a bit to make it easier to do coverage analysis. Eliminate is_active member of control structure because it was redundant with very the key object was open or closed.

07/21/09:

23:27 Changeset in multiio [69f7221] by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * Makefile, README, main_pcmmio_dac.c, main_pcmmio_dout.c: Added string2XXX routines to RTEMS so we have ability to do heavy error checking on numeric inputs.
23:09 Changeset in rtems [4b45c13]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * rtems/src/eventseize.c, rtems/src/eventsurrender.c, rtems/src/eventtimeout.c: Clean up and minor rework as a side-effect of coverage analysis.
23:06 Changeset in rtems [7fbe4fa1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * spintrcritical10/.cvsignore, spintrcritical10/Makefile.am, spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc, spintrcritical10/spintrcritical10.scn: New files.
23:06 Changeset in rtems [75a5aba]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move unreliable third case in sp39 to spintrcritical10. New tests to hit other event synchronization critical sections. * spintrcritical11/.cvsignore, spintrcritical11/Makefile.am, spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc, spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore, spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc, spintrcritical12/spintrcritical12.scn: New files.
19:32 Changeset in rtems [bd894e54]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise Debug Manager. * sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc, sp10/sp10.scn: New files.
19:27 Changeset in rtems [90e6d39]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * sapi/src/debug.c, score/include/rtems/debug.h: Rename _Debug_Is_enabled to rtems_is_debug_enabled.
18:26 Changeset in rtems [99fbb608]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * spintrcritical06/init.c: Clean up. * spintrcritical09/init.c: Adjust clock tick so it works on erc32. * spintrcritical09/spintrcritical09.scn: Fill in.
17:25 Changeset in rtems [56864ffc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * psxmutexattr01/init.c: Make test optional if tools do not support posix mutex type attribute.
16:21 Changeset in multiio [9fec0a5] by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * Makefile, README, mio_io.h, pcmmio_commands.h: Add pcmmio_dac command. * main_pcmmio_dac.c: New file.
15:48 Changeset in rtems [b58c049]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Roxana Leontie <roxana.leontie@…> * console/fb_vga.c: replaced the ioctl structures with linux framebuffer equivalents
15:47 Changeset in rtems [db862461]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Roxana Leontie <roxana.leontie@…> * libmisc/Makefile.am, libmisc/mw-fb/mw_fb.h: mw_fb.h eliminated the ufb_* calls and replaced some of the ioctl structures and numbers with the linux framebuffer equivalents * libmisc/mw-fb/mw_fb.c: Removed.
15:16 Changeset in rtems [bbebcd2c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * spintrcritical06/init.c: Add comment to indicate test is not finished and known to not hit the case. * Makefile.am, configure.ac: Add a couple more interrupt critical section tests. * spintrcritical08/.cvsignore, spintrcritical08/Makefile.am, spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc, spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore, spintrcritical09/Makefile.am, spintrcritical09/init.c, spintrcritical09/spintrcritical09.doc, spintrcritical09/spintrcritical09.scn: New files.
15:07 Changeset in rtems [14d3ad4f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to exercise error case for when a task is blocked on a condition variable with one mutex and another task attempts to block on the same condition variable with another mutex. * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c, psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
14:16 Changeset in rtems [75eaf66]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/cancel.h, posix/src/cancel.c, posix/src/canceleval.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c: Fix a minor bug in the previous modification which resulted in psxcancel failing.
13:17 Changeset in rtems [68799a2a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-21 Santosh G Vattam <vattam.santosh@…> * posix/Makefile.am, posix/include/rtems/posix/cancel.h, posix/src/cancel.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c: Add _POSIX_Thread_Evaluate_cancellation_and_enable_dispatch method to avoid duplication of code and ease coverage analysis. * posix/src/canceleval.c: New file.
12:38 Changeset in rtems [bd8e770]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
12:38 Changeset in rtems [f1534807]4.8 by Ralf Corsepius <ralf.corsepius@…>
Bump *_RPMREL.
12:33 Changeset in rtems [6dae02b4]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
12:26 Changeset in rtems [da3d358]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
12:25 Changeset in rtems [01d2b1eb]4.8 by Ralf Corsepius <ralf.corsepius@…>
Abandon mingw32, cygwin.
10:54 Changeset in rtems [6542b461]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
10:50 Changeset in rtems [0eaef9a7]4.8 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
10:46 Changeset in rtems [15e12bf6]4.8 by Ralf Corsepius <ralf.corsepius@…>
Remove.
08:38 Changeset in rtems [d374492]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Update for MPC55XX changes
06:52 Changeset in rtems [115971c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to binutils-2.19.51-20090721.
06:11 Changeset in rtems [b1f7366]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:10 Changeset in rtems [4a5abe71]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
06:10 Changeset in rtems [e71a7066]4.9 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
06:00 Changeset in rtems [64181ed2]4.9 by Ralf Corsepius <ralf.corsepius@…>
New (Backport from rtems-4.10).
03:24 Changeset in rtems [fb7962d]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:23 Changeset in rtems [a9efdc6]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
03:22 Changeset in rtems [cda3317]4.9 by Ralf Corsepius <ralf.corsepius@…>
Remove.
03:21 Changeset in rtems [ad70382]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/20/09:

19:50 Changeset in multiio [fa08fc7] by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * Makefile, README, main_pcmmio_din.c, main_pcmmio_dout.c, pcmmio_commands.h: Add initial command to monitor analog inputs. Clean up help and usage. * main_pcmmio_adc.c: New file.
18:38 Changeset in rtems [ceb3cb3]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt at hitting interrupt synchronization critical section in thread queue enqueue priority for reverse insertions. * spintrcritical07/.cvsignore, spintrcritical07/Makefile.am, spintrcritical07/spintrcritical07.doc, spintrcritical07/spintrcritical07.scn: New files.
17:53 Changeset in multiio [e2b6666] by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * README: Add description of commands. * main_pcmmio_din.c, main_pcmmio_dout.c: Fix usage.
17:46 Changeset in multiio [6749071] by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * Makefile, main_pcmmio_din.c, pcmmio_commands.h, pcmmio_shell.c: Add dout command. * main_pcmmio_dout.c: New file.
16:26 Changeset in multiio [1fe1ea1] by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * Makefile: Put each command in its own file. * main_pcmmio_din.c: New file. * pcmmio_commands.c: Removed.
16:11 Changeset in multiio [f4f30be] by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * pcmmio_commands.c: Clean up command.
16:02 Changeset in rtems [243596d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * cchip/cchip.c, include/cchip.h, include/rasta.h, pci/pci.c: Add CVS Ids.
14:51 Changeset in rtems [b2b77956]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * score/src/corebarrierwait.c: Reverse order of tests to increase test coverage.
14:49 Changeset in rtems [eecd655]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test case for the _Thread_queue_Enqueue_priority interrupt critical section where the TCB we are using as a current pointer is removed from the thread queue when we flash interrupts while searching forward. * spintrcritical06/.cvsignore, spintrcritical06/Makefile.am, spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc, spintrcritical06/spintrcritical06.scn: New files.
14:48 Changeset in rtems [260e0926]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-20 Joel Sherrill <joel.sherrill@…> * spintrcritical_support/intrcritical.c, spintrcritical_support/intrcritical.h: Change prototype of delay method to indicate when counter is reset. This can be used to count how many iterations we are doing.
07:58 Ticket #1432 (GCC 4.4 and .eh_frame) created by Sebastian Huber
GCC generates .eh_frame when debug is enabled (-g). This is rather …
07:49 Changeset in rtems [0e7cd63c]4.9 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
07:44 Changeset in rtems [a9c3667]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:40 Changeset in rtems [3985708f]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10.
07:40 Changeset in rtems [a7fb589]4.9 by Ralf Corsepius <ralf.corsepius@…>
Remove %{?dist} from BINUTILS_RPMREL.
07:38 Changeset in rtems [52dfb34]4.9 by Ralf Corsepius <ralf.corsepius@…>
Update to gdb-6.8-rtems4.9-20090312.diff.
07:38 Changeset in rtems [eceb158]4.9 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
07:37 Changeset in rtems [1c6fd3a6]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.10
07:24 Changeset in rtems [72ea4cc8]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add missing i2c.c file
01:42 Changeset in rtems [1497405]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * rtems/src/ratemongetstatus.c: Fix spacing.
01:12 Changeset in rtems [1938cc07]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add psxspin02 to exercise case where trylock is unable to obtain the spinlock and that attempting to unlock a spinlock from a thread which did not lock it works as expected. * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c, psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c: New files.
01:09 Changeset in rtems [7c6375b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * psxspin01/test.c: Remove unnecessary defines.
01:05 Changeset in rtems [3d36b370]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * psx11/init.c: Use explicit scheduler.
01:05 Changeset in rtems [f691e0a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add sp60 to exercise case where a task is blocked on one period while another expires. Add sp61 which exercises the case where a call is made to rtems_shutdown_executive when the system is not up. * sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc, sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc, sp61/sp61.scn: New files.
01:02 Changeset in rtems [f3ea48ab]4.104.115 by Joel Sherrill <joel.sherrill@…>
* empty log message *
01:01 Changeset in rtems [ac970794]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-19 Joel Sherrill <joel.sherrill@…> * sp04/init.c: To be timesliced, tasks must also me preemptible.

07/19/09:

15:20 Changeset in rtems [a181ab0]4.9 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:18 Changeset in rtems [1edb562]4.9 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL.

07/18/09:

04:44 Changeset in rtems [98311ac]4.9 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS-HEAD.
04:15 Changeset in rtems [1e60ba99]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:07 Changeset in rtems [428a4c0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:06 Changeset in rtems [6218ba5b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
GCC_PKGVERS = $(GCC_VERS)-RC-20090715
04:02 Changeset in rtems [6d3f0321]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:58 Changeset in rtems [0b7a942]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
03:57 Changeset in rtems [5e06bf7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
03:56 Changeset in rtems [d3baa0d6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump BINUTILS_RPMREL.
03:54 Changeset in rtems [38df5015]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Set _host_rpmprefix %{_host}- for canadian X compiles.

07/17/09:

19:11 Changeset in multiio [bde7730] by Joel Sherrill <joel.sherrill@…>
2009-07-17 Joel Sherrill <joel.sherrill@…> * Makefile: Add dependencies so .exe's are relinked. * mio_io.c: Typo. * pcmmio_commands.c: Basic shell of command works.
18:33 Changeset in rtems [b4404843]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-17 Josh Switnicki <josh.switnicki@…> *cpu_asm.S: implemented _CPU_Context_Restore by adding tags to restore section of context switch. Fixed bug in _CPU_Context_Switch. The wrong registers were being used for pointer to running task Context_Control struct.
16:39 Changeset in multiio [1ed177b] by Joel Sherrill <joel.sherrill@…>
2009-07-17 Joel Sherrill <joel.sherrill@…> * Makefile: Shell appplication configured with a dummy pcmmio command. * pcmmio_commands.c, pcmmio_commands.h, pcmmio_shell.c: New files.
16:25 Changeset in rtems [123f10a]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
Dummy entries for toolchain compatibility
16:17 Changeset in rtems [863a24e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-17 Joel Sherrill <joel.sherrill@…> * posix/src/mutexattrgettype.c: Restructure a bit to make code coverage analysis easier.
16:17 Changeset in rtems [5d6e8c88]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-17 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test to exercise pthread_mutexattr_gettype and pthread_mutexattr_settype now that the toolset enables the feature. * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am, psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc, psxmutexattr01/psxmutexattr01.scn: New files.
15:16 Changeset in rtems [9364cf66]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
adding lpc24xx BSP parts
15:10 Changeset in rtems [72f6cb06]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
remove obsolete files
14:34 Changeset in rtems [3f81399]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
14:34 Changeset in rtems [9c4db573]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
14:21 Changeset in rtems [5f930f0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-17 Joel Sherrill <joel.sherrill@…> * score/src/watchdogadjusttochain.c: Correct bug in recent rework. Coverage not impacted.
13:59 Changeset in rtems [ebe76f94]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
removing unneeded files
13:54 Changeset in rtems [4016765]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
13:53 Changeset in rtems [ec5d4505]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
code cleanup
13:53 Changeset in rtems [7ae2775]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
ARM bsp maintenance
13:52 Changeset in rtems [9832a22c]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
exception handling maintenance
13:51 Changeset in rtems [e63acfbb]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add cache definition for mcfv4e
13:50 Changeset in rtems [632e4306]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
exception handler maintenance
13:40 Changeset in rtems [20857e12]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
13:33 Ticket #1431 (Timer server is broken) closed by Joel Sherrill
fixed: Patch committed. Ran coverage to verify that it didn't introduce a new uncovered range of code. Sorry to have broken it. Trying to get to 100% test coverage and eliminate dead code.
13:20 Changeset in rtems [5b42429f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
12:43 Changeset in rtems [4da69ca]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
add common implementation to dispatch threads in isr
12:08 Changeset in rtems [c6c0fbf]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
11:39 Ticket #1431 (Timer server is broken) created by Sebastian Huber
The rework for code coverage analysis introduced a bug in …
10:17 Changeset in rtems [956c59bb]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update.
09:49 Changeset in rtems [cbfa82a9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
09:48 Changeset in rtems [b817534f]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:47 Changeset in rtems [a5a7aa4]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon *-w32api.spec
09:38 Changeset in rtems [950b83b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.
09:37 Changeset in rtems [e871b60]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon *-libs.
09:36 Changeset in rtems [aa6b8de]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:21 Changeset in rtems [ad0603d]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:20 Changeset in rtems [d5273209]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove binutils, gcc.
09:08 Changeset in rtems [915bb51]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
make thread dispatching in ISRs generic code
08:14 Ticket #1407 (Thread dispatch after interrupt processing) closed by thomas.doerfler
fixed

07/16/09:

23:54 Changeset in rtems [dbe0290e]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
23:54 Changeset in rtems [ea4a5b5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
23:44 Changeset in rtems [c5575c9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
23:41 Changeset in rtems [eb2d0ff]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.3.3. Add gcc-4.4.1.
23:36 Changeset in rtems [56a5a83]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_VERS, GCC_RPMREL.
23:21 Changeset in rtems [d1be26b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
23:12 Changeset in rtems [8785e906]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs now use the same macros. * aclocal/bsp-bspcleanup-options.m4: New file.
23:10 Changeset in multiio [64e5f34] by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * Makefile, rtems_config.c: Simple RTEMS Application runs polled. Does not report errors and reports all zeroes on input discretes.
22:19 Changeset in rtems [8f0ce7e1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * configure.ac: Add BSP_BOOTCARD_OPTIONS.
15:00 Changeset in rtems [13a4c71c]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for auto initialization of message queues. * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am, psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc, psxautoinit02/psxautoinit02.scn: New files.
14:57 Changeset in rtems [1c5d8f49]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-16 Joel Sherrill <joel.sherrill@…> * spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do what it was intended to do.
Note: See TracTimeline for information about the timeline view.