summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: Optionally install network headersSebastian Huber2018-03-0924-28/+26
* cpukit/include/mqueue.h: Delete unneeded includesJoel Sherrill2018-03-081-3/+0
* score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typoJoel Sherrill2018-03-081-1/+1
* powerpc/include/rtems/score/types.h: Remove unused ppc_isrJoel Sherrill2018-03-081-2/+0
* config: Remove RTEMS prefix from internal definesSebastian Huber2018-03-081-42/+42
* capture: Fix get priority methodsSebastian Huber2018-03-071-2/+2
* Add a simple task console driverSebastian Huber2018-03-067-31/+313
* termios: Fix use of uninitialized variableSebastian Huber2018-02-221-4/+4
* confdefs.h: Minor rework to avoid warnings when CONFIGURE_HAS_OWN_INIT_TABLEJoel Sherrill2018-02-191-13/+16
* dev/sc16is752: Check return values.Christian Mauderer2018-02-121-4/+6
* dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer2018-02-123-0/+67
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-087-9/+9
* rtems: Use _Per_CPU_Get_executing()Sebastian Huber2018-02-082-2/+2
* fdt: Use self-contained mutexSebastian Huber2018-02-081-119/+29
* network: Fix integer typesSebastian Huber2018-02-072-2/+2
* stdio-redirector: Use self-contained mutexSebastian Huber2018-02-072-62/+31
* syslog: Use self-contained recursive mutexSebastian Huber2018-02-071-24/+6
* tftpfs: Use self-contained mutexSebastian Huber2018-02-071-23/+9
* libdl: Fix potential overwrite of dest bufferSebastian Huber2018-02-072-2/+2
* libdl: Use self-contained mutex for RAPSebastian Huber2018-02-071-76/+16
* libdl: Use self-contained recursive mutexSebastian Huber2018-02-072-64/+15
* ftpd: Use self-contained synchronization objectsSebastian Huber2018-02-071-52/+22
* libblock: Use self-contained mutex for mediaSebastian Huber2018-02-072-69/+39
* libblock: Use self-contained mutex for sparse diskSebastian Huber2018-02-072-29/+6
* libblock: Use self-contained mutex for flashdiskSebastian Huber2018-02-071-74/+57
* libblock: Use self-contained mutex for nvdiskSebastian Huber2018-02-071-53/+39
* NFS: Fix use of self-contained objectsSebastian Huber2018-02-071-5/+4
* termios: Remove obsolete configuration optionsSebastian Huber2018-02-051-2/+6
* NFS: Use self-contained recursive mutexSebastian Huber2018-02-023-150/+45
* pipe: Use self-contained mutexSebastian Huber2018-02-023-102/+22
* RFS: Use self-contained recursive mutexSebastian Huber2018-02-023-58/+7
* dosfs: Use self-contained recursive mutexSebastian Huber2018-02-029-110/+43
* JFFS2: Use self-contained recursive mutexSebastian Huber2018-02-023-40/+16
* network: Use self-contained recursive mutexSebastian Huber2018-02-022-107/+15
* spi: Use self-contained mutexSebastian Huber2018-02-022-32/+9
* i2c: Use self-contained mutexSebastian Huber2018-02-022-33/+8
* termios: Use self-contained objectsSebastian Huber2018-02-025-212/+93
* libblock: Use self-contained mutex and cond varSebastian Huber2018-02-023-307/+43
* libblock: Use self-contained mutex for disk lockSebastian Huber2018-02-022-78/+32
* Add RTEMS thread APISebastian Huber2018-02-023-3/+386
* posix: Use one second based CLOCK_MONOTONICSebastian Huber2018-02-021-2/+3
* score: Introduce new monotonic clockSebastian Huber2018-02-0218-196/+117
* score: Rename _Watchdog_Realtime_from_*()Sebastian Huber2018-02-026-9/+9
* score: Optimize watchdog tickleSebastian Huber2018-02-023-54/+77
* test: Add rtems_test_busy_cpu_usage()Sebastian Huber2018-02-022-2/+32
* Xilinx AXI I2C driver IP race condition causes clock glitch.Chris Johns2018-02-011-1/+5
* epiphany: Workaround until next Newlib snapshotSebastian Huber2018-01-312-0/+70
* epiphany: Fixes for GCC 7.3Sebastian Huber2018-01-312-13/+12
* ada: Introduce RTEMS.Size typeSebastian Huber2018-01-2912-53/+60
* ada: Fix RTEMS.Time_tSebastian Huber2018-01-291-1/+1