Commit Graph

14572 Commits

Author SHA1 Message Date
Ralf Corsepius
5589d26f3a Minor fixes. 2009-07-24 09:40:08 +00:00
Ralf Corsepius
5e6b855480 Bump GDB_RPMREL. 2009-07-24 09:39:36 +00:00
Ralf Corsepius
b813489b46 Remove. 2009-07-24 09:35:31 +00:00
Ralf Corsepius
9301ec20b9 Remove. 2009-07-23 15:30:49 +00:00
Ralf Corsepius
af0717b291 Sync. with rtems-4.10. 2009-07-23 08:38:49 +00:00
Ralf Corsepius
bd8e7703bd Regenerate. 2009-07-21 12:38:23 +00:00
Ralf Corsepius
f1534807f6 Bump *_RPMREL. 2009-07-21 12:38:08 +00:00
Ralf Corsepius
6dae02b4a8 Sync with rtems-4.10. 2009-07-21 12:33:19 +00:00
Ralf Corsepius
da3d35840f Sync with rtems-4.10. 2009-07-21 12:26:01 +00:00
Ralf Corsepius
01d2b1ebc5 Abandon mingw32, cygwin. 2009-07-21 12:25:31 +00:00
Ralf Corsepius
6542b4613b Remove. 2009-07-21 10:54:13 +00:00
Ralf Corsepius
0eaef9a704 Cleanup. 2009-07-21 10:50:59 +00:00
Ralf Corsepius
15e12bf63a Remove. 2009-07-21 10:46:01 +00:00
cvs2git
d8fce0335c This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.
Cherrypick from master 2009-07-13 14:20:36 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'Add autoconf-sources.add.':
    contrib/crossrpms/autotools/autoconf-sources.add
    contrib/crossrpms/autotools/automake-sources.add
    contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
    contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff
    contrib/crossrpms/patches/gdb-6.5-bfinrtems-20090122.diff
    cpukit/libnetworking/ifaddrs.h
    cpukit/libnetworking/libc/getifaddrs.c
    cpukit/libnetworking/libc/if_indextoname.c
    cpukit/libnetworking/libc/if_nameindex.c
2009-07-13 14:20:37 +00:00
Joel Sherrill
959f9ed343 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Fix typos where semaphore referenced instead of region
	or segment.
2009-07-02 16:23:12 +00:00
Joel Sherrill
3f5e231d5b 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/preface.texi: Correct list of supported CPU architectures.
2009-07-02 16:12:13 +00:00
Joel Sherrill
6998158727 2009-06-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1421/filesystem
	* libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h,
	libfs/src/imfs/imfs_handlers_device.c: Backport ftruncate support for
	devices so fopen(device, w) works.
2009-06-03 19:27:38 +00:00
Joel Sherrill
8774fddf30 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1415/cpukit
	* rtems/src/semcreate.c, rtems/src/semtranslatereturncode.c,
	score/include/rtems/score/coremutex.h,
	score/inline/rtems/score/coremutex.inl, score/src/coremutex.c:
	Address two paths where a task with a priority above the ceiling
	could obtain a priority ceiling mutex.
2009-05-28 21:04:29 +00:00
Joel Sherrill
dc927fe9f8 2009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1414/cpukit
	* score/src/objectget.c, score/src/objectgetisr.c,
	score/src/objectgetnoprotection.c: Tighten math on extraction of
	index so it is harder to trick by passing in a valid id of an
	incorrect object class.
2009-05-21 13:51:43 +00:00
Joel Sherrill
d7196bfd66 2009-04-20 Kate Feng <feng1@bnl.gov>
1396/bsps
	* pci/pci.c : Updated it to be consistent with the original pci.c
	* written by Eric Valette.  There is no change in its function.
	* irq/irq_init.c : set defaultIrq->next_handler to be 0
	* for BSP_SHARED_HANDLER_SUPPORT.
	* network/if_1GHz/if_wm.c : fixed some bugs in the 1GHz driver.
	* irq/BSP_irq.c : added supports for shared IRQ.
	* pci/pci_interface.c : Enabled PCI "Read", "Read Line", and
	"Read Multiple"
	*  Agressive Prefetch to improve the performance of the PCI based
	*  applications (e.g. 1GHz NIC).
	* irq/BSP_irq.c : Replaced the irq/irq.c, and used GT_GPP_Value
	* register to monitor the cause of the level sensitive interrupts.
	* This unique solution solves various bugs in the 1GHz network drivers
	* Fixed bugs in compute_pic_masks_from_prio()
2009-05-04 20:06:43 +00:00
Ralf Corsepius
e1be2b30ad Merge changes from CVS-HEAD addressing Fedora 11 rpm regressions. 2009-04-30 16:38:01 +00:00
Ralf Corsepius
72c7d3e2e6 Update. Bump version. 2009-04-08 14:26:15 +00:00
Ralf Corsepius
4f1b79b380 Use mirrorlists. 2009-04-08 14:26:01 +00:00
Ralf Corsepius
3ab7226ae5 2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>
* aclocal/check-rtems-debug.m4: Add missing ','.
2009-04-02 11:51:28 +00:00
Joel Sherrill
c614948571 2009-03-12 Santosh G Vattam <vattam.santosh@gmail.com>
PR 1378/filesystem
	* libfs/src/imfs/deviceio.c: IMFS device lseek should return the
	current offset.
2009-03-12 21:13:36 +00:00
Joel Sherrill
9f61de9ef6 2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
PR 1391/bsps
	* startup/spurious.c: Format was %d but had leading 0x.
2009-03-09 16:54:00 +00:00
Joel Sherrill
6068f9b028 2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1376/filesystem
	* libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c,
	libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c,
	libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c,
	libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c,
	libfs/src/imfs/memfile.c: lseek handlers should return off_t.
2009-03-09 14:13:44 +00:00
Joel Sherrill
d7ad1f65fe 2009-03-02 Ray Xu <rayx.cn@gmail.com>
PR 1380/bsps
	* include/bsp.h: Switch to English comments.
2009-03-02 17:04:15 +00:00
Joel Sherrill
5ab52fb40a 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1388/cpukit
	* sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
	allow both priority inherit and ceiling attributes to be set on
	semaphore create. These attributes are mutually exclusive and this
	should be an error.
2009-03-02 16:13:40 +00:00
Joel Sherrill
86458b0e97 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1388/cpukit
	* rtems/src/semcreate.c: Classic Semaphores allow both priority inherit
	and ceiling attributes to be set on semaphore create. These
	attributes are mutually exclusive and this should be an error.
2009-03-02 16:13:35 +00:00
Joel Sherrill
cc88fb7e84 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1387/doc
	* user/intr.t: Add Interrupt Manager services to list of services
	callable from ISR.
2009-02-27 16:02:39 +00:00
Joel Sherrill
8303576c15 2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/uC5282.cfg: Add cvs Id.
2009-02-17 14:37:07 +00:00
Joel Sherrill
b7a08ad494 2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>
PR 1359/cpukit
	* libcsupport/src/libio.c: rtems_libio_allocate:
	rtems_libio_iop_freelist incorrectly zeroed on semaphore error. Now
	checks error and does not modify anything until sure it has created
	semaphore.
2009-01-29 17:19:00 +00:00
Joel Sherrill
c9b28ef278 2009-01-29 Gene Smith <gene.smith@siemens.com>
PR 1363/filesystem
	* libfs/src/dosfs/fat.h: Fix issue where 32 bit values are not written
	correctly in FAT f/s data.
2009-01-29 16:13:26 +00:00
Joel Sherrill
065639c0f2 2009-01-29 Eric Norum <norume@aps.anl.gov>
PR 1364/cpukit
	* libcsupport/src/gxx_wrappers.c: Fix compilation problems when
	diagnostics enabled.
2009-01-29 14:32:59 +00:00
Joel Sherrill
ecf19d14b3 2009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>
Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1357/cpukit
	* rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
2009-01-21 20:48:20 +00:00
Joel Sherrill
2bcccf73c0 2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>
PR 1354/bsps
	* network/network.c: In some cases it can occur that an empty mbuf is
	put on the descriptor chain. (We found it especially then when
	transmitting fragmented IP Packets.) Since the actual buffer
	descriptor pointer will be incremented after every inserted mbuf
	(txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current
	mbuf was zero. This leads to the bug.
2009-01-21 18:18:11 +00:00
Joel Sherrill
e02d489afc 2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1350/bsps
	* network/lan91c11x.c: Do not write 65th element into 64 element array.
2009-01-06 16:26:55 +00:00
Joel Sherrill
eafefdf19f 2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Malloc Family is not implemented in termios of Region
	Manager after 4.7. Correct documentation.
2008-12-12 14:48:11 +00:00
Joel Sherrill
081b2d4d95 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1348/cpukit
	* Makefile.am, configure.ac: Add test of special case of resetting cpu
	usage information while a period is running.
	* sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc: New files.
2008-12-04 16:14:16 +00:00
Joel Sherrill
f7a1d76d44 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1348/cpukit
	* rtems/src/ratemonperiod.c: Properly handle period statistics after
	cpu usage information is reset while a period is running.
2008-12-04 16:14:04 +00:00
Joel Sherrill
d13db6a837 2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/concepts.t: Id has four parts not three.
2008-12-01 15:31:38 +00:00
Joel Sherrill
f4d9c474fd 2008-11-20 Daron Chabot <daronchabot@gmail.com>
PR 1337/bsps
	* custom/pc386.cfg: Stripping .rodata section produces unusable
	executables for the i386-rtems target.
2008-11-20 15:27:15 +00:00
Ralf Corsepius
3b4bbc277d Use expanded osnames. 2008-11-18 06:07:23 +00:00
Ralf Corsepius
712a3a2cd7 update. 2008-11-18 05:25:33 +00:00
Ralf Corsepius
86b2da4fb7 Regenerate. 2008-11-13 07:55:18 +00:00
Ralf Corsepius
13873d54e4 Bump GCC_RPMREL. 2008-11-13 07:54:12 +00:00
Ralf Corsepius
03262f8917 Regenerate. 2008-11-13 04:59:35 +00:00
Ralf Corsepius
965839a4ba Regenerate. 2008-11-13 04:23:20 +00:00
Ralf Corsepius
05ab2acaf7 Bump AUTOCONF_RPMREL AUTOMAKE_RPMREL 2008-11-13 04:21:15 +00:00