summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smpcapture02: Add test of functionality to add custom entries to capture traceDaniel Cederman2015-02-116-0/+478
* bsp/sparc: Move BSP_ISR_handler to a separate file and rename itDaniel Cederman2015-02-119-23/+59
* or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary2015-02-101-2/+7
* Filesystem: Simplify FIFO and pipe configurationSebastian Huber2015-02-097-38/+23
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-0916-52/+1
* fstests/fsrename: Avoid double initializationSebastian Huber2015-02-091-7/+5
* arm/tms570: sci context has to be writable because it holds state variable.Pavel Pisa2015-02-042-4/+4
* IMFS: Simplify ino generationSebastian Huber2015-02-044-5/+7
* IMFS: Use rtems_filesystem_make_dev_t_from_pointerSebastian Huber2015-02-043-29/+3
* Add rtems_filesystem_make_dev_t_from_pointer()Sebastian Huber2015-02-041-0/+9
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-049-80/+7
* Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber2015-02-044-4/+4
* Filesystem: Delete rtems_libio_last_iopSebastian Huber2015-02-041-1/+0
* Filesystem: Make rtems_libio_number_iops constSebastian Huber2015-02-042-2/+2
* bsps/powerpc: Fix a clock driverNick Withers2015-01-301-9/+57
* IMFS: Reduce IMFS node typesSebastian Huber2015-01-2810-48/+21
* IMFS: Aggregate link support in dedicated modulesSebastian Huber2015-01-285-177/+152
* IMFS: Replace node union with individual structSebastian Huber2015-01-2734-786/+563
* user/conf.t: Fix typoJoel Sherrill2015-01-261-1/+1
* sys/socket.h: Add include of <sys/_types.h> for ssize_tJoel Sherrill2015-01-231-0/+1
* psx07: Add missing parameter to printf() callJoel Sherrill2015-01-231-1/+1
* mcf5206elite/include/i2c.h: Fix spelling errorJoel Sherrill2015-01-231-1/+1
* stm32f4/.../stm32f105rc-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+1
* lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+7
* lpc24xx/.../lpc2362-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+2
* lm3s69xx/.../lm3s6965-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+1
* lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+2
* bsp/altera-cyclone-v: Use proper free functionSebastian Huber2015-01-231-1/+1
* libnetworking: Fix memset() callSebastian Huber2015-01-231-1/+1
* bsps/sparc: Use calloc()Sebastian Huber2015-01-231-3/+1
* psxtests/psx07: Fix printf() statementSebastian Huber2015-01-231-1/+1
* tools: Fix fprintf() statementSebastian Huber2015-01-231-1/+1
* bsps/powerpc: Fix switch statement in CPU identSebastian Huber2015-01-231-0/+2
* libchip: Fix high capacity detection for MMCSebastian Huber2015-01-231-1/+1
* grspw: descriptor tables no longer statically allocatedjavamonn2015-01-221-7/+7
* score: Delete superfluous Heap_Statistics::instanceSebastian Huber2015-01-224-12/+0
* Filesystem: Delete node type operationSebastian Huber2015-01-2233-490/+83
* powerpc: Fix AltiVec VSCR save/restoreSebastian Huber2015-01-204-14/+19
* libnetworking: Fix close of active socketsSebastian Huber2015-01-208-75/+286
* libnetworking: Delete dead codeSebastian Huber2015-01-204-10/+0
* libnetworking: Avoid spurious event deliverySebastian Huber2015-01-201-1/+0
* Fixed dl01 and dl02 makefilesMarcos Diaz2015-01-202-2/+2
* libnetworking: Simplify sbwait()Sebastian Huber2015-01-151-11/+1
* bsps/powerpc: Fix conditional compilationSebastian Huber2015-01-141-3/+1
* bsp/mcf5206elite: Remove <i2c.h> inlude in <bsp.h>Sebastian Huber2015-01-142-3/+1
* smptests/smpmrsp01: Fix task delete race conditionSebastian Huber2015-01-141-2/+3
* tools/cpu/nios2/ptf.c: Add include to fix warningsJoel Sherrill2015-01-131-0/+1
* libcpu/powerpc/mpc6xx/mmu/bat.c: Now compiles with gcc 5.xJoel Sherrill2015-01-131-12/+12
* bsp/qoriq: Add T2080RDB and T4240RDB variantsSebastian Huber2015-01-1324-318/+714
* powerpc: AltiVec and FPU context supportSebastian Huber2015-01-1312-20/+1521