summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-10sparc: Simplify _CPU_Get_current_per_CPU_control()Sebastian Huber1-1/+1
2015-12-08Add RTEMS linker setsSebastian Huber3-0/+101
2015-12-08score: Statically initialize system stateSebastian Huber2-18/+1
2015-12-08score: Delete unused API extensionsSebastian Huber3-57/+2
2015-12-08score: Statically initialize API extensionsSebastian Huber3-19/+1
2015-12-07Remove <rtems/debug.h>Sebastian Huber9-159/+2
2015-12-07Delete _Region_Debug_Walk()Sebastian Huber5-35/+0
2015-11-27Delete unused declarations and defineSebastian Huber1-5/+1
2015-11-27Delete empty libc_init()Sebastian Huber3-47/+1
2015-11-25Require __getreent()Sebastian Huber5-52/+5
2015-11-25Fix _Assert() statementSebastian Huber2-2/+2
2015-11-24posix: Require struct _pthread_cleanup_contextSebastian Huber7-175/+1
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa2-2/+46
2015-11-18Provide dummy <sys/priority.h>Sebastian Huber1-1/+40
2015-11-17Import latest <sys/ttycom.h> from FreeBSDSebastian Huber1-57/+62
2015-11-17Merge with latest <sys/sockio.h> from FreeBSDSebastian Huber1-5/+53
2015-11-17Import latest <sys/filio.h> from FreeBSDSebastian Huber2-17/+13
2015-11-16sparc: Fix context switch on SMPDaniel Cederman1-0/+3
2015-11-12score: Fix race condition on SMPSebastian Huber3-41/+67
2015-11-12Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2015-11-12Introduce general purpose system server eventSebastian Huber2-4/+5
2015-11-05sapi: Add rtems_chain_get_first_unprotected()Sebastian Huber1-0/+10
2015-11-04score: Fix warningSebastian Huber1-1/+1
2015-11-02libblock: Print block sizes and countSebastian Huber3-0/+22
2015-11-02libblock: Avoid NULL pointer accessSebastian Huber1-1/+3
2015-10-30ada: Add missing includeJan Sommer1-0/+1
2015-10-28powerpc: Add FSL cache definesSebastian Huber1-0/+10
2015-10-27CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checkedJoel Sherrill1-0/+14
2015-10-26basdefs.h: Add and use RTEMS_PACKEDSebastian Huber1-2/+5
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber114-237/+276
2015-10-26basdefs.h: Add and use RTEMS_DEPRECATEDSebastian Huber9-18/+20
2015-10-26basdefs.h: Add RTEMS_PURESebastian Huber1-3/+5
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber30-41/+43
2015-10-26basedefs.h: Add compiler attributesSebastian Huber1-1/+40
2015-10-26RFS: Fix resource leakSebastian Huber1-0/+2
2015-10-19libfdt: Merge into librtemscpuSebastian Huber3-15/+2
2015-10-16libfdt: Initial importSebastian Huber19-0/+4219
2015-10-14libstdthreads: Add C11 threadsSebastian Huber9-75/+53
2015-10-14libstdthreads: Import from FreeBSDSebastian Huber5-0/+455
2015-10-07epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-21/+0
2015-10-02SMP: Optimize ticket lock implementationSebastian Huber1-1/+1
2015-10-02powerpc: Use wrtee for e6500 multilibSebastian Huber1-0/+17
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber5-70/+66
2015-09-28SMP: Simplify thread lock operationsSebastian Huber1-27/+25
2015-09-26score: Use uintptr_t for atomic pointer operationsSebastian Huber2-71/+69
2015-09-25score: Fix atomic compare exchangeSebastian Huber2-5/+21
2015-09-23ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan1-11/+21
2015-09-23Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2015-09-14score: Fix resource count for self-contained mutexSebastian Huber1-2/+3
2015-09-11rbheap: Fix rtems_rbheap_free()Sebastian Huber1-21/+16