Timeline



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.

06/16/09:

13:34 Changeset in rtems [ce57509]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-16 Joel Sherrill <joel.sherrill@…> * include/rtems/bspIo.h, libcsupport/Makefile.am: Add putk(). * libcsupport/src/putk.c: New file.
11:42 RTEMSMailingLists edited by AleixConchillo
(diff)
11:38 RTEMSMailingLists edited by AleixConchillo
(diff)

06/15/09:

16:33 Changeset in rtems [dba7398]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-15 Joel Sherrill <joel.sherrill@…> * posix/src/killinfo.c: Make easier to map coverage data.
15:49 Changeset in rtems [8bcb9e2]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-15 Joel Sherrill <joel.sherrill@…> * umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
15:38 Changeset in rtems [d09de3d]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-15 Joel Sherrill <joel.sherrill@…> * umon/monlib.h: Add umon.h to be installed as <rtems/umon.h> so umon .h files are modified as little as possible. * umon/umon.h: New file.
15:31 Changeset in rtems [3f6500b]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, preinstall.am: Make an RTEMS specific umon.h wrapper include file.
14:36 Changeset in rtems [83e524e]4.104.115 by Joel Sherrill <joel.sherrill@…>
2009-06-15 Joel Sherrill <joel.sherrill@…> * Makefile.am: Re-add basic console code.
08:47 Ticket #1427 (timer server fire when with time adjust) created by Sergio Faustino
If setting the date and time causes any outstanding timers to pass …
01:02 Changeset in rtems [6576c1d7]4.104.115 by Chris Johns <chrisj@…>
2009-06-15 Chris Johns <chrisj@…> * libmisc/shell/hexdump-odsyntax.c: AVR has the same size float and double. Fix error in case statement. * libmisc/shell/main_dd.c: Remove sys/conf.h header. It is not available if networking is disabled.
Note: See TracTimeline for information about the timeline view.