summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix format.Joel Sherrill2004-07-242-2/+2
|
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-0/+7
| | | | | | PR rtems/652 * user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-3/+12
| | | | | | PR rtems/652 * rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an empty signal set.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-244-0/+11
| | | | | * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore: New files.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-0/+18
| | | | * .cvsignore: New file.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-154-0/+68
| | | | * .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-154-0/+330
| | | | * ChangeLog, Makefile.am, arm920/mmu.c, include/mmu.h: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1512-0/+1226
| | | | | | | * 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.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1521-0/+2466
| | | | | | | | | | * 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.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-152-0/+8
| | | | * acinclude.m4: Added csb336 and csb337 BSPs
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1520-0/+1946
| | | | | | | | | * .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.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-156-0/+68
| | | | | * console/.cvsignore, include/.cvsignore, network/.cvsignore, start/.cvsignore, startup/.cvsignore: New files.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-1517-0/+2652
| | | | | | | | * 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.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-153-0/+84
| | | | * custom/csb336.cfg, custom/csb337.cfg: New files.
* 2004-07-14 Jay MonkmanJay Monkman2004-07-152-1/+6
| | | | * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
* 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.