summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)Sebastian Huber2012-06-157-13/+85
* bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7mSebastian Huber2012-06-157-8/+8
* libchip: Add support for NS16550 with FDRSebastian Huber2012-06-154-26/+48
* score: Fix performance issue for 64-bit timestampsSebastian Huber2012-06-145-62/+22
* score: New structure TOD_ControlSebastian Huber2012-06-1413-40/+43
* sapi: Add nanoseconds_per_tick to configurationSebastian Huber2012-06-143-2/+16
* v850 - byte swap instructions not available on all multilibsJoel Sherrill2012-06-122-7/+33
* bsps: Replace NIRVANA regionSebastian Huber2012-06-1251-71/+68
* libchip/ata: Fix pre-processor symbol evaluationSebastian Huber2012-06-121-7/+7
* libblock: Add block device statisticsSebastian Huber2012-06-1217-0/+619
* libblock: Remove const qualifierSebastian Huber2012-06-122-18/+18
* v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill2012-06-1140-3/+2839
* powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill2012-06-111-2/+14
* mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-7/+2
* i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+14
* arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill2012-06-111-2/+5
* isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill2012-06-111-5/+8
* threadhandler.c: Fix spelling of __main() in prototypeJoel Sherrill2012-06-111-5/+8
* librpc: PR2066: Fix for short enumsSebastian Huber2012-06-067-15/+23
* network/bootp: PR2031: Add and use header fileSebastien Bourdeauducq2012-06-066-38/+51
* powerpc/mpc55xx: BSP variant changes for MPC5643LSebastian Huber2012-06-0510-44/+60
* libcsupport: Add rtems_printf_plugin()Sebastian Huber2012-06-043-0/+36
* libtests/block13: Add const qualifierSebastian Huber2012-06-041-1/+1
* libblock: Rename structureSebastian Huber2012-06-041-3/+3
* bsp/t32mppc: Fix Trace32 configuration fileSebastian Huber2012-06-041-3/+1
* libtests/block05: Fix warningsSebastian Huber2012-06-041-2/+2
* dosfs: Fix for no space left on device conditionSebastian Huber2012-06-041-3/+5
* libblock: Add read-ahead taskSebastian Huber2012-06-0411-130/+568
* bsps/powerpc: Add load section for .nocacheSebastian Huber2012-06-0413-21/+48
* bsp/qoriq: New BSP optionSebastian Huber2012-06-042-0/+6
* powerpc: Simplify context switchSebastian Huber2012-06-048-514/+285
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-3125-31/+30
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-3113-124/+65
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-3171-106/+388
* Revert "Revert "libtests/complex: Avoid generated files""Ralf Corsépius2012-05-317-437/+145
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-318-1116/+316
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-318-316/+1116
* Revert "libtests/complex: Avoid generated files"Ralf Corsépius2012-05-317-145/+437
* dosfs: Fix format request with sectors per clusterSebastian Huber2012-05-311-2/+10
* libblock: Move rtems_bdbuf_get_media_block() callSebastian Huber2012-05-311-75/+78
* libblock: Simplify disk managementSebastian Huber2012-05-318-119/+230
* libblock: Remove explicit bds_per_group parameterSebastian Huber2012-05-311-18/+13
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-3120-46/+46
* libblock: Add task stack size bdbuf configurationSebastian Huber2012-05-3114-58/+89
* pc386: Added sections for rtems-libbsd support.Jennifer Averett2012-05-301-0/+11
* dosfs: Fix print format stringSebastian Huber2012-05-291-1/+2
* ftpd: Set current directory after session closeSebastian Huber2012-05-291-1/+2
* Filesystem: Wait for unmount() to finishSebastian Huber2012-05-297-54/+143
* shell/lsof: Use fprintf() instead of printk()Sebastian Huber2012-05-241-2/+6
* libblock: Fix read request block count calculationSebastian Huber2012-05-241-1/+1