summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-16i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval1-1/+15
2018-03-16rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity checkJoel Sherrill1-0/+9
2018-03-16imfs: Use most efficient way to get the timeSebastian Huber1-18/+17
2018-03-13Add PowerPC paravirtualization supportJoel Sherrill4-0/+94
2018-03-13Add ARM Paravirtualization supportJoel Sherrill4-3/+90
2018-03-13Rework i386 Paravirtualization to have paravirt.hJoel Sherrill5-3/+70
2018-03-13sparc64: Move libcpu content to cpukitSebastian Huber5-5/+906
2018-03-13sparc: Move libcpu content to cpukitSebastian Huber8-4/+756
2018-03-12sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-56/+5
2018-03-12sparc64/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-47/+4
2018-03-12powerpc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-63/+5
2018-03-12m68k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+3
2018-03-12riscv/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-72/+4
2018-03-12arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-53/+4
2018-03-12v850/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+4
2018-03-12no_cpu/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-45/+5
2018-03-12or1k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-55/+4
2018-03-12m32c/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-51/+4
2018-03-12moxie/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-58/+4
2018-03-12sh/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-58/+8
2018-03-12nios2/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-48/+4
2018-03-12epiphany/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-69/+4
2018-03-12lm32/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-48/+4
2018-03-12i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill4-49/+4
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