summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use @image for ASCII figures (Reflect changes above).Ralf Corsepius2004-08-023-107/+17
|
* New.Ralf Corsepius2004-08-025-0/+10
|
* 2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-07-312-17/+0
| | | | | * common/rtems.texi.in, FAQ/basic.t: Remove RTEMSSNAPSHOTS, RTEMSSNAPSHOTSSUBSCRIBE.
* 2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-07-311-0/+7
| | | | | | | * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/tools.texi, FAQ/version.texi, FAQ/stamp-vti: New.
* Readd.Ralf Corsepius2004-07-311-0/+4
|
* 2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-07-3111-0/+1904
| | | | | | | * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/tools.texi, FAQ/version.texi: New.
* 2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-07-316-39/+23
| | | | | | | * networking/networkflow.txt, networking/PCIreg.txt, networking/recvbd.txt: New. * networking/decdriver.t, networking/networktasks.t: Use @image for ASCII figures (Reflect changes above).
* 2004-07-30 Jay Monkman <jtm@lopingdog.com>Jay Monkman2004-07-302-16/+21
| | | | | * network/network.c: Changes to network driver to get it to compile again.
* Removing message from cut release trial.Joel Sherrill2004-07-291-8/+0
|
* 2004-07-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-07-292-7/+12
| | | | * autotools/automake.spec.in: automake-1.9.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-281-0/+4
| | | | * VERSION: Updated to rtems-4.6.99.1.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-284-0/+16
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.1.
* Back off version again.Joel Sherrill2004-07-284-24/+0
|
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-281-0/+4
| | | | * VERSION: Updated to rtems-4.6.99.1.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-284-0/+16
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.1.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-282-0/+10
| | | | * release_support: Have a user name.
* Back off version.Joel Sherrill2004-07-284-20/+0
|
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-282-1/+5
| | | | * VERSION: Updated to rtems-4.6.99.1.
* 2004-07-28Joel Sherrill2004-07-288-4/+20
| | | | * aclocal/version.m4: Updated to rtems-4.6.99.1.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-282-0/+6
| | | | * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
* 2004-07-25 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2004-07-253-52/+149
| | | | | | PR 620/networking * libnetworking/lib/rtems_bsdnet_ntp.c, libnetworking/rtems/rtems_bsdnet.h: Enhance NTP API.
* 2004-07-25 Thomas Rauscher <trauscher@loytec.com>Joel Sherrill2004-07-252-3/+8
| | | | | | PR 609/rtems * score/src/threaddispatch.c: Close race condition between _Thread_Dispatch and _Thread_Tickle_timeslice.
* 2004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>Joel Sherrill2004-07-252-0/+13
| | | | | | | PR 654/rtems * score/src/threadinitialize.c: Initialize the per thread watchdog timer. When the thread control block is reused, we cannot depend on it being zeroed.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-42/+27
| | | | | * cpu_asm.S: Remove use of C++ style comments and make this compile again.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-0/+6
| | | | | * rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by endian swapping routines.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-1/+6
| | | | * libchip/network/if_fxp.c: Add include of <sys/errno.h>.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-0/+5
| | | | * startup/linkcmds: Add gnu.linkonce.r sections.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-1/+6
| | | | * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-258-0/+20
| | | | * network/network.c: Add include of <sys/errno.h>.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-253-2/+7
| | | | | * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network. * network/ne2000.c: Add include of <sys/errno.h>.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-253-0/+10
| | | | | * 3c509/3c509.c: Add <sys/errno.h>. * startup/linkcmds: Add .jcr section.
* 2004-07-24 Mick Davis <mickd@microsol.iinet.net.au>Joel Sherrill2004-07-242-0/+11
| | | | | | | | | | 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.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-1/+6
| | | | | PR 661/rtems * score/src/objectmp.c: Fix invalid dereference.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-243-12/+19
| | | | | | | 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.
* 2004-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-242-2/+15
| | | | | | PR 659/rtems * score/src/heapsizeofuserarea.c: Check that address specified is in the heap.
* 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