summaryrefslogtreecommitdiffstats
path: root/cpukit/include (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-16imfs: Use most efficient way to get the timeSebastian Huber1-18/+17
2018-03-12libblock: C++ compatibilitySebastian Huber2-0/+16
2018-03-12config: Use new scheduler configuration definesSebastian Huber1-18/+18
2018-03-12config: Simplify clustered scheduler configurationSebastian Huber2-86/+173
2018-03-09network: Optionally install network headersSebastian Huber18-2661/+0
2018-03-08cpukit/include/mqueue.h: Delete unneeded includesJoel Sherrill1-3/+0
2018-03-08config: Remove RTEMS prefix from internal definesSebastian Huber1-42/+42
2018-03-07capture: Fix get priority methodsSebastian Huber1-2/+2
2018-03-06Add a simple task console driverSebastian Huber2-6/+29
2018-02-19confdefs.h: Minor rework to avoid warnings when CONFIGURE_HAS_OWN_INIT_TABLEJoel Sherrill1-13/+16
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer1-0/+45
2018-02-07stdio-redirector: Use self-contained mutexSebastian Huber1-1/+2
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-6/+3
2018-02-07libblock: Use self-contained mutex for mediaSebastian Huber1-1/+4
2018-02-07libblock: Use self-contained mutex for sparse diskSebastian Huber1-1/+2
2018-02-05termios: Remove obsolete configuration optionsSebastian Huber1-2/+6
2018-02-02NFS: Use self-contained recursive mutexSebastian Huber1-25/+4
2018-02-02pipe: Use self-contained mutexSebastian Huber2-15/+3
2018-02-02RFS: Use self-contained recursive mutexSebastian Huber2-29/+5
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber1-7/+0
2018-02-02JFFS2: Use self-contained recursive mutexSebastian Huber1-8/+1
2018-02-02network: Use self-contained recursive mutexSebastian Huber1-11/+1
2018-02-02spi: Use self-contained mutexSebastian Huber1-2/+3
2018-02-02i2c: Use self-contained mutexSebastian Huber1-2/+3
2018-02-02termios: Use self-contained objectsSebastian Huber3-31/+16
2018-02-02libblock: Use self-contained mutex and cond varSebastian Huber2-25/+1
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