summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 4.9.44.9.4Joel Sherrill2010-03-185-5/+5
|
* Fix spacing.Joel Sherrill2010-03-181-1/+1
|
* 2010-03-17 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-162-1/+6
| | | | | * libfs/src/dosfs/msdos_create.c: Fix the date/time call order to 'msdos_date_unix2dos'.
* Fix hex constants.Eric Norum2010-03-162-2/+6
|
* Remove.Ralf Corsepius2010-03-1117-655/+0
|
* 2010-03-10 Gedare Bloom <gedare@gwu.edu>Joel Sherrill2010-03-102-0/+22
| | | | | | PR 1495/bsp * clock/ckinit.c: Calling rtems_clock_get_uptime() in a tight loop sometimes showed time moving backwards.
* 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-102-2/+8
| | | | | | PR 1497/bsps * startup/bspclean.c: Do not enable interrupts while waiting for board to reset.
* 2010-02-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-02-012-2/+11
| | | | | | | 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.
* 2010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2010-01-112-1/+7
| | | | | | PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
* Update.Ralf Corsepius2010-01-111-1/+1
|
* Update.Ralf Corsepius2010-01-111-1/+1
|
* Update.Ralf Corsepius2010-01-111-4/+4
|
* Sync with CVS-HEAD.Ralf Corsepius2010-01-111-3/+15
|
* Add INSTALL.Ralf Corsepius2010-01-111-0/+1
|
* Remove.Ralf Corsepius2010-01-111-237/+0
|
* 2009-12-11 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-112-4/+10
| | | | | | PR 1481/cpukit * rtems/src/ratemonperiod.c: Moved check for cpu usage being smaller than when period initiated.
* 2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-102-4/+13
| | | | | PR 1482 * posix/src/timersettime.c: Exit dispatching critical section.
* 2009-12-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-102-1/+8
| | | | | | | PR 1480/cpukit * rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics() when period is expired, not _Rate_monotonic_Initiate_statistics(). The cound of missed periods was never updated.
* Upgrade to automake-1.10.3Ralf Corsepius2009-12-092-5/+5
|
* 2009-12-07 Cindy Cicalese <cicalese@mitre.org>Joel Sherrill2009-12-072-1/+8
| | | | | | PR 1477/cpukit * score/src/objectsetname.c: Ensure destination is NULL terminated. String copy was not getting the NULL.
* Regenerate.Ralf Corsepius2009-11-2710-149/+69
|
* Bump GCC_RPMREL.Ralf Corsepius2009-11-2710-10/+10
|
* Update.Ralf Corsepius2009-11-2710-19/+19
|
* Eliminate g77, f95.Ralf Corsepius2009-11-271-4/+2
| | | | Add fortran.
* Elminate build_gfortran.Ralf Corsepius2009-11-272-2/+2
|
* Eliminate g77Ralf Corsepius2009-11-276-72/+5
|
* Eliminate g77Ralf Corsepius2009-11-273-7/+3
|
* Sync with rtems4.10.Ralf Corsepius2009-11-272-10/+5
|
* Upgrade to 4.9.34.9.3Joel Sherrill2009-11-135-5/+5
|
* 2009-11-11 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-112-2/+17
| | | | | | PR 1471/cpukit * libmisc/cpuuse/cpuusagereport.c: Rework statement to ensure 64-bit multiplication is used to avoid overflow with intermediate value.
* Regenerate.Ralf Corsepius2009-11-1111-65/+21
|
* Bump GDB_RPMREL.Ralf Corsepius2009-11-1111-11/+11
|
* gdb-6.8-rtems4.9-20091111.diffRalf Corsepius2009-11-1110-10/+10
|
* New.Ralf Corsepius2009-11-111-0/+10849
|
* Rework system_readline hacksRalf Corsepius2009-11-111-4/+0
|
* 2009-11-10 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-102-1/+8
| | | | | | PR 1468/cpukit * score/src/timespecdividebyinteger.c: Rework statement to ensure 64-bit multiplication is used.
* 2009-11-10 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-11-103-12/+31
| | | | | | PR 1462/cpukit * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemonperiod.c: Fine tune previous patch after analysis in application.
* 2009-11-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-102-0/+7
| | | | | | PR 1469/cpukit * cpu.c: Add dummy entry for (non-existing) exception #15. Otherwise all slots for vectors >= 16 are one element off.
* 2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com>Joel Sherrill2009-10-304-75/+118
| | | | | | PR pr1462/cpukit * rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c: Fix bugs in rate monotonic statistics.
* 2009-10-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-202-1/+6
| | | | | * network/tsec.c: Bugfix. Broadcast address was declared uint8_t instead of uint8_t [8].
* 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2009-10-1621-476/+969
| | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, console/alloc360.c, console/config.c, console/console.c, console/m68360.h, console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h, include/bsp.h, irq/irq_init.c, irq/openpic_xxx_irq.c, start/start.S, startup/bspstart.c, startup/linkcmds, vme/VMEConfig.h: Updated and tested against RTEMS 4.9. Updated README file to latest source status. Modified to use the shared irq source code. Turned off debugging, cleaned up warnings, removed unused code. Tested with two PMCQ1 serial cards. Tested MC68360 serial ports and VME using external tests. * README, irq/irq.h, vme/vmeconfig.c: New files.
* 2009-10-16 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2009-10-163-3/+13
| | | | | | | * configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-2/+8
| | | | | * mpc6xx/mmu/bat.c: Resolved bug: It is not an overlap if the batindex being set is the batindex of the overlap.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-11/+16
| | | | | * shared/include/io.h: Backport change from extern inline to static inline from head to avoid multiple definitions.
* 2009-10-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2009-10-162-1/+11
| | | | * startup/bspstart.c: Add bsp_clicks_per_usec.
* 2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-152-1/+6
| | | | | * sapi/include/confdefs.h: Correct type of rtems_malloc_dirty_helper so usable.
* 2009-10-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-152-1/+6
| | | | | * libcsupport/include/rtems/malloc.h: Correct type of rtems_malloc_dirty_helper so usable.
* 2009-10-13 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-142-3/+26
| | | | | | | | | PR 1451/bsps * network/tsec.c: Fix mbuf leak when watchdog expires. The re-initialization algorithm failed to release mbuf chains held in the TX ring. Also, during initialization the initial link status is determined and IFF_OACTIVE set if no active link was detected.
* Regenerate.Ralf Corsepius2009-09-2310-20/+20
|
* New.Ralf Corsepius2009-09-231-0/+10739
|