summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber
2020-04-03cpukit/rfs: fix typo in header guardGedare Bloom
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber
2020-04-03config: Remove filesystem entry config optionsSebastian Huber
2020-04-02libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFSSebastian Huber
2020-04-02rtems: Fix Doxygen commentSebastian Huber
2020-03-31config: Remove CONFIGURE_FILESYSTEM_DEVFSSebastian Huber
2020-03-31ftpd: Remove superfluous definesSebastian Huber
2020-03-31ftpd: Fix return typesSebastian Huber
2020-03-31config: Remove BSP_DEFAULT_UNIFIED_WORK_AREASSebastian Huber
2020-03-23score: Document _TLS_AlignmentSebastian Huber
2020-03-23score: Fix size of TLS_Thread_control_blockSebastian Huber
2020-03-23conf: Improve evaluation of event recording optsSebastian Huber
2020-03-18record: Add rtems_record_dump()Sebastian Huber
2020-03-16rtems: Add rtems_put_char()Sebastian Huber
2020-03-16score: Add _IO_Base64()Sebastian Huber
2020-03-13libio: Robust file descriptor reference countingSebastian Huber
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber
2020-03-09imfs: Simplify code generationSebastian Huber
2020-03-09imfs: Remove unused handlersSebastian Huber
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber
2020-03-09imfs: Use _IMFS_get_time()Sebastian Huber
2020-03-09libio: Constify some functionsSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber
2020-03-04imfs: Add IMFS_add_node()Sebastian Huber
2020-03-04imfs: Simplify IMFS_create_node()Sebastian Huber
2020-03-04imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber
2020-03-04rtems: rtems_scheduler_get_processor_maximum()Sebastian Huber
2020-03-04config: Remove <rtems/btimer.h> includeSebastian Huber
2020-03-03rtems: Add rtems_scheduler_map_priority_from_posix()Sebastian Huber
2020-03-03rtems: Add rtems_scheduler_map_priority_to_posix()Sebastian Huber
2020-03-02dtc: Update VERSIONSebastian Huber
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass
2020-03-02libfdt: Add support for disabling version checksSimon Glass
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass
2020-03-02Add a way to control the level of checks in the codeSimon Glass
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass
2020-03-02libfdt: Correct prototype for fdt_ro_probe_()David Gibson
2020-03-02libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel
2020-03-02libfdt: Allow #size-cells of 0David Gibson
2020-03-02libfdt: Tweak data handling to satisfy CoverityDavid Gibson
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin
2020-03-02libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin