summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-28Regenerate all preinstall.am files.Joel Sherrill14-48/+48
2014-08-27rtems: SMP fix for timer serverSebastian Huber1-1/+3
2014-08-26rtems: Add more clock tick functionsSebastian Huber1-0/+71
2014-08-25Add or1k to the list of targets that use IEEE 754 in xdr_float.cHesham ALMatary1-0/+1
2014-08-25rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber5-47/+14
2014-08-22score: Add SMP support to the cache managerDaniel Cederman2-0/+101
2014-08-22score/sparc: Add comment on icache flush after trap table updateDaniel Cederman1-3/+14
2014-08-22bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman1-0/+4
2014-08-22score: Rename SMP broadcast message functionDaniel Cederman2-3/+3
2014-08-22score: Add function to send a SMP message to a set of CPUsDaniel Cederman2-0/+31
2014-08-20Add configuration to detect toolset has sigaltstack() prototypeJoel Sherrill2-4/+18
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber1-4/+11
2014-08-18rtems_termios_puts: Copy and write more than one char at onceKolja Waschk1-50/+85
2014-08-18Add or1k tick timer register definitionsHesham ALMatary1-2/+14
2014-08-14arm: PR2186: Fix compile errorSebastian Huber1-2/+4
2014-08-12or1k/.../preinstall.am: Add missing fileJoel Sherrill1-0/+49
2014-08-12Add support for OpenRISC - Fixed issuesHesham ALMatary15-0/+2263
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber12-45/+179
2014-08-07rbtree: Simplify _RBTree_Extract()Sebastian Huber1-8/+10
2014-08-07rbtree: Simplify insert and extractSebastian Huber5-90/+83
2014-08-07rbtree: Simplify _RBTree_Rotate()Sebastian Huber1-17/+61
2014-08-05posix: Simplify key implementationSebastian Huber5-21/+44
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber13-49/+81
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber20-71/+54
2014-07-29rbtree: Rename find header in find controlSebastian Huber2-14/+23
2014-07-29rbtree: Simplify off-tree handlingSebastian Huber2-21/+24
2014-07-26Delete unused *_Is_null() functionsSebastian Huber19-262/+0
2014-07-26rbtree: Update maximum node in LIFO orderSebastian Huber2-9/+11
2014-07-23todimpl.h: Add missing DoxygenJoel Sherrill1-0/+10
2014-07-23coretod*.c: Fix Doxygen group and comment formattingJoel Sherrill5-14/+14
2014-07-23Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill4-18/+79
2014-07-23adjtime.c: Use timestamp math and simplifyJoel Sherrill1-40/+28
2014-07-22rbtree: Do not set node off-tree in extractSebastian Huber2-5/+9
2014-07-22rbtree: Remove superfluous NULL pointer checksSebastian Huber4-36/+23
2014-07-22rbtree: FormatSebastian Huber6-117/+147
2014-07-15Use Shared Method for Thread Unblock CleanupJoel Sherrill4-60/+63
2014-07-15Thread Queue: Merge discipline subroutines into main methodsJoel Sherrill17-682/+246
2014-07-15Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill10-325/+107
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber15-173/+164
2014-07-15rbtree: Delete unused functionsSebastian Huber2-90/+0
2014-07-14scheduleredfunblock.c: Correct spacingJoel Sherrill1-1/+1
2014-07-14semdelete.c: Correct spacingJoel Sherrill1-1/+1
2014-07-11capture: Fix capture engine to handle new extensions.Jennifer Averett2-35/+76
2014-07-11capture: Update comment block style in capture engine.Jennifer Averett2-416/+378
2014-07-11score: Scheduler helping proto for affinity schedSebastian Huber1-0/+12
2014-07-10score: Fix scheduler helping implementationSebastian Huber6-119/+39
2014-07-10score: Fix assertionsSebastian Huber3-6/+8
2014-07-09termios: Add rtems_termios_set_best_baud()Sebastian Huber3-4/+64
2014-07-09termios: Add rtems_termios_get_termios()Christian Mauderer1-1/+14
2014-07-09termios: PR1279: Use first open statusSebastian Huber1-73/+82