summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-21Cleanup.Ralf Corsepius
2009-07-21Remove.Ralf Corsepius
2009-07-13This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.cvs2git
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-022009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/region.t: Fix typos where semaphore referenced instead of region or segment.
2009-07-022009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/preface.texi: Correct list of supported CPU architectures.
2009-06-032009-06-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-05-282009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-212009-05-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-042009-04-20 Kate Feng <feng1@bnl.gov>Joel Sherrill
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-04-30Merge changes from CVS-HEAD addressing Fedora 11 rpm regressions.Ralf Corsepius
2009-04-08Update. Bump version.Ralf Corsepius
2009-04-08Use mirrorlists.Ralf Corsepius
2009-04-022009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius
* aclocal/check-rtems-debug.m4: Add missing ','.
2009-03-122009-03-12 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill
PR 1378/filesystem * libfs/src/imfs/deviceio.c: IMFS device lseek should return the current offset.
2009-03-092009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill
PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
2009-03-092009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-022009-03-02 Ray Xu <rayx.cn@gmail.com>Joel Sherrill
PR 1380/bsps * include/bsp.h: Switch to English comments.
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-02-272009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
2009-02-172009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* custom/uC5282.cfg: Add cvs Id.
2009-01-292009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>Joel Sherrill
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-292009-01-29 Gene Smith <gene.smith@siemens.com>Joel Sherrill
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-292009-01-29 Eric Norum <norume@aps.anl.gov>Joel Sherrill
PR 1364/cpukit * libcsupport/src/gxx_wrappers.c: Fix compilation problems when diagnostics enabled.
2009-01-212009-01-21 Nickolay Kolchin <nbkolchin@gmail.com>Joel Sherrill
Joel Sherrill <joel.sherrill@oarcorp.com> PR 1357/cpukit * rtems/src/tasks.c: Ensure creating a task with no ASR is honored.
2009-01-212009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>Joel Sherrill
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-062009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1350/bsps * network/lan91c11x.c: Do not write 65th element into 64 element array.
2008-12-122008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
2008-12-042008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
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-042008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1348/cpukit * rtems/src/ratemonperiod.c: Properly handle period statistics after cpu usage information is reset while a period is running.
2008-12-012008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/concepts.t: Id has four parts not three.
2008-11-202008-11-20 Daron Chabot <daronchabot@gmail.com>Joel Sherrill
PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
2008-11-18Use expanded osnames.Ralf Corsepius
2008-11-18update.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Bump GCC_RPMREL.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Regenerate.Ralf Corsepius
2008-11-13Bump AUTOCONF_RPMREL AUTOMAKE_RPMRELRalf Corsepius
2008-11-13New.Ralf Corsepius
2008-11-12Merger from CVS-HEAD.Ralf Corsepius
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* user/concepts.t: Use 32 bit version centered.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* ada_user/Makefile.am, user/Makefile.am: Make C and Ada manual build again after adding figure.
2008-11-07Import changes from HEAD.Ralf Corsepius
2008-11-05Remove solaris2.7Ralf Corsepius
2008-11-032008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
2008-11-032008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
2008-11-032008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1334/doc * user/Makefile.am, user/concepts.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
2008-11-032008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
PR 1333/cpukit * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should be rtems_device_minor_number.
2008-10-24Sync with CVS-HEAD.Ralf Corsepius