summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-12Filesystem: Add and use rtems_filesystem_chmod()Sebastian Huber3-9/+47
2013-09-05termios: check return value from semaphore obtain/releaseGedare Bloom1-2/+7
2013-08-27ringbuf: Add SMP supportSebastian Huber1-6/+9
2013-08-27Filesystem: Use unprotected chain operationsSebastian Huber1-6/+9
2013-08-27score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber1-13/+6
2013-08-23Filesystem: Remove superfluous free()Sebastian Huber1-2/+0
2013-08-15Expose rtems_verror()Nick Withers2-4/+25
2013-08-14filesystem: Add SMP supportSebastian Huber2-2/+9
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber8-20/+0
2013-08-06posix: Create key implementation headerSebastian Huber1-1/+1
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber2-2/+2
2013-08-01score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber1-5/+15
2013-07-26score: Merge tod implementation into one fileSebastian Huber2-1/+2
2013-07-26score: Create object implementation headerSebastian Huber10-10/+5
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber4-8/+5
2013-07-26score: Create thread implementation headerSebastian Huber2-0/+2
2013-07-24readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii1-1/+5
2013-07-24score: Merge sysstate API into one fileSebastian Huber6-0/+11
2013-07-23rtems: Create tasks implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create region implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create part implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create timer implementation headerSebastian Huber1-0/+1
2013-07-23rtems: Create ratemon implementation headerSebastian Huber1-0/+1
2013-07-23Include missing <string.h>Sebastian Huber6-1/+7
2013-07-23rtems: Create dpmem implementation headerSebastian Huber1-0/+1
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