Commit Graph

11074 Commits

Author SHA1 Message Date
Joel Sherrill
55e012993c 2005-08-17 Andrew Sinclair <Andrew.Sinclair@elprotech.com>
PR 807/rtems
	* rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c,
	score/src/watchdoginsert.c: Tighten critical section checks on an ISR
	using the same timer being inserted by a lower priority ISR or
	interupt task.
2005-08-17 22:49:56 +00:00
Joel Sherrill
27178a8173 New file. 2005-08-17 22:07:46 +00:00
Joel Sherrill
15c15c892a 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
* custom/av5282.cfg: New file.
2005-08-17 22:04:36 +00:00
Joel Sherrill
a3aac6758c 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
* acinclude.m4: Add the av5282 BSP.
2005-08-17 22:03:45 +00:00
Joel Sherrill
1b269c5624 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
* .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
	clock/clock.c, console/console.c, include/bsp.h,
	include/bspopts.h.in, include/coverhd.h, include/tm27.h,
	network/network.c, start/start.S, startup/bspclean.c,
	startup/bspstart.c, startup/init5282.c, startup/linkcmds,
	startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
2005-08-17 22:03:22 +00:00
Joel Sherrill
77bb84e320 2005-08-17 Lars Munch <lars@segv.dk>
PR 727/bsps
	* at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
	tick is not 9.365 miliseconds long.
2005-08-17 19:25:00 +00:00
Joel Sherrill
b3b78ecffe 2005-08-17 Nickolay Semyonov <snob@oktetlabs.ru>
PR 744/filesystem
	* libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not
	support permissions on directories so the check performed by unlink
	would always fail. The unlink code was modified to support a not
	supported status being returned.
2005-08-17 19:11:46 +00:00
Ralf Corsepius
7930bde167 2005-08-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/binutils.add:
	Special-case _prefix=/usr.
	* gccnewlib/base-g77.add, gccnewlib/base-gcc.add,
	gccnewlib/base-gcj.add, gccnewlib/base-gfortran.add,
	gccnewlib/base-gnat.add, gccnewlib/gccnewlib.add:
	Special-case _prefix=/usr.
2005-08-17 02:52:18 +00:00
Ralf Corsepius
2c680594e8 Special-case _prefix == /usr 2005-08-17 02:51:30 +00:00
Ralf Corsepius
4cf0f1c4a8 Add special treatment for _prefix=/usr 2005-08-16 07:35:39 +00:00
Ralf Corsepius
ba0e55a96e 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* posix/include/mqueue.h, posix/src/mqueuetimedreceive.c:
	ssize_t mq_timedreceive() (POSIX compliance).
2005-08-15 15:13:04 +00:00
Ralf Corsepius
fffda815c0 ssize_t mq_timedreceive() (POSIX compliance) 2005-08-15 15:12:27 +00:00
Ralf Corsepius
f04bf2d869 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/Makefile.am: Remove h8300-rtemscoff.
	* binutils/Makefile.am: Remove h8300-rtemscoff.
2005-08-15 15:07:26 +00:00
Ralf Corsepius
fb242b0c89 Remove h8300-rtemscoff 2005-08-15 15:06:40 +00:00
Ralf Corsepius
2604a54380 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* optman/Makefile.am: Add preinstall.am.
2005-08-15 13:54:16 +00:00
Ralf Corsepius
34381f9a9c New. 2005-08-15 13:51:49 +00:00
Ralf Corsepius
c0c868b941 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.
	* configure.ac: Add AMPOLISH3.
	* preinstall.am: New.
2005-08-15 13:49:27 +00:00
Ralf Corsepius
86c63a04b7 Add AMPOLISH3. 2005-08-15 13:49:19 +00:00
Ralf Corsepius
5c5c238fa1 Add preinstall.am. 2005-08-15 13:49:03 +00:00
Ralf Corsepius
2fd0878cad Regenerate. 2005-08-15 08:47:57 +00:00
Ralf Corsepius
61d1060b80 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Use librtemscpu_a_LIBRARIES.
2005-08-15 08:47:20 +00:00
Ralf Corsepius
7f04126413 Regenerate. 2005-08-15 08:38:26 +00:00
Joel Sherrill
c949d6b0d3 2005-08-12 Chris Johns <chrisj@rtems.org>
PR 808/rtems_misc
	* libcsupport/src/printk.c: Fix bug where specifying field width
	crashed on pc386 BSP.
2005-08-12 23:56:16 +00:00
Joel Sherrill
db0cf9fc38 2005-08-12 Phil Torre <ptorre@zetron.com>
PR 816/bsps
	* mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode
	parameters (m8xxSCCENparms_t) does not match the hardware: members
	taddr_h and taddr_l are transposed. When loading new multicast group
	addresses into the hash table, the wrong hash bit is set.
2005-08-12 23:44:27 +00:00
Ralf Corsepius
a605cecde3 2005-08-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/nfs/bootp_subr.c: Don't include
	nfs/nfs.h, nfs/krpc.h.
2005-08-06 03:28:49 +00:00
Ralf Corsepius
da6d75f6c2 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_create.c,
	libfs/src/dosfs/msdos_eval.c, libfs/src/dosfs/msdos_file.c,
	libfs/src/dosfs/msdos_free.c, libfs/src/dosfs/msdos_fsunmount.c,
	libfs/src/dosfs/msdos_init.c, libfs/src/dosfs/msdos_misc.c,
	libfs/src/dosfs/msdos_mknod.c:
	Introduce msdos_status_t (dosfs statii are at least 32bit, not int).
2005-08-05 10:38:41 +00:00
Ralf Corsepius
a72c454eed Introduce msdos_status_t. 2005-08-05 10:38:05 +00:00
Ralf Corsepius
c79a45b76a Regenerate. 2005-08-05 10:33:22 +00:00
Ralf Corsepius
66e365f258 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add libnetworking/memory.h
	* libnetworking/Makefile.am: Remove memory.h
2005-08-05 10:32:53 +00:00
Ralf Corsepius
7c5c667e0c 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
2005-08-05 03:28:10 +00:00
Joel Sherrill
5a1b3a176c Fixed formatting. 2005-08-02 14:48:42 +00:00
Joel Sherrill
e55582930e Corrected placement of log entries. 2005-08-02 14:47:44 +00:00
Ralf Corsepius
6d1e301a09 2005-08-02 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 817/rtems
	* libcsupport/src/gxx_wrappers.c: Rename
	rtems_gxx_recursive_mutex_init_function to
	rtems_gxx_recursive_mutex_init.
2005-08-02 12:37:14 +00:00
Ralf Corsepius
bebda1d751 2005-08-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/sys/syslog.h: Partial update from FreeBSD.
2005-08-01 06:30:26 +00:00
Ralf Corsepius
f8e6dba705 Partial update from FreeBSD. 2005-08-01 06:29:08 +00:00
Ralf Corsepius
f62cb2667d 2005-07-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* autotools/automake.add: Update to automake-1.9.6.
	* brp-rtems-strip.in: New.
	* brp-rtems-compress.in: New.
	* binutils/binutils.add: Reflect using brp-rtems*.
	* gccnewlib/gccnewlib.add: Reflect using brp-rtems*.
2005-07-28 22:58:25 +00:00
Ralf Corsepius
8aa8c23a6b Reflect using brp-rtems*. 2005-07-28 22:57:58 +00:00
Ralf Corsepius
0813e0da8b New. 2005-07-28 22:57:30 +00:00
Ralf Corsepius
9d57d0df13 Update to automake-1.9.6 2005-07-28 22:57:03 +00:00
Eric Norum
de5bc2130b Changes provided by Phillip Sorensen <pas37@cornell.edu> to get MVME550 BSP running. 2005-07-28 18:57:25 +00:00
Ralf Corsepius
31e08a184b Regenerate. 2005-07-27 13:26:59 +00:00
Ralf Corsepius
0dd9f41f6c 2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Fix broken patch to mcf5235.
2005-07-27 13:26:40 +00:00
Philippe Simons
4906d7f77f 2005-07-25 Philippe Simons <loki_666@fastmail.fm>
* Makefile.am: added smc.rel.
	* smc/smc.c, smc/smc.h: New files.
2005-07-25 19:18:09 +00:00
Eric Norum
76361dd707 Add some new regions. 2005-07-25 13:54:26 +00:00
Eric Norum
d452949fb7 Add .gnu.linkonce.b 2005-07-24 19:10:31 +00:00
Eric Norum
2025958c8c Add .gnu.linkonce.b.* relocation. 2005-07-24 18:33:55 +00:00
Joel Sherrill
bb72ff991b 2005-07-18 Karel Gardas <kgardas@objectsecurity.com>
* libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
	UNTESTED to tested.
2005-07-18 15:42:24 +00:00
Joel Sherrill
5fa10f2db6 2005-07-18 Lars Munch <lars@segv.dk>
PR 813/networking
	* ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
	parameter was added to irq handlers (2005-04-18). Before these
	changes the argument to the interrupt handler was the interrupt
	number, now the argument is handle, but the ne2000 driver needs the
	interrupt number. The fix is to set the handle to the interrupt
	number.
2005-07-18 14:34:41 +00:00
Ralf Corsepius
d8bc48b4cb This commit was generated by cvs2svn to compensate for changes in r12147,
which included commits to RCS files with non-trunk default branches.
2005-07-18 02:41:45 +00:00
Ralf Corsepius
d101e748e6 Import from zlib-1.2.4 2005-07-18 02:41:45 +00:00