summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Remove DISTCLEANFILESSebastian Huber2018-04-094-4/+0
* build: Remove EXTRA_DISTSebastian Huber2018-04-0413-44/+0
* Remove unused POSIX_NOT_IMPLEMENTED() declarationSebastian Huber2018-03-271-5/+0
* mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber2018-03-221-1/+2
* config: Fix re-definition warningSebastian Huber2018-03-221-14/+3
* mpci: Update due to thread queue API changesSebastian Huber2018-03-221-6/+7
* i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval2018-03-161-2/+1
* i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval2018-03-161-1/+15
* rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity checkJoel Sherrill2018-03-161-0/+9
* imfs: Use most efficient way to get the timeSebastian Huber2018-03-161-18/+17
* Add PowerPC paravirtualization supportJoel Sherrill2018-03-134-0/+94
* Add ARM Paravirtualization supportJoel Sherrill2018-03-134-3/+90
* Rework i386 Paravirtualization to have paravirt.hJoel Sherrill2018-03-135-3/+70
* sparc64: Move libcpu content to cpukitSebastian Huber2018-03-135-5/+906
* sparc: Move libcpu content to cpukitSebastian Huber2018-03-138-4/+756
* sparc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-56/+5
* sparc64/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-47/+4
* powerpc/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-63/+5
* m68k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-45/+3
* riscv/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-72/+4
* arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-53/+4
* v850/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-45/+4
* no_cpu/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-45/+5
* or1k/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-55/+4
* m32c/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-51/+4
* moxie/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-58/+4
* sh/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-58/+8
* nios2/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-48/+4
* epiphany/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-69/+4
* lm32/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-48/+4
* i386/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-124-49/+4
* mips/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-60/+4
* bfin/include/rtems/score/types.h: Eliminate this fileJoel Sherrill2018-03-123-51/+4
* shell: Fix rtems_shell_init_env()Sebastian Huber2018-03-121-1/+1
* libblock: C++ compatibilitySebastian Huber2018-03-122-0/+16
* config: Use new scheduler configuration definesSebastian Huber2018-03-121-18/+18
* config: Simplify clustered scheduler configurationSebastian Huber2018-03-122-86/+173
* 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