summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-12mips/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-60/+4
2018-03-12bfin/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-51/+4
2018-03-12shell: Fix rtems_shell_init_env()Sebastian Huber1-1/+1
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 Huber24-28/+26
2018-03-08cpukit/include/mqueue.h: Delete unneeded includesJoel Sherrill1-3/+0
2018-03-08score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typoJoel Sherrill1-1/+1
2018-03-08powerpc/include/rtems/score/types.h: Remove unused ppc_isrJoel Sherrill1-2/+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 Huber7-31/+313
2018-02-22termios: Fix use of uninitialized variableSebastian Huber1-4/+4
2018-02-19confdefs.h: Minor rework to avoid warnings when CONFIGURE_HAS_OWN_INIT_TABLEJoel Sherrill1-13/+16
2018-02-12dev/sc16is752: Check return values.Christian Mauderer1-4/+6
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer3-0/+67
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber7-9/+9
2018-02-08rtems: Use _Per_CPU_Get_executing()Sebastian Huber2-2/+2
2018-02-08fdt: Use self-contained mutexSebastian Huber1-119/+29
2018-02-07network: Fix integer typesSebastian Huber2-2/+2
2018-02-07stdio-redirector: Use self-contained mutexSebastian Huber2-62/+31
2018-02-07syslog: Use self-contained recursive mutexSebastian Huber1-24/+6
2018-02-07tftpfs: Use self-contained mutexSebastian Huber1-23/+9
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber2-2/+2
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber1-76/+16
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber2-64/+15
2018-02-07ftpd: Use self-contained synchronization objectsSebastian Huber1-52/+22
2018-02-07libblock: Use self-contained mutex for mediaSebastian Huber2-69/+39
2018-02-07libblock: Use self-contained mutex for sparse diskSebastian Huber2-29/+6
2018-02-07libblock: Use self-contained mutex for flashdiskSebastian Huber1-74/+57
2018-02-07libblock: Use self-contained mutex for nvdiskSebastian Huber1-53/+39
2018-02-07NFS: Fix use of self-contained objectsSebastian Huber1-5/+4
2018-02-05termios: Remove obsolete configuration optionsSebastian Huber1-2/+6
2018-02-02NFS: Use self-contained recursive mutexSebastian Huber3-150/+45
2018-02-02pipe: Use self-contained mutexSebastian Huber3-102/+22
2018-02-02RFS: Use self-contained recursive mutexSebastian Huber3-58/+7
2018-02-02dosfs: Use self-contained recursive mutexSebastian Huber9-110/+43
2018-02-02JFFS2: Use self-contained recursive mutexSebastian Huber3-40/+16
2018-02-02network: Use self-contained recursive mutexSebastian Huber2-107/+15
2018-02-02spi: Use self-contained mutexSebastian Huber2-32/+9
2018-02-02i2c: Use self-contained mutexSebastian Huber2-33/+8
2018-02-02termios: Use self-contained objectsSebastian Huber5-212/+93
2018-02-02libblock: Use self-contained mutex and cond varSebastian Huber3-307/+43
2018-02-02libblock: Use self-contained mutex for disk lockSebastian Huber2-78/+32
2018-02-02Add RTEMS thread APISebastian Huber3-3/+386
2018-02-02posix: Use one second based CLOCK_MONOTONICSebastian Huber1-2/+3
2018-02-02score: Introduce new monotonic clockSebastian Huber18-196/+117
2018-02-02score: Rename _Watchdog_Realtime_from_*()Sebastian Huber6-9/+9
2018-02-02score: Optimize watchdog tickleSebastian Huber3-54/+77