summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber2013-08-088-20/+0
* posix: Create key implementation headerSebastian Huber2013-08-061-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-012-2/+2
* score: Add and use _Thread_Update_cpu_time_used()Sebastian Huber2013-08-011-5/+15
* score: Merge tod implementation into one fileSebastian Huber2013-07-262-1/+2
* score: Create object implementation headerSebastian Huber2013-07-2610-10/+5
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-264-8/+5
* score: Create thread implementation headerSebastian Huber2013-07-262-0/+2
* readdir_r(): Add restrict keyword per Single UNIX SpecificationSahil Patnayakunii2013-07-241-1/+5
* score: Merge sysstate API into one fileSebastian Huber2013-07-246-0/+11
* rtems: Create tasks implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create region implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create part implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create timer implementation headerSebastian Huber2013-07-231-0/+1
* rtems: Create ratemon implementation headerSebastian Huber2013-07-231-0/+1
* Include missing <string.h>Sebastian Huber2013-07-236-1/+7
* rtems: Create dpmem implementation headerSebastian Huber2013-07-231-0/+1
* sapi: Create extension implementation headerSebastian Huber2013-07-231-0/+2
* posix: Create spinlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create timer implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create rwlock implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create pthread implementation headerSebastian Huber2013-07-221-1/+1
* posix: Create condition variable impl headerSebastian Huber2013-07-221-1/+1
* libcsupport: Include missing header fileSebastian Huber2013-07-221-0/+1
* posix: Create barrier implementation headerSebastian Huber2013-07-221-1/+1
* rtems: Create barrier implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create message queue implementation headerSebastian Huber2013-07-221-1/+1
* rtems: Create message queue implementation headerSebastian Huber2013-07-221-0/+1
* posix: Create semaphore implementation headerSebastian Huber2013-07-221-1/+1
* libcsupport: Use _Thread_Get_executing()Sebastian Huber2013-07-222-5/+6
* libcsupport: Do not use _ISR_Nest_levelSebastian Huber2013-07-182-6/+0
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* rtems: Create semaphore implementation headerSebastian Huber2013-07-181-0/+2
* score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber2013-07-171-0/+2
* libcsupport: Use _reclaim_reent()Sebastian Huber2013-07-171-28/+1
* framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber2013-06-291-0/+10
* heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber2013-06-252-2/+32
* score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber2013-06-211-0/+14
* score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2013-06-143-3/+3
* termios: SMP supportSebastian Huber2013-06-122-20/+30
* termios: Notify driver about inactive transmitSebastian Huber2013-06-121-0/+3
* termios: Expand critical sectionSebastian Huber2013-06-121-8/+4
* termios: Move wake up writer task actionSebastian Huber2013-06-121-2/+8
* termios: Avoid second return pathSebastian Huber2013-06-121-10/+9
* termios: Fix warningSebastian Huber2013-06-071-1/+1
* libcsupport: Avoid division by zeroSebastian Huber2013-05-101-1/+1
* libcsupport: Delete libc_wrapup()Sebastian Huber2013-04-264-25/+41
* libcsupport: Rename open_dev_console()Sebastian Huber2013-04-263-4/+3
* libcsupport: Make LibIO helper constSebastian Huber2013-04-264-10/+40
* libcsupport: Remove superfluous assignmentsSebastian Huber2013-04-261-51/+15