summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-28Remove explicit file names from @fileSebastian Huber87-87/+87
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns1-1/+1
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns1-0/+20
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber1-4/+6
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns1-2/+68
2019-02-12posix: Remove unused _POSIX_Get_object_body()Sebastian Huber1-41/+0
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns2-20/+50
2019-02-09libdl: Add support for large memory programsChris Johns4-20/+39
2019-02-09libdl: Add support for trampolinesChris Johns1-1/+37
2019-02-09libdl: Fix the support for constructors and desctructors.Chris Johns1-0/+1
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns6-29/+365
2019-02-08score: Fix _User_extensions_Thread_switch() (SMP)Sebastian Huber1-3/+11
2019-01-30record: Add enum value for each eventSebastian Huber1-3/+888
2019-01-29Add low level event recording supportSebastian Huber6-0/+826
2019-01-18score: Remove unused _ISR_lock_Flash()Sebastian Huber1-31/+0
2019-01-18score: Improve debug support for ISR locksSebastian Huber2-17/+39
2019-01-18score: Simplify _Addresses_Is_aligned()Sebastian Huber1-6/+2
2019-01-10Fix format warnings due to ino_t changesSebastian Huber1-2/+5
2019-01-07score: Remove superfluous include from chainimpl.hSebastian Huber2-1/+1
2018-12-18score: Fix per-CPU data allocationSebastian Huber1-1/+2
2018-12-17config: Remove CONFIGURE_CONFDEFS_DEBUGSebastian Huber1-59/+0
2018-12-14score: Static Objects_Information initializationSebastian Huber47-750/+900
2018-12-14rtems: Use object information to get config maxSebastian Huber2-7/+18
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber1-4/+23
2018-12-07score: Remove Objects_Information::the_apiSebastian Huber1-4/+0
2018-12-07score: Remove Objects_Information::maximumSebastian Huber1-3/+15
2018-12-07score: Optimize object lookupSebastian Huber1-3/+23
2018-12-07score: Rename Objects_Information::allocation_sizeSebastian Huber1-2/+2
2018-12-07score: Rename Objects_Information::sizeSebastian Huber1-8/+8
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber1-11/+22
2018-12-07rtems: Add rtems_scheduler_get_maximum_priority()Sebastian Huber1-0/+15
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber5-267/+306
2018-12-06score: Use __typeof__ for strict ISO C compatSebastian Huber1-3/+3
2018-12-06rtems: Fix rtems_task_restart() argument typeSebastian Huber1-3/+3
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara3-6/+6
2018-12-03Convert CPU counter ticks to/from sbintime_tSebastian Huber1-8/+28
2018-11-26Remove rtems_cache_*_processor_set() functionsSebastian Huber1-79/+0
2018-11-26score: <rtems/score/smplockstats.h>Sebastian Huber1-17/+17
2018-11-26score: Introduce <rtems/score/heapinfo.h>Sebastian Huber3-119/+160
2018-11-22libdl: Add object file dependencies to track referencesChris Johns4-16/+128
2018-11-22libdl: Reindex unresolved names after removing used records.Chris Johns1-1/+6
2018-11-22libdl: Manage the allocation of common uninitialised variables.Chris Johns1-0/+33
2018-11-21score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber2-53/+2
2018-11-14Include missing <sys/cpuset.h>Sebastian Huber1-2/+6
2018-11-12Add rtems_malloc() and rtems_calloc()Sebastian Huber1-0/+33
2018-11-12score: Add and use malloc() family attributesSebastian Huber2-1/+52
2018-11-12score: Deprecate proc_ptrSebastian Huber1-1/+1
2018-11-12score: Move internal structures to userextdata.hSebastian Huber4-24/+65
2018-11-12score: Includes in <rtems/score/smplockstats.h>Sebastian Huber1-0/+2
2018-11-12rtems: Simplify includes in <rtems/rtems/cache.h>Sebastian Huber1-2/+1