summaryrefslogtreecommitdiffstats
path: root/cpukit/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add barrier thread queue operationsSebastian Huber2021-02-061-1/+8
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-061-0/+134
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-061-6/+7
* Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE()Sebastian Huber2021-01-251-1/+1
* confdefs: Add extern C guards to libpci.hJan Sommer2020-10-301-0/+8
* confdefs: Fix cyclic dependencySebastian Huber2020-08-212-12/+8
* dosfs: Fix memory leak on failed mounts.Christian Mauderer2020-08-041-0/+7
* rtems: Add rtems_interrupt_server_create()Sebastian Huber2020-08-031-14/+129
* termios: Replace rtems_termios_isig_status_codeSebastian Huber2020-05-071-19/+28
* rtems: Deprecate _Copyright_NoticeSebastian Huber2020-05-061-1/+1
* rtems: Add rtems_get_copyright_notice()Sebastian Huber2020-05-061-0/+5
* rtems: Deprecate <rtems/system.h>Sebastian Huber2020-05-061-0/+4
* rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTHSebastian Huber2020-05-061-2/+3
* rtems: Deprecate use of _RTEMS_versionSebastian Huber2020-05-061-5/+4
* libdl/obj-comp: Add trace prints when decompressingChris Johns2020-05-051-0/+2
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* libmisc/shell: Fix the handling of joel scripts in telnetChris Johns2020-04-151-1/+6
* config: Fix typoSebastian Huber2020-04-141-1/+1
* score: Return status in _TOD_Set()Sebastian Huber2020-04-141-15/+10
* 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-051-0/+5
* cpukit/rfs: fix typo in header guardGedare Bloom2020-04-031-1/+1
* score: Fix _ISR_Stack_area_endSebastian Huber2020-04-031-5/+0
* 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-311-2/+4
* 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-183-17/+151
* rtems: Add rtems_put_char()Sebastian Huber2020-03-161-0/+10
* score: Add _IO_Base64()Sebastian Huber2020-03-161-1/+26
* libio: Robust file descriptor reference countingSebastian Huber2020-03-132-24/+2
* imfs: Replace devfs with an IMFS specializationSebastian Huber2020-03-095-320/+49
* imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber2020-03-092-3/+2
* libio: Constify some functionsSebastian Huber2020-03-091-4/+4
* imfs: Add IMFS_add_node()Sebastian Huber2020-03-041-11/+148
* imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber2020-03-041-3/+0
* rtems: rtems_scheduler_get_processor_maximum()Sebastian Huber2020-03-041-2/+3
* config: Remove <rtems/btimer.h> includeSebastian Huber2020-03-041-4/+0
* rtems: Add rtems_scheduler_map_priority_from_posix()Sebastian Huber2020-03-031-0/+18
* rtems: Add rtems_scheduler_map_priority_to_posix()Sebastian Huber2020-03-031-0/+18
* libfdt: De-inline fdt_header_size()Simon Glass2020-03-021-4/+5
* libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel2020-03-021-2/+2