summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS-Ids.Ralf Corsépius2012-05-0420-68/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-8/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-7/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove.Ralf Corsépius2012-05-041-0/+0
|
* nds/linkcmds - Remove execute permissionJoel Sherrill2012-05-031-0/+0
|
* libcpu misc m68k and sh - Correct formatting and remove weird Id stringsJoel Sherrill2012-05-036-59/+41
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-03100-85/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* Libcpu misc files - Remove execute permission on source files.Joel Sherrill2012-05-0310-0/+0
|
* rtems-message_queue.adb - Convert DOS to UNIX CF/LFJoel Sherrill2012-05-031-245/+245
|
* psxaio01/psxaio02 - Formatting correctionsJoel Sherrill2012-05-032-18/+18
| | | | | The file header was moved over one space. These two were the only files in the testsuite which did this.
* sp07/buffered_io.c add missing copyrightJoel Sherrill2012-05-031-1/+6
| | | | Date and ownership determined from file history.
* smdk2410 - Remove odd $Id$Joel Sherrill2012-05-021-2/+0
|
* gp32 - Remove odd $Id$Joel Sherrill2012-05-021-3/+0
|
* pc386 - Remove odd $Id$Joel Sherrill2012-05-027-14/+0
|
* libchip hcms29xx - Remove odd $Id$ and clean up file headerJoel Sherrill2012-05-025-17/+1
|
* score603e - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-4/+6
|
* libcpu/m68k/mcf532x - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-3/+3
|
* libchip z85c30 - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-4/+6
|
* LEON3 - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-4/+6
|
* LEON2 - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-4/+6
|
* MRM332 - Remove incorrect $Id$ string and correct file headerJoel Sherrill2012-05-022-2/+26
|
* Merge branch 'master' of ssh://rgit/data/git/rtemsChris Johns2012-04-284-26/+48
|\
| * Update config.guess and config.subJoel Sherrill2012-04-262-10/+25
| |
| * bsps/stackalloc: Add initialization hookSebastian Huber2012-04-262-16/+23
| |
* | IMFS: Update IMS_assert check when RTEMS_DEBUG is enabled.Chris Johns2012-04-281-1/+1
|/ | | | Update the assert macro to the new IMFS_jnode_t.
* smp08 screen replacementJoel Sherrill2012-04-241-16/+29
|
* Simple SMP Scheduler - Fix typo which likely broke schedulingJoel Sherrill2012-04-241-8/+31
|
* bsp/mpc55xxevb: Enable stack allocatorSebastian Huber2012-04-246-4/+10
|
* bsps/stackalloc: Use stack section symbolsSebastian Huber2012-04-245-55/+26
|
* bsps/powerpc: Add no cache sectionSebastian Huber2012-04-2414-89/+78
|
* bsp/mpc55xxevb: Change early MMU settingsSebastian Huber2012-04-243-17/+28
| | | | | | Add internal SRAM sections with cache enabled to early MMU settings. The internal SRAM initialization will use the early MMU settings. This allows applications to use cache inhibited areas in the internal SRAM.
* score: Remove _Stack_Adjust_size()Sebastian Huber2012-04-242-30/+0
| | | | | | | | | | The increase of the stack size by CPU_STACK_ALIGNMENT in _Thread_Stack_Allocate() is disadvantageous. This may lead to a huge over allocation for specialized stack allocators. The CPU_STACK_ALIGNMENT is at most 16 on all current RTEMS CPU ports. The mimimum stack size ensured by _Stack_Ensure_minimum() must be considerable larger than this value, otherwise stack overflows will likely occur. Thus the _Stack_Adjust_size() is also superfluous.
* nfsclient: Use UID and GID of NFS handleSebastian Huber2012-04-231-10/+10
| | | | Use UID and GID of the NFS handle for node and symbolic link creation.
* nfsclient: POSIX conformanceSebastian Huber2012-04-231-9/+37
| | | | | According to POSIX the read() call should return the maximum number of bytes available for regular files.
* bsp/lpc24xx: Fix define nameSebastian Huber2012-04-231-1/+1
|
* PR1908: consolidate libqos code and fix installed header locationGedare Bloom2012-04-238-258/+196
|
* score: DocumentationSebastian Huber2012-04-201-0/+3
|
* bsps/arm: Make the Clock_isr() static againSebastian Huber2012-04-201-1/+1
|
* bsps: Avoid rtems_irq_hdl_param type usageSebastian Huber2012-04-201-2/+1
| | | | | Not every clock interrupt service routine is installed with this API. Remove also the prototype to allow drivers to make this routine static.
* score: Fix commentSebastian Huber2012-04-201-1/+2
|
* bsp/genmcf548x: Enable FPU in BSP startup codeSebastian Huber2012-04-201-13/+5
|