Commit Graph

9850 Commits

Author SHA1 Message Date
Joel Sherrill
e6dd969753 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-4.6.99.1.
2004-07-28 16:12:38 +00:00
Joel Sherrill
90a33a8b39 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-28 16:12:37 +00:00
Joel Sherrill
12a0d0500a Back off version again. 2004-07-28 16:12:28 +00:00
Joel Sherrill
0d87a94470 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-4.6.99.1.
2004-07-28 16:07:20 +00:00
Joel Sherrill
6fde0cad1a 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-28 16:07:19 +00:00
Joel Sherrill
1e0d4813c0 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* release_support: Have a user name.
2004-07-28 16:06:59 +00:00
Joel Sherrill
7a80f6bf17 Back off version. 2004-07-28 15:59:52 +00:00
Joel Sherrill
da5a91eee7 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-4.6.99.1.
2004-07-28 15:32:03 +00:00
Joel Sherrill
82fe9c1531 2004-07-28
* aclocal/version.m4: Updated to rtems-4.6.99.1.
2004-07-28 15:32:02 +00:00
Joel Sherrill
1fdfc28189 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
2004-07-28 15:21:08 +00:00
Joel Sherrill
8d2733f020 2004-07-25 Till Straumann <strauman@slac.stanford.edu>
PR 620/networking
	* libnetworking/lib/rtems_bsdnet_ntp.c,
	libnetworking/rtems/rtems_bsdnet.h: Enhance NTP API.
2004-07-25 15:04:13 +00:00
Joel Sherrill
e9f6d10f4d 2004-07-25 Thomas Rauscher <trauscher@loytec.com>
PR 609/rtems
	* score/src/threaddispatch.c: Close race condition between
	_Thread_Dispatch and _Thread_Tickle_timeslice.
2004-07-25 15:00:04 +00:00
Joel Sherrill
bdffb59ff7 2004-07-25 Victor Vengerov <Victor.Vengerov@oktetlabs.ru>
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 14:52:40 +00:00
Joel Sherrill
f392719925 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* cpu_asm.S: Remove use of C++ style comments and make this compile
	again.
2004-07-25 14:33:17 +00:00
Joel Sherrill
0cc9d277be 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* rtems/score/m68k.h: Add include of <stdint.h> for uint32_t used by
	endian swapping routines.
2004-07-25 14:32:12 +00:00
Joel Sherrill
2a757a8998 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* libchip/network/if_fxp.c: Add include of <sys/errno.h>.
2004-07-25 14:31:24 +00:00
Joel Sherrill
acbf96bebd 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add gnu.linkonce.r sections.
2004-07-25 14:26:03 +00:00
Joel Sherrill
29b8afbe04 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
2004-07-25 14:25:15 +00:00
Joel Sherrill
888bc776e0 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Add include of <sys/errno.h>.
2004-07-25 14:24:01 +00:00
Joel Sherrill
e9924f9103 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
	* network/ne2000.c: Add include of <sys/errno.h>.
2004-07-25 14:22:46 +00:00
Joel Sherrill
0e5db09193 2004-07-25 Joel Sherrill <joel@OARcorp.com>
* 3c509/3c509.c: Add <sys/errno.h>.
	* startup/linkcmds: Add .jcr section.
2004-07-25 14:21:43 +00:00
Joel Sherrill
a3a214293b 2004-07-24 Mick Davis <mickd@microsol.iinet.net.au>
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 17:53:23 +00:00
Joel Sherrill
6b3915257d 2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR 661/rtems
	* score/src/objectmp.c: Fix invalid dereference.
2004-07-24 17:39:14 +00:00
Joel Sherrill
8a4a349ebe 2004-07-24 Joel Sherrill <joel@OARcorp.com>
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 17:35:24 +00:00
Joel Sherrill
fff1b2068c 2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR 659/rtems
	* score/src/heapsizeofuserarea.c: Check that address specified is in
	the heap.
2004-07-24 17:25:33 +00:00
Joel Sherrill
d2511905c5 Fix format. 2004-07-24 17:18:46 +00:00
Joel Sherrill
81656fabe5 2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR rtems/652
	* user/signal.t: Return RTEMS_INVALID_NUMBER when sending an empty
	signal set.
2004-07-24 17:10:03 +00:00
Joel Sherrill
69d2e69b5e 2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR rtems/652
	* rtems/src/signalsend.c: Return RTEMS_INVALID_NUMBER when sending an
	empty signal set.
2004-07-24 17:09:42 +00:00
Joel Sherrill
6daca108ea 2004-07-24 Joel Sherrill <joel@OARcorp.com>
* at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
	New files.
2004-07-24 16:55:51 +00:00
Joel Sherrill
f614c2e4e3 2004-07-24 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: New file.
2004-07-24 16:54:30 +00:00
Jay Monkman
ccaceb02c5 2004-07-15 Jay Monkman
* .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
2004-07-15 06:27:23 +00:00
Jay Monkman
8824dd7a4f 2004-07-15 Jay Monkman
* ChangeLog, Makefile.am, arm920/mmu.c, include/mmu.h: New files.
2004-07-15 06:26:30 +00:00
Jay Monkman
1cfcfd3cfb 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.
2004-07-15 06:25:44 +00:00
Jay Monkman
af854856a8 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.
2004-07-15 06:24:14 +00:00
Jay Monkman
3e8f70a5ac 2004-07-15 Jay Monkman
* acinclude.m4: Added csb336 and csb337 BSPs
2004-07-15 06:17:47 +00:00
Jay Monkman
b759b04efa 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.
2004-07-15 06:16:16 +00:00
Jay Monkman
a2c617109d 2004-07-15 Jay Monkman
* console/.cvsignore, include/.cvsignore, network/.cvsignore,
	start/.cvsignore, startup/.cvsignore: New files.
2004-07-15 06:13:02 +00:00
Jay Monkman
1a3d1f3e80 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.
2004-07-15 06:12:05 +00:00
Jay Monkman
7f2783811a 2004-07-15 Jay Monkman
* custom/csb336.cfg, custom/csb337.cfg: New files.
2004-07-15 06:07:34 +00:00
Jay Monkman
ef6d69c340 2004-07-14 Jay Monkman
* MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
2004-07-15 03:11:25 +00:00
Joel Sherrill
9b63fbf867 2004-07-14 Joel Sherrill <joel@OARcorp.com>
PR 650/rtems
	* score/src/coremsg.c: Check for mathemathical overflow when calculating
	amount of memory to allocate for message buffers.
2004-07-14 21:05:15 +00:00
Joel Sherrill
a0f29ca4fd 2004-07-14 Joel Sherrill <joel@OARcorp.com>
PR 651/core
	* rtems/src/taskident.c: Add NULL check for id.
2004-07-14 14:32:06 +00:00
Joel Sherrill
9120e88c26 2004-06-29 Joel Sherrill <joel@OARcorp.com>
PR 631/rtems
	* rtems/src/msgqcreate.c: Return unsatisfied from message_queue_create
	when unable to allocate message buffer memory.
2004-06-29 13:56:00 +00:00
Joel Sherrill
d3b7d98a20 2004-06-29 Joel Sherrill <joel@OARcorp.com>
PR 631/rtems
	* user/msg.t: Document the return status from message_queue_create when
	unable to allocate message buffer memory.
2004-06-29 13:53:29 +00:00
Ralf Corsepius
e57816b977 Import from zlib-1.2.5 2004-05-31 04:00:00 +00:00
Ralf Corsepius
ff968e0ff6 This commit was generated by cvs2svn to compensate for changes in r10559,
which included commits to RCS files with non-trunk default branches.
2004-05-31 04:00:00 +00:00
Joel Sherrill
0a0961cf59 2004-05-23 Joel Sherrill <joel@OARcorp.com>
* gcc3newlib/gccnewlib.add: gcc 3.4.0 is broken for embedded SPARC and
	Ada. Until we can fix it, it is disabled.
2004-05-24 03:02:05 +00:00
Joel Sherrill
1ef71afff6 2004-05-23 Joel Sherrill <joel@OARcorp.com>
* gcc3newlib/target-gnat.add: Fix path to gnat1.
2004-05-24 03:00:52 +00:00
Joel Sherrill
96e5865d90 2004-05-22 Joel Sherrill <joel@OARcorp.com>
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-23 02:56:41 +00:00
Joel Sherrill
c984fb32fc 2004-05-22 Till Strauman <strauman@slac.stanford.edu>
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-22 15:14:31 +00:00