summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27Rework initialization and interrupt stack supportSebastian Huber3-76/+66
2018-06-21score: Macros to declare and define global symbolsSebastian Huber1-1/+33
2018-06-20stackchk: Add SMP supportSebastian Huber1-1/+3
2018-06-20stackchk: Remove dead codeSebastian Huber1-2/+2
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-1/+11
2018-06-15Add RTEMS_SYSINIT_CPU_COUNTERSebastian Huber1-1/+2
2018-06-15Reassign system initilization order numbersSebastian Huber1-39/+39
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber1-0/+7
2018-05-28config: Hide CONFIGURE_SCHEDULER_COUNTSebastian Huber1-5/+5
2018-05-28config: Hide CONFIGURE_INITIAL_EXTENSION_TABLESebastian Huber1-3/+3
2018-05-18libblock: Init deps in rtems_blkdev_create()Sebastian Huber1-0/+1
2018-05-02telnetd: Always build telnet daemonSebastian Huber1-0/+5
2018-05-02ftpd: Always build FTP daemonSebastian Huber1-1/+6
2018-05-02ftpfs: Always build FTP clientSebastian Huber1-0/+159
2018-05-02tftpfs: Always build TFTP clientSebastian Huber1-0/+44
2018-05-02libdebugger: Move to separate librarySebastian Huber1-0/+47
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill1-0/+0
2018-04-30config: Fix -Wint-in-bool-context warningsSebastian Huber1-1/+1
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns11-308/+308
2018-03-27Remove unused POSIX_NOT_IMPLEMENTED() declarationSebastian Huber1-5/+0
2018-03-22config: Fix re-definition warningSebastian Huber1-14/+3
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-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-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-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-25Remove make preinstallChris Johns301-0/+77431
2018-01-04Include rtems/bspIo.h for printk.Chris Johns1-0/+2