summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-142-15/+39
| | | | | | PR 650/rtems * score/src/coremsg.c: Check for mathemathical overflow when calculating amount of memory to allocate for message buffers.
* 2004-07-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-142-0/+8
| | | | | PR 651/core * rtems/src/taskident.c: Add NULL check for id.
* 2004-06-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-06-292-1/+7
| | | | | | PR 631/rtems * rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create when unable to allocate message buffer memory.
* 2004-06-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-06-292-2/+9
| | | | | | PR 631/rtems * user/msg.t: Document the return status from message_queue_create when unable to allocate message buffer memory.
* This commit was generated by cvs2svn to compensate for changes in r10559,Ralf Corsepius2004-05-311-0/+59
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2004-05-311-0/+59
| |
* | 2004-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-242-0/+10
| | | | | | | | | | * gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and Ada. Until we can fix it, it is disabled.
* | 2004-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-242-1/+5
| | | | | | | | * gcc3newlib/target-gnat.add: Fix path to gnat1.
* | 2004-05-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-232-3/+7
| | | | | | | | | | | | | | PR 615/bsps * include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since that is the only kind this BSP supports and tm27 does not care which interrupt model is used as long as the macros are properly defined.
* | 2004-05-22 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-222-12/+33
| | | | | | | | | | | | | | | | | | | | PR 619/bsps * mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each clock tick. Currently, this is done by just reloading a fixed value. The attached patch takes into account the time that elapsed since the decrementer crossed zero in order to adjust the value to be re-loaded. Without the patch, the effective system clock cycle is increased by the exception handler latency.
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-217-8/+39
| | | | | | | | | | | | | | | | | | 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.
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-212-2/+8
| | | | | | | | | | | | PR 629/rtems * cpukit/src/mqueuecreatesupp.c: Return EINVAL is mq_maxmsg is <= 0, not <.
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-212-4/+10
| | | | | | | | | | | | PR 627/doc * user/task.t: Behavior documented for an rtems_task_create with stacksize < minimum was not the implemented behavior.
* | 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-213-28/+40
| | | | | | | | | | | | | | | | * 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.
* | Fix formatting so script sees PR.Joel Sherrill2004-05-211-1/+1
| |
* | 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-214-36/+51
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-212-1/+7
| | | | | | | | | | | | PR 626/networking * libnetworking/rtems/rtems_showifstat.c: Use unsigned char to avoid printing leading FFFFFF for byte values > 127.
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-212-0/+6
| | | | | | | | | | * network/network.c: Include errno.h as a consequence of recent updates to BSD header files.
* | 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-213-0/+7
| | | | | | | | | | * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
* | 2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-184-5/+13
| | | | | | | | | | | | | | * binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself. * binutils/binutils.add: BuildRequires flex. * autotools/automake-rtems.spec.in: Automake 1.8.5.
* | 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-109-37/+60
| | | | | | | | | | | | | | | | | | * 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.
* | 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-107-0/+139
| | | | | | | | | | | | * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).
* | 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-102-5/+4
| | | | | | | | * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
* | 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-0610-14/+70
| | | | | | | | | | | | | | PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
* | 2004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-0656-41/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR 618/rtems * rtems/include/rtems/rtems/status.h, rtems/src/clockget.c, rtems/src/clockset.c, rtems/src/dpmemcreate.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventmp.c, rtems/src/eventreceive.c, rtems/src/eventsend.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsubmit.c, rtems/src/partcreate.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionreturnsegment.c, rtems/src/semcreate.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semident.c, rtems/src/taskcreate.c, rtems/src/taskgetnote.c, rtems/src/taskmode.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/taskwakewhen.c, rtems/src/timercreate.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c, score/include/rtems/score/object.h, score/src/coretodvalidate.c, score/src/objectnametoid.c: Add NULL checks.
* | 2004-04-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-302-0/+9
| | | | | | | | | | * libnetworking/kern/kern_sysctl.c: sysctl_register_all cannot be static with RTEMS.
* | 2004-04-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-302-8/+7
| | | | | | | | * libnetworking/netinet/in.c: Partial update from FreeBSD.
* | 2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-292-6/+12
| | | | | | | | | | * gcc3newlib/gccnewlib.add: Another attempt to make *info.gz handling more robust.
* | 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-262-4/+10
| | | | | | | | * libnetworking/kern/kern_sysctl.c: Partial updates from FreeBSD.
* | 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-264-83/+108
| | | | | | | | | | | | * libnetworking/netinet/igmp_var.h: Cosmetic updates from FreeBSD. * libnetworking/sys/sysctl.h: Update from FreeBSD. * libnetworking/sys/socketvar.h: Update from FreeBSD.
* | 2004-04-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-262-3/+7
| | | | | | | | * autotools/automake-rtems.spec.in: Upgrade to 1.8.4.
* | 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-15/+16
| | | | | | | | * libnetworking/sys/protosw.h: More partial updates from FreeBSD.
* | 2004-04-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-242-1/+5
| | | | | | | | * libnetworking/net/route.c: Reflect changes to radix.h.
* | 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-232-1/+9
| | | | | | | | | | | | PR 610/bsps * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27. Unconditionally include <tm27.h>.
* | 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-23150-195/+698
| | | | | | | | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2315-150/+265
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2318-138/+276
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-236-123/+169
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-239-45/+118
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-96/+160
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2212-61/+161
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2218-99/+247
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2224-134/+331
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-52/+126
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-51/+118
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-226-43/+88
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-2215-105/+230
| | | | | | | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-186/+241
| | | | | | | | | | * libnetworking/net/radix.h, libnetworking/net/radix.c: Partial update from FreeBSD.
* | 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-224-0/+13
| | | | | | | | | | | | | | PR 613/bsps * configure.ac: Add AC_ARG_VAR([MAX_LONG_TEST_DURATION],...). * mp14/node1/Makefile.am, mp14/node2/Makefile.am: Add AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION).
* | 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-223-0/+7
| | | | | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: #include <errno.h>.