summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-02libblock: Use self-contained mutex for disk lockSebastian Huber1-7/+2
2018-02-02Add RTEMS thread APISebastian Huber1-0/+289
2018-02-02score: Introduce new monotonic clockSebastian Huber5-101/+34
2018-02-02score: Rename _Watchdog_Realtime_from_*()Sebastian Huber1-3/+3
2018-02-02score: Optimize watchdog tickleSebastian Huber1-20/+12
2018-02-02test: Add rtems_test_busy_cpu_usage()Sebastian Huber1-1/+14
2018-01-29ada: Introduce RTEMS.Size typeSebastian Huber12-53/+60
2018-01-29ada: Fix RTEMS.Time_tSebastian Huber1-1/+1
2018-01-25Remove make preinstallChris Johns384-177/+95593
2018-01-04Include rtems/bspIo.h for printk.Chris Johns1-0/+2
2017-12-13zlib: Do not generate zconf.hSebastian Huber1-0/+426
2017-12-07Remove obsolete network header filesSebastian Huber2-188/+0
2017-12-01ada: Fix user extension supportSebastian Huber1-6/+6
2017-11-29rtems/inttypes: Clarify hexadecimal in commentsMartin Erik Werner1-2/+2
2017-11-27bsps: Provide <tm27.h> in each BSPSebastian Huber1-0/+52
2017-11-27Move Ada includesSebastian Huber40-0/+4818
2017-11-06Add simple console driverSebastian Huber1-0/+9
2017-10-28rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber1-11/+14
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber1-0/+6
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-2/+7
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2017-07-28cpukit/include/rtems/inttypes.h: Correct PRIdioctl_command_tJoel Sherrill1-1/+1
2017-07-12Add interrupt vector set/get affinitySebastian Huber1-0/+37
2017-07-12Add interrupt server moveSebastian Huber1-0/+26
2017-07-12Add interrupt server set affinitySebastian Huber1-0/+36
2017-07-12Add interrupt server suspend/resumeSebastian Huber1-0/+39
2017-07-12Create one interrupt server per processorSebastian Huber1-59/+70
2017-06-26Add rtems_interrupt_server_handler_iterate()Sebastian Huber1-0/+22
2017-04-28rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commitJoel Sherrill1-0/+3
2017-04-25rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnumJoel Sherrill1-2/+5
2017-04-25rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use itJoel Sherrill1-0/+3
2017-04-23rtems/inttypes.h: Add PRIdioctl_command_tJoel Sherrill1-3/+7
2017-04-22rtems/inttypes.h: Add blksize_t and blkcnt_tJoel Sherrill1-0/+22
2017-04-18Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>Joel Sherrill1-9/+51
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill1-0/+78
2017-02-23Add rtems_interrupt_server_request_submit()Sebastian Huber1-1/+181
2017-01-24Provide <endian.h> for glibc compatibilitySebastian Huber1-0/+1
2017-01-23sys/endian.h: Document FreeBSD originSebastian Huber1-1/+1
2016-10-26sys/uio.h: Update to FreeBSD head 2015-12-03Sebastian Huber1-14/+20
2016-10-11pci.h add PCI_COMMAND_INTX_DISABLE definition.Pavel Pisa1-0/+1
2016-06-22Add printer taskSebastian Huber1-0/+106
2016-06-22Move printer initialization to separate headerSebastian Huber2-78/+124
2016-06-22Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2-17/+16
2016-06-22Rename and move RTEMS_PRINTF_ATTRIBUTE()Sebastian Huber2-13/+6
2016-06-22Make rtems_fprintf_plugin() staticSebastian Huber1-13/+0
2016-06-22Make rtems_printf_plugin() staticSebastian Huber1-13/+0
2016-06-22Make printk_plugin() staticSebastian Huber1-10/+0
2016-06-06mghttpd: Add RTEMS printer supportSebastian Huber1-2/+2
2016-05-31Fix rtems_print_printer_fprintf()Sebastian Huber1-2/+15
2016-05-30score: Use Newlib provided <machine/endian.h>Sebastian Huber2-94/+37