Timeline



05/21/04:

20:19 Changeset in rtems [138aa38]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 628/rtems * posix/src/killinfo.c, posix/src/pthreadkill.c, posix/src/ptimer1.c, posix/src/sigaction.c, posix/src/sigaddset.c, posix/src/sigsuspend.c: Signal set of 0 is supposed to return EINVAL. In addition timer_create needed to return an error if the clock was not CLOCK_REALTIME.
20:16 Changeset in rtems [cfc43898] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 628/rtems * src/killinfo.c, src/pthreadkill.c, src/ptimer1.c, src/sigaction.c, src/sigaddset.c, src/sigsuspend.c: Signal set of 0 is supposed to return EINVAL. In addition timer_create needed to return an error if the clock was not CLOCK_REALTIME.
20:12 Changeset in rtems [0732eb4] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 629/rtems * src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
20:11 Changeset in rtems [58accdd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 629/rtems * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
19:38 Ticket #623 (Building binutils-2.15 requires flex) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: RPMS are in the process of being moved to the server now. APT database rebuild pending.
19:20 Ticket #628 (POSIX sigset of 0 shuld result in EINVAL) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.
19:12 Ticket #629 (POSIX message queue - mq_maxmsg == 0 not flagged as error) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.
16:25 Ticket #629 (POSIX message queue - mq_maxmsg == 0 not flagged as error) created by Joel Sherrill
Creating a message queue with a message size of 0 should result in …
16:24 Ticket #628 (POSIX sigset of 0 shuld result in EINVAL) created by Joel Sherrill
If a signal set of 0 is passed to any routine in the POSIX API, then …
16:04 Changeset in rtems [34d934a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 627/doc * user/task.t: Behavior documented for an rtems_task_create with stacksize < minimum was not the implemented behavior.
16:04 Changeset in rtems [e2ce15fc] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> PR 627/doc * task.t: Behavior documented for an rtems_task_create with stacksize < minimum was not the implemented behavior.
15:30 Changeset in rtems [fdcfca01]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
15:26 Changeset in rtems [f7219b2] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
15:21 Changeset in rtems [4dbbcb7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix formatting so script sees PR.
15:21 Changeset in rtems [922db65] by Joel Sherrill <joel.sherrill@…>
Fix formatting so script sees PR.
15:18 Changeset in rtems [1402d56a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> * PR/625/networking * libchip/network/dec21140.c, ... : Prevent name clashes by making 'ld_le32()' etc. static inlines. Let dec21140 attach routine return an error rather than panic if no chip is detected (thus allowing for probing). * libchip/network/elnk.c: Let elnk bail out if autoneg never completes instead of looping forever. Avoid divide by zero (crashed my PC). * libchip/network/if_fxp.c: Enable more fxp chip variants but warn that they are UNTESTED.
15:09 Changeset in rtems [640f1cb] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> * PR/625/networking * network/dec21140.c: Prevent name clashes by making 'ld_le32()' etc. static inlines. Let dec21140 attach routine return an error rather than panic if no chip is detected (thus allowing for probing). * network/elnk.c: Let elnk bail out if autoneg never completes instead of looping forever. Avoid divide by zero (crashed my PC). * network/if_fxp.c: Enable more fxp chip variants but warn that they are UNTESTED.
15:06 Ticket #627 (task_create doc is wrong on behavior for stacksize< minimum) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to both trunk and 4.6 branch.
15:03 Changeset in rtems [e2f50f9d] by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> PR 626/networking * rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
15:02 Changeset in rtems [e649222]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Till Strauman <strauman@…> PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
14:40 Ticket #627 (task_create doc is wrong on behavior for stacksize< minimum) created by Joel Sherrill
The real behavior is that a request for a stacksize less than minimum …
14:31 Ticket #624 (2fixes: memory probe corrupts apps > 2M, printk scrambles screen) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch attached to cvs trunk and 4.6 branch.
14:23 Changeset in rtems [26e064ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> * network/network.c: Include errno.h as a consequence of recent updates to BSD header files.
14:23 Changeset in rtems [a14e350a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2004-05-21 Joel Sherrill <joel@…> * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
14:19 Ticket #625 (small fixes to some libchip/network drivers) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to both trunk and 4.6 branch.
14:04 Ticket #626 (trivial beautification of showifstats) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk.
01:07 Ticket #626 (trivial beautification of showifstats) created by strauman
avoid printing leading FFFFFF for byte values > 127 Release: RTEMS-4.6
01:04 Ticket #625 (small fixes to some libchip/network drivers) created by strauman
- prevent name clashes by making 'ld_le32()' etc. static inlines - …
00:59 Ticket #624 (2fixes: memory probe corrupts apps > 2M, printk scrambles screen) created by strauman
Attached fix addresses 2 unrelated issues: A) let IBMPC_outch map NL …

05/19/04:

10:31 Ticket #622 (binutils-2.15 requires flex) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Hit the submit button by accident :-)
10:30 Ticket #623 (Building binutils-2.15 requires flex) created by Ralf Corsepius
Building binutils-2.15 requires flex/lex For a discussion on this …
10:23 Ticket #622 (binutils-2.15 requires flex) created by Ralf Corsepius
Release: RTEMS-4.6+
05:35 Ticket #621 (powerpc-rtems-gcc >= 3.3.2 lacks -D__USE_INIT_FINI__) created by Ralf Corsepius
gcc >= 3.3.2 lacks -DUSE_INIT_FINI This bug also affects the …

05/18/04:

09:42 Changeset in rtems [92166f37]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-05-18 Ralf Corsepius <ralf_corsepius@…> * binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself. * binutils/binutils.add: BuildRequires? flex. * autotools/automake-rtems.spec.in: Automake 1.8.5.

05/13/04:

19:19 Ticket #620 (enhance NTP client API) created by strauman
I propose an enhancement to the NTP client API (currently, only a …
19:14 Ticket #619 (account for latency when updating decrementer/system clock) created by strauman
The PPC decrementer must be reloaded on each clock tick. Currently, …

05/10/04:

16:02 Changeset in rtems [51ca358]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-05-10 Ralf Corsepius <ralf_corsepius@…> * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS, NETTESTS. Add iostream/. * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am: Reflect changes above. * cdtest/main.cc: Adaptation to new C++ standards.
15:59 Changeset in rtems [e12ba0e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-05-10 Ralf Corsepius <ralf_corsepius@…> * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).
04:24 Changeset in rtems [1eaf0fda]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-05-10 Ralf Corsepius <ralf_corsepius@…> * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
Note: See TracTimeline for information about the timeline view.