summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23sapi: Create extension implementation headerSebastian Huber1-0/+2
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 condition variable impl headerSebastian Huber1-1/+1
2013-07-22libcsupport: Include missing header fileSebastian Huber1-0/+1
2013-07-22posix: Create barrier implementation headerSebastian Huber1-1/+1
2013-07-22rtems: Create barrier implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create message queue implementation headerSebastian Huber1-1/+1
2013-07-22rtems: Create message queue implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-22libcsupport: Use _Thread_Get_executing()Sebastian Huber2-5/+6
2013-07-18libcsupport: Do not use _ISR_Nest_levelSebastian Huber2-6/+0
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18rtems: Create semaphore implementation headerSebastian Huber1-0/+2
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-0/+2
2013-07-17libcsupport: Use _reclaim_reent()Sebastian Huber1-28/+1
2013-06-29framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber1-0/+10
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber2-2/+32
2013-06-21score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber1-0/+14
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber3-3/+3
2013-06-12termios: SMP supportSebastian Huber2-20/+30
2013-06-12termios: Notify driver about inactive transmitSebastian Huber1-0/+3
2013-06-12termios: Expand critical sectionSebastian Huber1-8/+4
2013-06-12termios: Move wake up writer task actionSebastian Huber1-2/+8
2013-06-12termios: Avoid second return pathSebastian Huber1-10/+9
2013-06-07termios: Fix warningSebastian Huber1-1/+1
2013-05-10libcsupport: Avoid division by zeroSebastian Huber1-1/+1
2013-04-26libcsupport: Delete libc_wrapup()Sebastian Huber4-25/+41
2013-04-26libcsupport: Rename open_dev_console()Sebastian Huber3-4/+3
2013-04-26libcsupport: Make LibIO helper constSebastian Huber4-10/+40
2013-04-26libcsupport: Remove superfluous assignmentsSebastian Huber1-51/+15
2013-04-26libcsupport: Make newlib_free_buffers() staticSebastian Huber1-6/+1
2013-04-26libcsupport: Delete unused newlib_begin_hook()Sebastian Huber1-11/+0
2013-04-26libcsupport: Delete REENT_MALLOCED defineSebastian Huber1-27/+5
2013-04-26libcsupport: Use copyright notice of original fileSebastian Huber1-0/+2
2013-04-25libcsupport: POSIX conformance for _exit()Sebastian Huber1-86/+3
2013-02-12score: Add and use rtems_assert_contextSebastian Huber1-1/+8
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill6-24/+14
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill4-19/+25
2013-01-09libcsupport: DocumentationSebastian Huber1-6/+9
2013-01-09libcsupport: DocumentationSebastian Huber1-35/+22
2013-01-08libcsupport: Doxygen Clean Up Task #1Alex Ivanov15-143/+162
2012-12-28Header File Doxygen Enhancement Task #1Alex Ivanov3-4/+10
2012-12-28Header File Doxygen Enhancement Task #11Mathew Kallada3-1/+5
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada5-12/+20
2012-12-28Header File Doxygen Enhancement Task #2Mathew Kallada3-1/+7
2012-12-28Miscellaneous Doxygen clean-upJoel Sherrill1-1/+1
2012-12-21libcsupport: Add rtems_resource_snapshot_take()Sebastian Huber3-0/+215