summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-3/+15
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-1/+2
2018-06-05Update rtems_fatal_source_text()Sebastian Huber1-2/+3
2018-04-04build: Remove EXTRA_DISTSebastian Huber1-1/+0
2018-01-25Remove make preinstallChris Johns22-8315/+0
2017-12-06confdefs: Replace RTEMS 4.12 with 5.1Sebastian Huber1-8/+8
2017-12-06libio: Use API mutexSebastian Huber1-6/+1
2017-12-06drvmgr: Use API mutexSebastian Huber1-10/+1
2017-12-04score: Use self-contained API mutexSebastian Huber2-18/+1
2017-11-29sapi/src/panic.c: Add include of <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber3-0/+45
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer1-1/+2
2017-11-14build: Fix the dependence for the generating the key file.Chris Johns1-6/+6
2017-11-13Fix bashism in vc-key.shMartin Erik Werner1-2/+2
2017-11-10cpukit: Add a Version API.Chris Johns6-1/+227
2017-11-06Add simple console driverSebastian Huber1-0/+17
2017-10-25confdefs: CONFIGURE_MICROSECONDS_PER_TICKSebastian Huber1-0/+4
2017-10-24score: Add _Watchdog_Nanoseconds_per_tickSebastian Huber2-10/+6
2017-10-24score: _Watchdog_Is_far_future_monotonic_timespecSebastian Huber1-0/+3
2017-10-24confdefs: Warn about problematic ticks per secondSebastian Huber1-0/+4
2017-10-24score: Add _Watchdog_Ticks_per_secondSebastian Huber1-0/+4
2017-10-12confdefs: Add warnings for obsolete optionsSebastian Huber1-1/+21
2017-10-06confdefs: Fix typoSebastian Huber1-1/+1
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber2-69/+38
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber2-63/+33
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber2-26/+29
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber2-25/+26
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber1-0/+25
2017-08-22confdefs: Fix POSIX keys configurationSebastian Huber1-1/+2
2017-07-25INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber1-2/+3
2017-07-10score: Make EDF the default SMP schedulerSebastian Huber1-2/+2
2017-07-10score: Add simple affinity support to EDF SMPSebastian Huber2-4/+8
2017-06-29score: Add SMP EDF schedulerSebastian Huber2-1/+43
2017-05-16confdefs.h: Add SMP enabled field to configurationSebastian Huber2-1/+12
2017-05-16confdefs.h: Fix compile error in non-SMP cfgSebastian Huber1-1/+1
2017-05-12confdefs.h: Use SMP scheduler only if necessarySebastian Huber1-1/+1
2017-05-11confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATIONSebastian Huber1-2/+6
2017-05-05posix/mman: add mmap support for shm objectsGedare Bloom1-1/+2
2017-02-15sapi: Fix warningsSebastian Huber1-1/+1
2017-02-14Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber1-43/+44
2017-02-03Prefix confdefs.h internal def with an underscoreSebastian Huber1-455/+352
2017-02-03confdefs.h: SimplifySebastian Huber1-3/+1
2017-02-02confdefs.h: Only define _CONFIGURE_SMP_APPLICATION if RTEMS_SMP definedKevin Kirspel1-0/+2
2017-02-02Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2-28/+18
2017-01-26sapi: Add rtems_task_terminate_extensionSebastian Huber1-0/+1
2017-01-13posix: shared memory supportGedare Bloom1-0/+39
2017-01-13score: Add _Thread_Set_name()Sebastian Huber1-0/+18
2016-12-21Clarify simple timecounter documentationSebastian Huber1-13/+21
2016-12-12Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber1-1/+2