summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/arc4random_getentropy_fail.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-12/+6
Add a default implementation of _arc4random_getentropy_fail with an internal error. Update #3239.
2017-08-22bsps/powerpc: Add 64-bit CRT init/fini supportSebastian Huber1-6/+13
Update #3082.
2017-08-04bsp/imx: New BSPSebastian Huber1-3/+2
Update #3090.
2015-11-24bsp/altera-cyclone-v: Add fatal extension handlerSebastian Huber1-17/+1
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-1/+1
Rename rtems_smp_get_current_processor() in rtems_get_current_processor(). Make rtems_get_current_processor() a function in uni-processor configurations to enable ABI compatibility with SMP configurations.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-13bsp/altera-cyclone-v: New BSPRalf Kirchner1-0/+37
Implemented so far: - nocache heap for uncached RAM - basic timer - level 1 cache handling for arm cache controller in arm-cache-l1.h - level 2 L2C-310 cache controller - MMU - DWMAC 1000 ethernet controller - basic errata handling - smp startup for second core