Timeline



07/24/04:

17:53 Changeset in rtems [a3a21429]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Mick Davis <mickd@…> PR 641/rtems * rtems/src/eventsurrender.c: The problem here is that events may be lost when sent to a task which enters rtems_event_receive() with options set to wait with a timeout and to return on receipt of any event. The events are sent from an interrupt source such as a timer service routine. If more than one set of events is sent to the task before it returns, the first event set may be overwritten.
17:52 Changeset in rtems [0ca88a1] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Mick Davis <mickd@…> PR 641/rtems * src/eventsurrender.c: The problem here is that events may be lost when sent to a task which enters rtems_event_receive() with options set to wait with a timeout and to return on receipt of any event. The events are sent from an interrupt source such as a timer service routine. If more than one set of events is sent to the task before it returns, the first event set may be overwritten.
17:39 Changeset in rtems [8c829996] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 661/rtems * src/objectmp.c: Fix invalid dereference.
17:39 Changeset in rtems [6b39152]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 661/rtems * score/src/objectmp.c: Fix invalid dereference.
17:35 Changeset in rtems [046f0094] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 660/rtems * src/threadinitialize.c, src/threadstackallocate.c: Check for overflow when allocating stack.
17:35 Changeset in rtems [8a4a349e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 660/rtems * score/cpu/m68k/rtems/score/m68k.h, score/cpu/mips/cpu_asm.S, score/src/threadinitialize.c, score/src/threadstackallocate.c: Check for overflow when allocating stack.
17:25 Changeset in rtems [fff1b20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 659/rtems * score/src/heapsizeofuserarea.c: Check that address specified is in the heap.
17:20 Changeset in rtems [5080235] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR 659/rtems * src/heapsizeofuserarea.c, src/objectmp.c, src/threadinitialize.c, src/threadstackallocate.c: Check that address specified is in the heap.
17:19 Changeset in rtems [e3da667] by Joel Sherrill <joel.sherrill@…>
Fix format.
17:18 Changeset in rtems [d251190]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix format.
17:10 Changeset in rtems [81656fab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR rtems/652 * user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
17:09 Changeset in rtems [69d2e69]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR rtems/652 * rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
17:08 Changeset in rtems [38198f30] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR rtems/652 * signal.t: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
17:08 Changeset in rtems [7feb6f9] by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> PR rtems/652 * src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
16:55 Changeset in rtems [6daca108]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore: New files.
16:54 Changeset in rtems [f614c2e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-24 Joel Sherrill <joel@…> * .cvsignore: New file.
16:54 Ticket #641 (Events sent to a task entering rtems_event_receive() may be lost) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and CVS trunk. Thank you for reporting this and including a nice analysis and (especially) the patch. :)
16:40 Ticket #661 (_Objects_MP_Global_name_search - invalid dereference) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to trunk and 4.6 branch.
16:37 Ticket #661 (_Objects_MP_Global_name_search - invalid dereference) created by Joel Sherrill
Only fixed size names are supported for MP. This code always …
16:35 Ticket #660 (thread stack allocation -- check for math overflow) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: attached patch applied to trunk and 4.6 branch.
16:30 Ticket #660 (thread stack allocation -- check for math overflow) created by Joel Sherrill
It is possible to attempt to allocate a stack of sufficiently large …
16:26 Ticket #659 (heap size of area -- fails to detect bad block) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to trunk and 4.6 branch.
16:15 Ticket #659 (heap size of area -- fails to detect bad block) created by Joel Sherrill
Add a check for block address to be inside heap. Release: 4.6 and …
16:10 Ticket #652 (Classic signal send does not detect sending empty signal set) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.

07/22/04:

19:00 Ticket #653 (Filter-Id/Tag for PRs sent through GNATS) closed by Jeff Mayes
State-Changed-From-To: working->closed State-Changed-Why: I think we fixed it.
18:56 Ticket #658 (still testing mail headers) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: fixed
18:39 Ticket #658 (still testing mail headers) created by Jeff Mayes
Release: unknown
14:23 Ticket #656 (changing email headers) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: fixed
14:20 Ticket #657 (changing email headers 2) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: fixed
14:19 Ticket #657 (changing email headers 2) created by Jeff Mayes
Release: unknown
14:14 Ticket #656 (changing email headers) created by Jeff Mayes
Release: unknown
12:55 Ticket #396 (gcc-target-default.cfg should add LD_PATHS) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Won't fix. LD_PATHS is dead.
12:54 Ticket #610 (tm27 pollutes bsp.h) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: tm27.h split out in RTEMS-CVS. Won't fix for 4.6
11:52 Ticket #654 (Thread_Control watchdog is not initialized) created by victor.vengerov
unlimited test failed when running on sh-rtemself targets I have …

07/15/04:

06:27 Changeset in rtems [ccaceb0]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * .cvsignore, ChangeLog?, Makefile.am, configure.ac: New files.
06:26 Changeset in rtems [8824dd7a]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * ChangeLog?, Makefile.am, arm920/mmu.c, include/mmu.h: New files.
06:25 Changeset in rtems [1cfcfd3]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * ChangeLog?, Makefile.am, clock/.cvsignore, clock/clockdrv.c, include/mc9328mxl.h, irq/.cvsignore, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, timer/.cvsignore, timer/timer.c: New files.
06:24 Changeset in rtems [af85485]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * ChangeLog?, Makefile.am, clock/.cvsignore, clock/clock.c, dbgu/.cvsignore, dbgu/dbgu.c, include/at91rm9200.h, include/at91rm9200_dbgu.h, include/at91rm9200_emac.h, include/at91rm9200_gpio.h, include/at91rm9200_mem.h, include/at91rm9200_pmc.h, include/bits.h, irq/.cvsignore, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, pmc/pmc.c, timer/.cvsignore, timer/timer.c: New files.
06:17 Changeset in rtems [3e8f70a]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * acinclude.m4: Added csb336 and csb337 BSPs
06:16 Changeset in rtems [b759b04]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, console/uarts.c, include/.cvsignore, include/bsp.h, include/tm27.h, network/.cvsignore, network/network.c, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
06:13 Changeset in rtems [a2c61710]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * console/.cvsignore, include/.cvsignore, network/.cvsignore, start/.cvsignore, startup/.cvsignore: New files.
06:12 Changeset in rtems [1a3d1f3e]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
06:07 Changeset in rtems [7f27838]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-15 Jay Monkman * custom/csb336.cfg, custom/csb337.cfg: New files.
03:11 Changeset in rtems [ef6d69c3]4.104.114.84.95 by Jay Monkman <jtm@…>
2004-07-14 Jay Monkman * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer

07/14/04:

21:05 Changeset in rtems [e18303d9] by Joel Sherrill <joel.sherrill@…>
2004-07-14 Joel Sherrill <joel@…> PR 650/rtems * src/coremsg.c: Check for mathemathical overflow when calculating amount of memory to allocate for message buffers.
21:05 Changeset in rtems [9b63fbf8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-14 Joel Sherrill <joel@…> PR 650/rtems * score/src/coremsg.c: Check for mathemathical overflow when calculating amount of memory to allocate for message buffers.
20:06 Ticket #650 (message initialize buffer size wrap not detected) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch was committed. 2004-07-14 Joel Sherrill <joel@…> PR 650/rtems * score/src/coremsg.c: Check for mathemathical overflow when calculating amount of memory to allocate for message buffers.
14:32 Changeset in rtems [72dfb96] by Joel Sherrill <joel.sherrill@…>
2004-07-14 Joel Sherrill <joel@…> PR 651/core * src/taskident.c: Add NULL check for id.
14:32 Changeset in rtems [a0f29ca4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-07-14 Joel Sherrill <joel@…> PR 651/core * rtems/src/taskident.c: Add NULL check for id.
14:14 Ticket #653 (Filter-Id/Tag for PRs sent through GNATS) created by Ralf Corsepius
Could you please add some ID/tag or similar to mails sent via GNATS. …
13:35 Ticket #652 (Classic signal send does not detect sending empty signal set) created by Joel Sherrill
rtems_signal_send does not detect when a user attempts to send an …
13:32 Ticket #651 (task_ident may not detect null return pointer for id) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 and CVS trunk. 2004-07-14 Joel Sherrill <joel@…> PR 651/core * src/taskident.c: Add NULL check for id.
13:28 Ticket #651 (task_ident may not detect null return pointer for id) created by Joel Sherrill
task_ident checks for self and then will use *id without checking if …
13:25 Ticket #650 (message initialize buffer size wrap not detected) created by Joel Sherrill
When the message size is large enough to be close to wrapping, adding …
Note: See TracTimeline for information about the timeline view.