summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-22score: Create watchdog implementation headerSebastian Huber1-1/+1
2013-07-22score: Create chain implementation headerSebastian Huber2-4/+1
2013-07-22posix: Create spinlock implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create timer implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create rwlock implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create pthread implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create condition variable impl headerSebastian Huber1-1/+1
2013-07-22posix: Create barrier implementation headerSebastian Huber1-1/+1
2013-07-22rtems: Create barrier implementation headerSebastian Huber1-1/+1
2013-07-22posix: Create message queue implementation headerSebastian Huber1-1/+1
2013-07-22rtems: Create message queue implementation headerSebastian Huber2-2/+1
2013-07-22posix: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-22score: Error for non-preemptible tasks on SMPSebastian Huber1-1/+5
2013-07-22sapi: Add rtems_configuration_is_smp_enabled()Sebastian Huber2-0/+32
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18rtems: Create semaphore implementation headerSebastian Huber2-2/+1
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-2/+14
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber1-1/+1
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-1/+1
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber2-4/+3
2013-05-29smp: Move secondary CPU initialization requestSebastian Huber1-0/+4
2013-05-29smp: Simplify main CPU initializationSebastian Huber1-9/+1
2013-05-16smp: Add maximum_processors field to configSebastian Huber3-11/+23
2013-04-26libcsupport: Delete libc_wrapup()Sebastian Huber1-0/+7
2013-04-26libcsupport: Rename open_dev_console()Sebastian Huber1-2/+2
2013-04-26libcsupport: Make LibIO helper constSebastian Huber1-15/+15
2013-04-23sapi: Fix warningsSebastian Huber1-3/+2
2013-04-11sapi: Fix unified workspace optionSebastian Huber1-4/+0
2013-04-09confdefs.h: Only one clock or timer configuration parameter can be definedJoel Sherrill1-21/+31
2013-04-09confdefs.h: Eliminate BSP_DEFAULT_UNIFIED_WORK_AREASJoel Sherrill1-6/+4
2013-03-19Fixed 2 compiler warningsAndreas Heinig1-1/+1
2013-02-12sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber1-0/+14
2013-02-12score: Add and use rtems_assert_contextSebastian Huber1-0/+10
2013-01-10cpukit: Fix many Doxygen warningsJoel Sherrill1-9/+8
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill6-15/+8
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill1-4/+3
2013-01-09sapi: DocumentationSebastian Huber1-15/+16
2013-01-08sapi: Doxygen Clean Up Task #1Alex Ivanov18-770/+791
2013-01-07sapi: Add rtems_fatal_source_description()Sebastian Huber3-1/+64
2013-01-02score: Add const qualifierSebastian Huber1-4/+4
2012-12-28Header File Doxygen Enhancement Task #1Alex Ivanov2-8/+4
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada2-0/+5
2012-12-28Header File Doxygen Enhancement Task #2Mathew Kallada3-22/+30
2012-12-21score: Add rtems_chain_node_count_unprotected()Sebastian Huber1-0/+17
2012-12-18libfs: Doxygen Enhancement Task #2Alex Ivanov1-1/+6
2012-12-12misc: Header File Doxygen Enhancement Task #3Mathew Kallada1-2/+2
2012-12-09sapi: Fix previous commitSebastian Huber1-23/+1
2012-12-09sapi: Revert documentation changeSebastian Huber1-4/+8
2012-12-07sapi misc: Clean up Doxygen GCI task #1Christopher Kerl24-216/+265