Timeline



07/01/09:

19:50 Changeset in rtems [bfa4bb2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/tod.h: Correct name of parameter.
19:49 Changeset in rtems [37cff02]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: Add new test to cover bodies of some chain routines whose bodies are not used by RTEMS itself. * spchain/.cvsignore, spchain/Makefile.am, spchain/init.c, spchain/spchain.doc, spchain/spchain.scn: New files.
19:31 Changeset in rtems [605b6eb7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Joel Sherrill <joel.sherrill@…> * spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty chain for coverage.
19:23 Changeset in rtems [c7b38baf]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Joel Sherrill <joel.sherrill@…> * sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to improve coverage.
18:40 Changeset in rtems [e5d3dd6]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Joel Sherrill <joel.sherrill@…> * sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.
16:15 Changeset in rtems [f9ff8ce]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-07-01 Santosh G Vattam <vattam.santosh@…> * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for obtaining rwlock for write with a timed lock operation when the abstime timeout is in the past.

06/30/09:

17:54 Changeset in rtems [d852e234]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-30 Joel Sherrill <joel.sherrill@…> * posix/src/prwlocktimedrdlock.c: Restructure if slightly to make to make it easier to analyze for coverage.
17:50 Changeset in rtems [94ccbb7]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-30 Joel Sherrill <joel.sherrill@…> * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for obtaining rwlock for read with a timed lock operation when the abstime timeout is in the past.
09:05 Ticket #1430 (Timer cancel and delete depends on timer server execution) created by Sebastian Huber
In the attached test program the timer function 'func' will be …

06/29/09:

23:25 Changeset in rtems [b4e5a619]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-29 Xi Yang <hiyangxi@…> * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support. * pxa255/include/bits.h: Removed.
23:23 Changeset in rtems [85e525a]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-29 Joel Sherrill <joel.sherrill@…> * psx05/init.c, psx05/psx05.scn: Add test case for process scope now that the assert has been removed in the source.
23:19 Changeset in rtems [290d2b79]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-29 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c, posix/src/mutexinit.c, posix/src/psignal.c, posix/src/psignalchecksignal.c, posix/src/pthread.c, posix/src/pthreadexit.c, posix/src/pthreadinitthreads.c: Remove includes of <assert.h> where possible. Make other uses conditional on ifdef RTEMS_DEBUG.
23:16 Changeset in rtems [89c3f84]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-29 Xi Yang <hiyangxi@…> * Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
17:22 Ticket #1429 (rtems_tftp_eval_path missing argument) created by Daron Chabot
Check first two frames on stack (from gdb): (gdb) bt #0
16:55 Changeset in rtems [5ca8bf3b]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
Update to gdb-6.8.50.20090629
16:29 Changeset in rtems [db47aff]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
New.

06/24/09:

22:02 Changeset in rtems [40b905cc]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-24 Joel Sherrill <joel.sherrill@…> * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c, spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.
06:38 Changeset in rtems [2212a2ad]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-24 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am, posix/include/rtems/posix/priority.h, posix/include/rtems/posix/pthread.h, posix/inline/rtems/posix/priority.inl, posix/src/killinfo.c, posix/src/pthread.c, posix/src/pthreadcreate.c, posix/src/pthreadsetschedparam.c: Various modifications to improve binary code coverage analysis. Some of these are to mark code as debug only. Some are to break conditional expressions into multiple lines. Some are to move inline methods that are not time critical into subroutines to make them easier to test. Inlining them multiple times means that their logic paths are spread across multiple methods. This explodes the test cases required. * posix/src/psxpriorityisvalid.c, posix/src/psxtransschedparam.c: New files.
06:35 Changeset in rtems [046f4715]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-24 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn: Enhance spprintk. Add two new fatal error tests to cover assert_func. * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c, spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.

06/19/09:

23:57 Ticket #1428 (mw_uid misinterprets short timeouts) created by Allan Hessenflow
If uid_read_message is called with a timeout less than one tick it …

06/18/09:

19:58 Changeset in rtems [b2cf9858]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-18 Fernando Nicodemos <fgnicodemos@…> * umon/umonrtemsglue.c: Add console device that uses MicroMonitor? to do actual input and output. This driver should work on any board that uses MicroMonitor?. * umon/umoncons.c: New file.
19:58 Changeset in rtems [737f8c4]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-18 Fernando Nicodemos <fgnicodemos@…> * Makefile.am, configure.ac, console/uarts.c: Add console device that uses MicroMonitor? to do actual input and output. This driver should work on any board that uses MicroMonitor?.
19:54 Changeset in rtems [753ddb2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-18 Joel Sherrill <joel.sherrill@…> * startup/linkcmds, startup/linkcmds.csb637: Move .init section from the front of the executable so the start label has the first instruction in the executable.
16:19 Changeset in rtems [cbbc55ef]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-18 Joel Sherrill <joel.sherrill@…> * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong mode bits being set. This behavior was not POSIX compliant and has been corrected in the filesystem code.
16:17 Changeset in rtems [c1d924da]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-18 Joel Sherrill <joel.sherrill@…> * rtems/src/regionextend.c: Restructure to eliminate dead code being generated.

06/17/09:

22:59 Changeset in rtems [18105b4]4.104.115 by Chris Johns <chrisj@…>
2009-06-18 Chris Johns <chrisj@…> * sp35/priinv.c, sp35/priinv.c: Declare unions volatile to workaround the H8300 gcc bug.
22:58 Changeset in rtems [f9eb21d]4.104.115 by Chris Johns <chrisj@…>
2009-06-18 Chris Johns <chrisj@…> * psx04/task3.c: Declare unions volatile to workaround the H8300 gcc bug.
22:29 Changeset in rtems [c0075af]4.104.115 by Chris Johns <chrisj@…>
2009-06-18 Chris Johns <chrisj@…> * telnetd/des.c: Split the des_f struct into smaller parts so targets that cannot address large structs can be supported.
22:05 Changeset in rtems [73c421b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-17 Joel Sherrill <joel.sherrill@…> * console/ps2_mouse.c: Fix inconsistent spacing.
22:01 Changeset in rtems [202f93f]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-17 Joel Sherrill <joel.sherrill@…> * score/src/objectshrinkinformation.c: Fix spelling error.
22:01 Changeset in rtems [1205a7c9]4.104.115 by Chris Johns <chrisj@…>
Changed the H8300 to lower case.
21:57 Changeset in rtems [6b2c314f]4.104.115 by Chris Johns <chrisj@…>
2009-06-18 Chris Johns <chrisj@…> * libmisc/shell/hexdump-odsyntax.c: H8300 has the same size float and double. Fix error in case statement.
21:15 Changeset in rtems [bf7cc57]4.104.115 by Chris Johns <chrisj@…>
2009-06-18 Chris Johns <chrisj@…> * score/cpu/mips/rtems/mips/idtcpu.h: Missed another WAIT define. Removed.
21:01 Changeset in rtems [f382d0f]4.104.115 by Till Straumann <strauman@…>
2009-06-17 Till Straumann <strauman@…> * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
20:35 Changeset in multiio [6d769b4] by Joel Sherrill <joel.sherrill@…>
2009-06-17 Joel Sherrill <joel.sherrill@…> * Status: New file.
20:34 Changeset in multiio [1cbabbe] by Joel Sherrill <joel.sherrill@…>
2009-06-17 Joel Sherrill <joel.sherrill@…> * buffered.c, dacbuff.c, dacout.c, flash.c, getall.c, getvolt.c, kbhit.c, mio_io.c, mio_io_linux.c, mio_io_rtems.c, pcmmio.c, poll.c, repeat.c, rtems_config.c: Clean up. Worked on RTEMS IRQ support code.
18:34 Developer/Eclipse/Information edited by Mohnkhan
/* Introduction */ (diff)
13:52 RTEMSMailingLists edited by ChrisJohns
Revert the change from .org to .com. (diff)
05:34 Changeset in rtems [b311cbc9]4.104.115 by Chris Johns <chrisj@…>
2009-06-17 Chris Johns <chrisj@…> * libmisc/shell/extern-dd.h: Delcare the conv arrays extern to stop PPC link errors. * libmisc/shell/main_time.c, libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add a time command.
Note: See TracTimeline for information about the timeline view.