summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Regenerate all preinstall.am files.Joel Sherrill2014-08-2814-48/+48
* rtems: SMP fix for timer serverSebastian Huber2014-08-271-1/+3
* rtems: Add more clock tick functionsSebastian Huber2014-08-261-0/+71
* Add or1k to the list of targets that use IEEE 754 in xdr_float.cHesham ALMatary2014-08-251-0/+1
* rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber2014-08-255-47/+14
* score: Add SMP support to the cache managerDaniel Cederman2014-08-222-0/+101
* score/sparc: Add comment on icache flush after trap table updateDaniel Cederman2014-08-221-3/+14
* bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman2014-08-221-0/+4
* score: Rename SMP broadcast message functionDaniel Cederman2014-08-222-3/+3
* score: Add function to send a SMP message to a set of CPUsDaniel Cederman2014-08-222-0/+31
* Add configuration to detect toolset has sigaltstack() prototypeJoel Sherrill2014-08-202-4/+18
* score: PR2179: Fix initially locked PI mutexSebastian Huber2014-08-201-4/+11
* rtems_termios_puts: Copy and write more than one char at onceKolja Waschk2014-08-181-50/+85
* Add or1k tick timer register definitionsHesham ALMatary2014-08-181-2/+14
* arm: PR2186: Fix compile errorSebastian Huber2014-08-141-2/+4
* or1k/.../preinstall.am: Add missing fileJoel Sherrill2014-08-121-0/+49
* Add support for OpenRISC - Fixed issuesHesham ALMatary2014-08-1215-0/+2263
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-1212-45/+179
* rbtree: Simplify _RBTree_Extract()Sebastian Huber2014-08-071-8/+10
* rbtree: Simplify insert and extractSebastian Huber2014-08-075-90/+83
* rbtree: Simplify _RBTree_Rotate()Sebastian Huber2014-08-071-17/+61
* posix: Simplify key implementationSebastian Huber2014-08-055-21/+44
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-0513-49/+81
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-0520-71/+54
* rbtree: Rename find header in find controlSebastian Huber2014-07-292-14/+23
* rbtree: Simplify off-tree handlingSebastian Huber2014-07-292-21/+24
* Delete unused *_Is_null() functionsSebastian Huber2014-07-2619-262/+0
* rbtree: Update maximum node in LIFO orderSebastian Huber2014-07-262-9/+11
* todimpl.h: Add missing DoxygenJoel Sherrill2014-07-231-0/+10
* coretod*.c: Fix Doxygen group and comment formattingJoel Sherrill2014-07-235-14/+14
* Add _TOD_Adjust to SCORE TOD Handler.Joel Sherrill2014-07-234-18/+79
* adjtime.c: Use timestamp math and simplifyJoel Sherrill2014-07-231-40/+28
* rbtree: Do not set node off-tree in extractSebastian Huber2014-07-222-5/+9
* rbtree: Remove superfluous NULL pointer checksSebastian Huber2014-07-224-36/+23
* rbtree: FormatSebastian Huber2014-07-226-117/+147
* Use Shared Method for Thread Unblock CleanupJoel Sherrill2014-07-154-60/+63
* Thread Queue: Merge discipline subroutines into main methodsJoel Sherrill2014-07-1517-682/+246
* Thread Queue Priority Discipline Reimplemented with RBTreeJoel Sherrill2014-07-1510-325/+107
* rbtree: Reduce RBTree_Control sizeSebastian Huber2014-07-1515-173/+164
* rbtree: Delete unused functionsSebastian Huber2014-07-152-90/+0
* scheduleredfunblock.c: Correct spacingJoel Sherrill2014-07-141-1/+1
* semdelete.c: Correct spacingJoel Sherrill2014-07-141-1/+1
* capture: Fix capture engine to handle new extensions.Jennifer Averett2014-07-112-35/+76
* capture: Update comment block style in capture engine.Jennifer Averett2014-07-112-416/+378
* score: Scheduler helping proto for affinity schedSebastian Huber2014-07-111-0/+12
* score: Fix scheduler helping implementationSebastian Huber2014-07-106-119/+39
* score: Fix assertionsSebastian Huber2014-07-103-6/+8
* termios: Add rtems_termios_set_best_baud()Sebastian Huber2014-07-093-4/+64
* termios: Add rtems_termios_get_termios()Christian Mauderer2014-07-091-1/+14
* termios: PR1279: Use first open statusSebastian Huber2014-07-091-73/+82