summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-14config: Fix typoSebastian Huber1-1/+1
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber2-4/+20
2020-04-14score: Return status in _TOD_Set()Sebastian Huber5-44/+41
2020-04-08score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL()Sebastian Huber1-20/+0
2020-04-08config: Fix _ISR_Stack_area_endSebastian Huber1-6/+9
2020-04-08score: Add and use RTEMS_SYMBOL_NAME()Sebastian Huber1-10/+27
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber3-37/+5
2020-04-03cpukit/rfs: fix typo in header guardGedare Bloom1-1/+1
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber3-5/+37
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber2-16/+30
2020-04-03config: Remove filesystem entry config optionsSebastian Huber1-56/+14
2020-04-02libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFSSebastian Huber1-3/+0
2020-04-02rtems: Fix Doxygen commentSebastian Huber1-2/+0
2020-03-31config: Remove CONFIGURE_FILESYSTEM_DEVFSSebastian Huber2-12/+0
2020-03-31ftpd: Remove superfluous definesSebastian Huber1-9/+0
2020-03-31ftpd: Fix return typesSebastian Huber3-4/+6
2020-03-31config: Remove BSP_DEFAULT_UNIFIED_WORK_AREASSebastian Huber1-1/+0
2020-03-23score: Document _TLS_AlignmentSebastian Huber1-0/+10
2020-03-23score: Fix size of TLS_Thread_control_blockSebastian Huber1-1/+3
2020-03-23conf: Improve evaluation of event recording optsSebastian Huber1-22/+46
2020-03-18record: Add rtems_record_dump()Sebastian Huber10-17/+637
2020-03-16rtems: Add rtems_put_char()Sebastian Huber4-6/+50
2020-03-16score: Add _IO_Base64()Sebastian Huber3-1/+109
2020-03-13libio: Robust file descriptor reference countingSebastian Huber9-43/+34
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber18-816/+213
2020-03-09imfs: Simplify code generationSebastian Huber1-11/+17
2020-03-09imfs: Remove unused handlersSebastian Huber1-6/+1
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber4-40/+2
2020-03-09imfs: Use _IMFS_get_time()Sebastian Huber1-6/+5
2020-03-09libio: Constify some functionsSebastian Huber1-4/+4
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber1-20/+50
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber1-17/+38
2020-03-04imfs: Add IMFS_add_node()Sebastian Huber5-16/+312
2020-03-04imfs: Simplify IMFS_create_node()Sebastian Huber1-3/+4
2020-03-04imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber3-17/+39
2020-03-04rtems: rtems_scheduler_get_processor_maximum()Sebastian Huber4-54/+3
2020-03-04config: Remove <rtems/btimer.h> includeSebastian Huber1-4/+0
2020-03-03rtems: Add rtems_scheduler_map_priority_from_posix()Sebastian Huber3-0/+89
2020-03-03rtems: Add rtems_scheduler_map_priority_to_posix()Sebastian Huber3-0/+89
2020-03-02dtc: Update VERSIONSebastian Huber1-3/+3
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass1-63/+0
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-03-02libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-03-02Add a way to control the level of checks in the codeSimon Glass1-0/+104
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass2-4/+10
2020-03-02libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2020-03-02libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2