summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-072011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>rtems-4-9-branchJoel Sherrill
PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
2011-12-072011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1983/networking * libnetworking/libc/gethostbyht.c (gethostent_r): Abort if (!hostf).
2011-11-282011-11-28 Werner Almesberger <werner@almesberger.net>Joel Sherrill
PR 1961/cpukit * score/src/coremsgsubmit.c: Close window caused by using message pending count rather than directly obtaining unused buffer.
2011-11-092011-11-09 Jennifer Averett <jennifer.averett@oarcorp.com>Joel Sherrill
PR 1934/bsps * libchip/serial/ns16550.c: Change to unsigned variable.
2011-11-092011-11-09 Werner Almesberger <werner@almesberger.net>Joel Sherrill
PR 1957/cpukit * score/include/rtems/score/coremutex.h, score/inline/rtems/score/threadmp.inl: Add parentheses to protect macro arguments.
2011-11-072011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Joel Sherrill
PR 1952/cpukit * libmisc/untar/untar.c: Add return code for failure when unable to write file.
2011-08-212011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1890/cpukit * psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
2011-08-212011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1890/cpukit * posix/src/mqueuerecvsupp.c: POSIX says msg_prio is allowed to be NULL.
2011-08-07Remove (unused).Ralf Corsepius
2011-08-07Regenerate.Ralf Corsepius
2011-08-07Bump GCC_RPMREL.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Sync with cvs-HEAD.Ralf Corsepius
2011-08-07Eliminate gccexec.Ralf Corsepius
2011-08-06Merger from CVS-HEAD.Ralf Corsepius
2011-08-06Eliminate gcclib.Ralf Corsepius
2011-08-06Abandon gcc-3.3/3.4Ralf Corsepius
2011-08-06Abandon gcc-3.3/3.4Ralf Corsepius
2011-08-06Remove Obsoletes/Provides.Ralf Corsepius
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1855/cpukit * Makefile.am, configure.ac, psx16/Makefile.am: Correct signal processing during pthread_join. We are supposed to unblock the thread waiting on a pthread_join(), dispatch the signal handler, account for it potentially overwriting errno, and then have the thread return to blocking within pthread_join(). * psxeintr_join/.cvsignore, psxeintr_join/Makefile.am, psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc, psxeintr_join/psxeintr_join.scn: New files.
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1855/cpukit * posix/src/psignal.c, posix/src/psignalunblockthread.c, posix/src/pthread.c, posix/src/pthreadjoin.c: Correct signal processing during pthread_join. We are supposed to unblock the thread waiting on a pthread_join(), dispatch the signal handler, account for it potentially overwriting errno, and then have the thread return to blocking within pthread_join().
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1867/cpukit * Makefile.am, configure.ac, psx12/task.c, psxrwlock01/test.c: Correct implementation of pthread_exit() and pthread_join() to support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join. * psx16/.cvsignore, psx16/Makefile.am, psx16/init.c, psx16/psx16.doc, psx16/psx16.scn: New files.
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1867/cpukit * posix/src/pthreadexit.c, posix/src/pthreadjoin.c: Correct implementation of pthread_exit() and pthread_join() to support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join.
2011-07-292011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
2011-07-262011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
2011-07-24Upgrade to 4.9.6rtems-4-9-6Joel Sherrill
2011-07-242011-07-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1839/filesystem * libcsupport/include/rtems/libio_.h, libcsupport/src/fchdir.c, libcsupport/src/fdatasync.c, libcsupport/src/fpathconf.c, libcsupport/src/fsync.c, libcsupport/src/read.c, libcsupport/src/readv.c, libcsupport/src/write.c, libcsupport/src/writev.c: Some calls did not return proper status for permission errors or incorrectly permissions at all.
2011-07-242011-07-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* Makefile.am, preinstall.am: Include stubs so all tests compile. * include/tm27.h: New file.
2011-07-242011-07-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* clock/ckinit.c: Correct back port.
2011-07-222011-07-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1845/bsps * custom/rtl22xx_t.cfg: Remove unused line with what is now invalid syntax.
2011-07-222011-03-31 Kate Feng <feng@bnl.gov>Joel Sherrill
PR 1778/bsps * vme/VMEConfig.h: Used the VME shared IRQ handlers. * include/bsp.h: Removed BSP_PIC_DO_EOI. * network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there is any Rx error.
2011-07-212011-07-21 Jorge Lopez <jorge.lopez.trescastro@esa.int>Joel Sherrill
PR 1766/bsps * clock/ckinit.c: Add missing read of Timer_Counter_1.
2011-07-202011-07-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill
PR 1837/bsps * shared/motorola/motorola.c, shared/motorola/motorola.h: Add MVME2400 board with 750 CPU to list of supported Motorola boards.
2011-07-192011-07-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1838/filesystem * libcsupport/src/fchmod.c: fchmod() does not need a writeable file descriptor.
2011-07-142011-07-14 Gene Smith <gene.smith@siemens.com>Joel Sherrill
PR 1381/networking * netinet/ip_output.c: If a null or unreachable gateway is specified either statically in networkconfig.h or from dhcp/bootp, sendto() fails on multicast send with errno "118 Host is unreachable". The failure occurs in networking file ip_output.c since it currently requires all multicasts to have a valid route to the outside world.
2011-07-142011-07-14 Gene Smith <gene.smith@siemens.com>Joel Sherrill
PR 1381/networking * libnetworking/netinet/ip_output.c: If a null or unreachable gateway is specified either statically in networkconfig.h or from dhcp/bootp, sendto() fails on multicast send with errno 118 Host
2011-07-142011-07-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill
PR 1833/bsps * ne2000/ne2000.c: Addition of multicast support disabled broadcast reception. Patch also includes support to work on big endian CPUs.
2011-06-102011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1812/filesystem * libfs/src/imfs/imfs_stat.c: stat() implementation for IMFS did not set st_blksize field. Set it based upon user configuration.
2011-04-252011-04-25 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill
PR 1783/bsps * include/bsp.h: Remove dead prototypes of Clock_delay() and delay(). Neither had bodies.
2011-04-112011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>Joel Sherrill
* ne2000/ne2000.c: Add multicast support. Patch submitted to mailing list 2005-12-21.
2011-04-042011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>Joel Sherrill
PR 1722/networking * ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to filenames with spaces in them.
2011-04-042011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1768/bsps * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that we do not perform a cld before calling C code in the ISR. This was historically not a problem but gcc 4.3 changed the behavior. From http://gcc.gnu.org/gcc-4.3/changes.html
2011-03-222011-03-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1772/bsps * console/sci.c: Use same default baud rate as monitor.
2011-03-20Add config.status, config.sub, config.log.Ralf Corsepius
2011-03-092011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.