summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-16dev: Add NXP SC16IS752 serial device driverAlexander Krutwig6-0/+875
2016-12-16termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2-5/+8
2016-12-16termios: Use mutex for task driven modeSebastian Huber2-7/+97
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns28-230/+1057
2016-12-12score: Prevent thread_dispatch_disable_level < 0.Christian Mauderer1-0/+2
2016-12-12libblock: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-12-12Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber3-3/+5
2016-12-12Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber3-3/+5
2016-12-12libio: Ensure proper std file descriptorsSebastian Huber1-9/+8
2016-12-12Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber3-4/+7
2016-12-12INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber3-3/+5
2016-12-12score: Introduce _Internal_error()Sebastian Huber18-55/+42
2016-12-12Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber3-4/+10
2016-12-12Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber3-4/+10
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber4-7/+7
2016-12-09score: Remove fatal is internal indicatorSebastian Huber32-165/+47
2016-12-06score: Simplify linker set APISebastian Huber2-33/+41
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber2-0/+5
2016-12-02rtems: Use _Thread_Dispatch_direct()Sebastian Huber2-2/+2
2016-12-02rtems: Fix rtems_scheduler_add_processor()Sebastian Huber1-4/+1
2016-12-02score: Initialize thread queue context earlySebastian Huber14-15/+23
2016-12-02posix: Fix typoSebastian Huber1-1/+1
2016-12-02score: Fix debug thread queue context initSebastian Huber2-2/+4
2016-12-02posix: Fix fall back spinlock implementationSebastian Huber2-10/+7
2016-12-02libdebugger: Build for ARM's without a CP15.Chris Johns1-40/+114
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns22-0/+6337
2016-11-28sparc: Optimize _ISR_Handler()Sebastian Huber1-0/+3
2016-11-28score: Fix thread queue context initializationSebastian Huber9-9/+17
2016-11-24libblock: Fix for RTEMS_DEBUGSebastian Huber1-0/+2
2016-11-24arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber20-28/+117
2016-11-24score: Fix interrupt profilingSebastian Huber2-5/+20
2016-11-23posix: Fix typoSebastian Huber1-1/+1
2016-11-23score: Explicitly define the fatal source numbersSebastian Huber1-11/+11
2016-11-23score: Uncomment unused internal error codesSebastian Huber2-36/+40
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber24-723/+173
2016-11-23score: Add RTEMS_ALIAS()Sebastian Huber1-0/+10
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber21-69/+31
2016-11-23score: Add thread queue enqueue calloutSebastian Huber27-225/+350
2016-11-23score: Robust thread dispatchSebastian Huber21-3/+84
2016-11-23score: Delete obsolete scheduler debug aidSebastian Huber4-67/+0
2016-11-23arm: Fix _ARMV4_Exception_interruptSebastian Huber1-1/+1
2016-11-23score: Force Per_CPU_Control::executing alignmentSebastian Huber1-0/+7
2016-11-21arm: Fix Thumb-1 targetsSebastian Huber2-10/+40
2016-11-21score: Group Per_CPU_Control members by alignmentSebastian Huber1-19/+19
2016-11-21sparc64: Fix _CPU_ISR_Is_enabled()Sebastian Huber1-1/+1
2016-11-21nios2: Fix _CPU_ISR_Is_enabled()Sebastian Huber1-4/+4
2016-11-21arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLESebastian Huber1-2/+4
2016-11-21bfin: ASM compatibility for <rtems/score/cpu.h>Sebastian Huber1-2/+2
2016-11-18score: Optimize self-contained objectsSebastian Huber4-41/+62