summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-03-082011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1759/cpukit * posix/src/cancel.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c: Some POSIX pthread services did not support using Classic API Task Ids.
2011-03-072011-03-07 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1756/bsps * timer/timer.c: Retry on timer calibration loop failure.
2011-03-042011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1751/bsps * start/start.S: Fix typo which was not caught by binutils prior to a recent bug fix.
2011-03-042011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1748/bsps * clock/ckinit.c, include/leon.h: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
2011-03-042011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
2011-03-032011-03-03 Chris Johns <chrisj@rtems.org>Joel Sherrill
PR 1749/filesystem * libcsupport/src/mknod.c: Fix the incorrect handling of the file type in the mode value o reject invalid types as per the standard.
2011-02-09Ada getting started is gone.4.9.5Joel Sherrill
2011-02-09Upgrade to 4.9.5Joel Sherrill
2011-02-092011-02-09 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* setup.def, common/cpright.texi: Update dates.
2011-01-212011-01-21 Eric Norum <wenorum@lbl.gov>Joel Sherrill
* libmisc/capture/capture.c: Avoid using TCB of task just deleted.
2010-12-162010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in, cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/nextstep.t, started/nt.t, started/require.t, started/sample.t, started/started.texi: Major update which includes removal of references to specific tool versions and patches. * started/tversions.texi.in: Removed.
2010-12-162010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* Makefile.am, configure.ac, develenv/direct.t: Remove Getting Started with GNAT/RTEMS. * started_ada/.cvsignore, started_ada/Makefile.am, started_ada/buildada.t, started_ada/gdb.t, started_ada/intro.t, started_ada/require.t, started_ada/sample.t, started_ada/started_ada.texi, started_ada/tversions.texi: Removed.
2010-12-162010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* SUPPORT: Update address.
2010-11-232010-11-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* Makefile.am, preinstall.am: Add <bsp/tty_drv.h> to the set of installed .h files.
2010-11-162010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
2010-11-162010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1717/cpukit * libcsupport/src/gxx_wrappers.c: Free memory on error.
2010-11-112010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
2010-11-012010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-09-232010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-08-272010-08-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1693/filesystem * libfs/src/imfs/memfile.c: IMFS_memfile_get_block_pointer() was checking incorrect pointer and thus had dead code.
2010-08-272010-08-27 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1692/filesystem * libcsupport/include/rtems/libio.h, libfs/src/imfs/imfs_eval.c: Fix implementation and use of rtems_libio_is_valid_perms().
2010-08-252010-08-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1689/bsps * shared/flash/intelFlash.c: Scale erase timeout by actual system clock rate rather than assuming a fixed value.
2010-06-212010-06-21 Peter Dufault <dufault@hda.com>Joel Sherrill
PR 1570/cpukit * posix/src/semtimedwait.c: This routine is supposed to return -1/errno NOT the status directly.
2010-06-212010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1554/cpukit Coverity Id 17 * libi2c/libi2c.c: Fix memory leak on error.
2010-06-162010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1568/doc * user/intr.t: Fix list of services callable from ISR.
2010-06-03backport of access macros for indexed resourcesThomas Doerfler
2010-05-182010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
2010-03-18Upgrade to 4.9.44.9.4Joel Sherrill
2010-03-18Fix spacing.Joel Sherrill
2010-03-162010-03-17 Chris Johns <chrisj@rtems.org>Chris Johns
* libfs/src/dosfs/msdos_create.c: Fix the date/time call order to 'msdos_date_unix2dos'.
2010-03-16Fix hex constants.Eric Norum
2010-03-11Remove.Ralf Corsepius
2010-03-102010-03-10 Gedare Bloom <gedare@gwu.edu>Joel Sherrill
PR 1495/bsp * clock/ckinit.c: Calling rtems_clock_get_uptime() in a tight loop sometimes showed time moving backwards.
2010-03-102010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1497/bsps * startup/bspclean.c: Do not enable interrupts while waiting for board to reset.
2010-02-012010-02-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann
PR 1492/bsps * shared/startup/sbrk.c: When BSP_sbrk_policy had the value (-1) (-> give all memory to the heap initially) then the computation of the remaining heap size was wrong.