Timeline



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.

07/15/09:

10:00 Changeset in rtems-eclipse-plug-in [9e06e93] by Sebastian Huber <sebastian.huber@…>
Added input type for assembler.
07:56 Changeset in rtems [ae596673]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Housekeeping.
07:53 Changeset in rtems [2010a0ef]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
07:53 Changeset in rtems [5e9232a5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon RH8.
07:51 Changeset in rtems [f1fb836]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon Fedora 9.
07:50 Changeset in rtems [ea4db3a2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
newlib-1.17.0-rtems4.10-20090715.diff.
07:49 Changeset in rtems [a5f1bb7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
07:46 Changeset in rtems [9972e99]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.

07/14/09:

06:54 Changeset in rtems [7ff1c29]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Increment BINUTILS_RPMREL for FC11-rebuild.
06:21 Changeset in rtems [edf497bc]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
06:20 Changeset in rtems [7a422bb2]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Increment BINUTILS_RPMREL for FC11-rebuild.

07/13/09:

19:12 TBR/UserManual/Floating_Point_Support edited by KenPeters
(diff)
18:44 TBR/UserManual/Floating_Point_Support edited by KenPeters
(diff)
14:28 Changeset in rtems [1e6f181]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove (Unused).
14:27 Changeset in rtems [f76ddaa]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:26 Changeset in rtems [700acb98]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Move %{?dist} into autoconf.am
14:23 Changeset in rtems [b08d3f3c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove Obsolete/Provides?.
14:21 Changeset in rtems [186049a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:21 Changeset in rtems [afdc9d7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Bump AUTOCONF_RPMREL.
14:20 Changeset in rtems [058277d]4.8.1 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'rtems-4-8-1'. Sprout from rtems-4-8-branch 2008-08-13 14:03:54 UTC Joel Sherrill <joel.sherrill@…> '2008-08-12 Joel Sherrill <joel.sherrill@…>' Cherrypick from rtems-4-8-branch 2009-07-13 14:20:37 UTC cvs2git <rtems-devel@…> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.': contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
14:20 Changeset in rtems [31f2551]4.8.0 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'rtems-4-8-0'. Sprout from rtems-4-8-branch 2008-02-14 17:31:53 UTC Joel Sherrill <joel.sherrill@…> '2008-02-14 Joel Sherrill <joel.sherrill@…>' Cherrypick from rtems-4-8-branch 2009-07-13 14:20:37 UTC cvs2git <rtems-devel@…> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.': contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
14:20 Changeset in rtems [d8fce03]4.8 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'. Cherrypick from master 2009-07-13 14:20:36 UTC Ralf Corsepius <ralf.corsepius@…> 'Add autoconf-sources.add.': contrib/crossrpms/autotools/autoconf-sources.add contrib/crossrpms/autotools/automake-sources.add contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20090122.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
14:20 Changeset in rtems [ae1862c]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Add autoconf-sources.add.
14:19 Changeset in rtems [350178d0]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Acknowledge autoconf-sources.add
00:00 Milestone 4.8 completed

07/12/09:

21:35 TBR/UserManual/Floating_Point_Support edited by KenPeters
/* Escaping Disaster */ (diff)
21:32 TBR/UserManual/Floating_Point_Support edited by KenPeters
(diff)
13:59 Changeset in rtems [627e7930]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-12 Xi Yang <hiyangxi@…> * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock initialization for clock tick so rtmonuse test now runs on Skyeye. Joel added configure magic and place holder in bspreset.c for Skyeye hardware reset device support.
08:47 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
06:48 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
06:31 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
06:09 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
05:38 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
05:29 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
05:07 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
04:41 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
04:37 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
03:07 TBR/UserManual/Floating_Point_Support edited by Kptrs
(diff)
02:55 TBR/UserManual/Floating_Point_Support created by Kptrs
New page: [[TOC(...)]] RTEMS provides software and hardware floating-point support. However, there are some issues to beware of when building RTEMS and when building your applications. This page…

07/11/09:

07:33 Changeset in rtems [e2ae590]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Housekeeping.
07:27 Changeset in rtems [58d9b24]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/10/09:

20:40 Changeset in multiio [879dd87] by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * rtems_config.c: Bump POSIX threads.
20:40 Changeset in multiio [ed2c1bc] by Joel Sherrill <joel.sherrill@…>
Add simple test to probe board. Bump resources configured. Fix IO address to match hardware.
20:32 Changeset in rtems [3a08272]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * configure.ac, score/src/threadqenqueuepriority.c: Add RTEMS_DO_NOT_UNROLL_THREADQ_ENQUEUE_PRIORITY to give user ability to disable the loop in _Thread_queue_Enqueue_priority from being unrolled. This reduces code size and makes coverage analysis easier.
20:31 Changeset in rtems [0c196a1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * spintrcritical_support/intrcritical.c, spintrcritical_support/intrcritical.h: New files.
20:28 Changeset in rtems [937a22a7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new infrastructure which is more reliable about generating cases which hit interrupt critical sections. Remove sp41 since it used its own mechanism. * spintrcritical01/.cvsignore, spintrcritical01/Makefile.am, spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc, spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore, spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc, spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore, spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc, spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore, spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc, spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore, spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc, spintrcritical05/spintrcritical05.scn: New files. * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn, sp41/system.h: Removed.
20:21 Changeset in rtems [0f46e321]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * sp41/init.c: Remove incorrect comment.
19:07 Changeset in rtems [36c2586]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Josh Switnicki <josh.switnicki@…> * cpu_asm.S: Fixed bug in _CPU_Context_Switch. The wrong registers were being used for pointer to running task Context_Control struct.
17:06 Changeset in rtems [5c736abd]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Joel Sherrill <joel.sherrill@…> * Makefile.am: Fix typo.
15:34 Changeset in rtems [142a9df]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Xi Yang <hiyangxi@…> * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h, pxa255/pmc/pmc.c: Add PMC support.
14:35 Changeset in rtems [55b891e2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-10 Xi Yang <hiyangxi@…> * Makefile.am: Complete update to current style.

07/09/09:

21:56 Changeset in rtems [744379e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * score/src/watchdogadjusttochain.c: Rework to ease code coverage analysis.
21:55 Changeset in rtems [b503e0b9]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * rtems/src/semcreate.c: Clean up rework to eliminate the goto and fix a bug introduced by rework.
21:29 Changeset in rtems [7f8dd57]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * sp29/init.c: Simple binary semaphores can not be inherit priority.
20:25 Changeset in rtems [f5b5ef88]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * sp25/init.c: Spacing.
20:23 Changeset in rtems [8f9b2f6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add sp59 to test path through _Thread_queue_First_priority where the task's priority was in the bottom 1/4 of the range. * sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc, sp59/sp59.scn: New files.
19:02 Changeset in rtems [ab8c4ee2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for Thread Queue extract a thread not blocked on a thread queue. * spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c, spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.
18:21 Changeset in rtems [d5ae827]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test for timespec divide by zero. * sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc, sp58/sp58.scn: New files.
17:39 Changeset in rtems [af690b85]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * score/src/heap.c: Remove unneeded include.
16:58 Changeset in rtems [0c5a8be8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * sp43/init.c, sp43/sp43.scn: Add test of having the object class pointer being null. This does not happen naturally at this time so force the point.
16:13 Changeset in rtems [66abaa1]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-09 Joel Sherrill <joel.sherrill@…> * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test for shrinking a block enough to need to free the newly unused portion.

07/08/09:

22:26 Changeset in rtems [c45a2ded]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * rtems/src/semcreate.c: Restructure to simplify and improve ability to anlize this routine for coverage.
22:17 Changeset in rtems [299fc7a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * sp12/sp12.scn: Update screen to reflect priority changes from long ago.
20:26 Changeset in rtems [a5e620e8]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c, sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated as sp27a and test flushing both counting and binary semaphores. Reformatted. * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc, sp27a/sp27a.scn: New files.
20:26 Changeset in rtems [2962c99]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was copied fomr other Makefile.am's.
20:25 Changeset in rtems [f034ac0]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am, sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am, spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded USE_TIMER_SERVER which was copied fomr other Makefile.am's.
19:15 Changeset in rtems [4b6c378]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * malloctest/init.c, malloctest/malloctest.scn: Add error cases for _Protected_heap_Get_information().
18:50 Changeset in rtems [7b0f182a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * sp57/sp57.doc: Correct.
18:49 Changeset in rtems [0281931]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add test of restarting a task which is in the middle of a sleep or wake after. * sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc, sp57/sp57.scn: New files.
17:56 Changeset in rtems [4b4108a4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * score/src/objectgetinfo.c: Clean up and eliminate unreachable code.
17:54 Changeset in rtems [67d6947]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-08 Joel Sherrill <joel.sherrill@…> * sp43/init.c, sp43/sp43.scn: Add more cases for rtems_object_get_class_information() to improve coverage.
Note: See TracTimeline for information about the timeline view.