summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-08169-109629/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* libchip: Fix prototypesSebastian Huber2013-03-013-24/+24
|
* cpukit moxie: Style correctionsJoel Sherrill2013-02-282-71/+7
|
* libchip/rtc: Fixed 19 compiler warningsAndreas Heinig2013-02-283-3/+7
|
* libchip/serial: Fixed warningsAndreas Heinig2013-02-281-0/+3
|
* Common file changes in support of Moxie portAnthony Green2013-02-284-1/+4
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* Add sample Moxie BSP for GDB simAnthony Green2013-02-2815-0/+646
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* Add Moxie CPU supportAnthony Green2013-02-289-0/+1647
| | | | Signed-off-by: Anthony Green <green@moxielogic.com>
* libchip/network: Fixed warningAndreas Heinig2013-02-271-1/+2
|
* dosfs: PR2091: Fix warningAndreas Heinig2013-02-271-2/+2
|
* IMFS: PR2093: Fix warningSebastian Huber2013-02-271-3/+2
|
* dosfs: PR2092: Delete unused functionAndreas Heinig2013-02-271-32/+0
|
* doc: Build html into subdirectory (fix make clean)Joel Sherrill2013-02-262-7/+11
| | | | | | | Building with a document specific prefix will require coding in both texi2any and texi2html. It is easier to build into a directory (e.g. $(PROJECT)/). This also fixes "make clean" which was broken.
* sparc: Remove dead code that was leftover from SMP development.Jennifer Averett2013-02-261-4/+0
|
* PR2090: Fix warning in threadqdequeuepriority.cAndreas Heinig2013-02-261-0/+1
|
* user/preface.texi: Add NEC V850 and SPARC V9Joel Sherrill2013-02-261-2/+2
|
* user/overview.t: Add missing chapters to overviewJoel Sherrill2013-02-261-32/+65
|
* doc master include files: Do not include top node on printed outputJoel Sherrill2013-02-2612-1/+25
| | | | | | In PDF, DVI, and PostScript files, the contents of the @top node were being printed. These are intended only for info and html output formats.
* doc/project.am: Make texi2html and texi2any stanzas shareJoel Sherrill2013-02-261-17/+5
|
* doc: Update copyright year in common filesJoel Sherrill2013-02-262-3/+3
|
* doc: Update version.texi and stamp-vti filesJoel Sherrill2013-02-2626-52/+52
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
* doc/user Object Id Figures: Correct rotation and borderJoel Sherrill2013-02-264-42536/+8462
| | | | | | | | | The 16 bit Object Id image was incorrectly rotated in the manual. Both the 16 and 32 Object Id bit images had thin borders on the table and the bottom line was not visible in the PDF. I tinkered with the original drawings to add a bit more space around the tables and manually converted the PNG to EPS using Gimp to ensure a controlled and high quality conversion.
* doc/user/semaphore_attributes.eps: Correct rotationJoel Sherrill2013-02-261-106459/+3742
|
* doc/c_user: Fix Lines that were too longJoel Sherrill2013-02-262-9/+9
|
* doc: Use More Readable Names for Generated NodesJoel Sherrill2013-02-262-3/+7
| | | | | | | | Per a discussion with the GNU Texinfo maintainer Patrice Dumas, change to generating HTML files per a standard for stable URL names and easier cross manual referencing. http://lists.gnu.org/archive/html/help-texinfo/2013-02/msg00002.html
* doc: Support texi2any and texi2htmlJoel Sherrill2013-02-265-19/+80
| | | | | | | | | | | This was tested with texi2html-1.82-5.1.el6.noarch and a locally built texinfo 5.0. These are completely different implementations and require different invocations. The Makefile dependencies appear to work but are likely not perfect at this point. The key point is that the autoconf probe detects which to use and responds accordingly with preference given to texi2any.
* doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill2013-02-2616-224/+231
| | | | | Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
* Add missing @item.Ralf Corsépius2013-02-261-1/+1
|
* Add missing @items.Ralf Corsépius2013-02-261-3/+3
|
* bsp/mpc55xx: Add register type definitionSebastian Huber2013-02-251-1/+1
|
* Fix typo.Ralf Corsépius2013-02-252-2/+2
|
* add __ARM_ARCH_6ZK__ to cpukit/score/cpu/arm/rtems/score/arm.hCudmore, Alan P. (GSFC-5820)2013-02-251-0/+4
|
* libblock: Do resource allocation in one placeSebastian Huber2013-02-213-148/+153
| | | | | | | All resource allocations take place in rtems_bdbuf_init() now. After rtems_bdbuf_init() no fatal errors can happen due to configuration errors or resource limits. This makes it easier to detect configuration errors for users.
* bsp/gen5200: New ATA driverSebastian Huber2013-02-2010-45/+1566
| | | | This is a replacement for the ATA task. The performance is much better.
* bsp/gen5200: Add and use mpc5200_fatal()Sebastian Huber2013-02-206-10/+27
|
* bsp/mpc55xx: Fix prototypeSebastian Huber2013-02-202-2/+2
|
* dosfs: Fix file length updateSebastian Huber2013-02-201-2/+3
|
* fstests/fsrdwr: Add test caseSebastian Huber2013-02-203-1/+59
|
* fstests/fsrdwr: Fix warningSebastian Huber2013-02-201-1/+1
|
* fstests: Prevent compiler optimizationsSebastian Huber2013-02-151-1/+4
|
* dosfs: Start scan with a valid data clusterSebastian Huber2013-02-151-26/+16
| | | | | Simpify the loop. Set last cluster to an undefined value in case no free cluster exists.
* dosfs: Fix file extendSebastian Huber2013-02-151-23/+24
| | | | | | Only append a valid cluster chain (cluster added > 0), otherwise we overwrite the root directory cluster (cluster 0) of a FAT12 or FAT16 with arbitrary data.
* dosfs: Ensure valid data cluster countSebastian Huber2013-02-151-1/+6
|
* Introduce AM_CONDITIONAL ATOMIC.Ralf Corsépius2013-02-147-14/+28
|
* Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC.Ralf Corsépius2013-02-141-0/+4
|
* Conditionally install atomic-headers.Ralf Corsépius2013-02-144-2/+8
|
* Add RTEMS_CHECK_ATOMIC, RTEMS_CPUOPT([RTEMS_ATOMIC]), AM_CONDITIONAL ATOMIC.Ralf Corsépius2013-02-141-0/+7
|
* New.Ralf Corsépius2013-02-141-0/+13
|
* Include <stdint.h>Ralf Corsépius2013-02-141-0/+2
|
* ftpd: Go back to the root directorySebastian Huber2013-02-131-0/+8
|