summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Check time of day in _TOD_Set()Sebastian Huber2020-04-142-4/+20
* score: Return status in _TOD_Set()Sebastian Huber2020-04-145-44/+41
* score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL()Sebastian Huber2020-04-081-20/+0
* config: Fix _ISR_Stack_area_endSebastian Huber2020-04-081-6/+9
* score: Add and use RTEMS_SYMBOL_NAME()Sebastian Huber2020-04-081-10/+27
* Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber2020-04-053-37/+5
* cpukit/rfs: fix typo in header guardGedare Bloom2020-04-031-1/+1
* score: Fix _ISR_Stack_area_endSebastian Huber2020-04-033-5/+37
* arm: ARMv7-M statically initialized vector tableSebastian Huber2020-04-032-16/+30
* config: Remove filesystem entry config optionsSebastian Huber2020-04-031-56/+14
* libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFSSebastian Huber2020-04-021-3/+0
* rtems: Fix Doxygen commentSebastian Huber2020-04-021-2/+0
* config: Remove CONFIGURE_FILESYSTEM_DEVFSSebastian Huber2020-03-312-12/+0
* ftpd: Remove superfluous definesSebastian Huber2020-03-311-9/+0
* ftpd: Fix return typesSebastian Huber2020-03-313-4/+6
* config: Remove BSP_DEFAULT_UNIFIED_WORK_AREASSebastian Huber2020-03-311-1/+0
* score: Document _TLS_AlignmentSebastian Huber2020-03-231-0/+10
* score: Fix size of TLS_Thread_control_blockSebastian Huber2020-03-231-1/+3
* conf: Improve evaluation of event recording optsSebastian Huber2020-03-231-22/+46
* record: Add rtems_record_dump()Sebastian Huber2020-03-1810-17/+637
* rtems: Add rtems_put_char()Sebastian Huber2020-03-164-6/+50
* score: Add _IO_Base64()Sebastian Huber2020-03-163-1/+109
* libio: Robust file descriptor reference countingSebastian Huber2020-03-139-43/+34
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-0918-816/+213
* imfs: Simplify code generationSebastian Huber2020-03-091-11/+17
* imfs: Remove unused handlersSebastian Huber2020-03-091-6/+1
* imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2020-03-094-40/+2
* imfs: Use _IMFS_get_time()Sebastian Huber2020-03-091-6/+5
* libio: Constify some functionsSebastian Huber2020-03-091-4/+4
* console: Use IMFS_add_node() for simple task consSebastian Huber2020-03-041-20/+50
* console: Use IMFS_add_node() for simple consoleSebastian Huber2020-03-041-17/+38
* imfs: Add IMFS_add_node()Sebastian Huber2020-03-045-16/+312
* imfs: Simplify IMFS_create_node()Sebastian Huber2020-03-041-3/+4
* imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber2020-03-043-17/+39
* rtems: rtems_scheduler_get_processor_maximum()Sebastian Huber2020-03-044-54/+3
* config: Remove <rtems/btimer.h> includeSebastian Huber2020-03-041-4/+0
* rtems: Add rtems_scheduler_map_priority_from_posix()Sebastian Huber2020-03-033-0/+89
* rtems: Add rtems_scheduler_map_priority_to_posix()Sebastian Huber2020-03-033-0/+89
* dtc: Update VERSIONSebastian Huber2020-03-021-3/+3
* libfdt: Allow exclusion of fdt_check_full()Simon Glass2020-03-021-63/+0
* libfdt: Add support for disabling ordering check/fixupSimon Glass2020-03-021-1/+2
* libfdt: Add support for disabling version checksSimon Glass2020-03-023-24/+32
* libfdt: Add support for disabling rollback handlingSimon Glass2020-03-021-3/+15
* libfdt: Add support for disabling sanity checksSimon Glass2020-03-022-24/+48
* libfdt: Add support for disabling dtb checksSimon Glass2020-03-024-29/+45
* Add a way to control the level of checks in the codeSimon Glass2020-03-021-0/+104
* libfdt: De-inline fdt_header_size()Simon Glass2020-03-022-4/+10
* libfdt: Correct prototype for fdt_ro_probe_()David Gibson2020-03-021-2/+2
* libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel2020-03-021-2/+2
* libfdt: Allow #size-cells of 0David Gibson2020-03-021-3/+5