summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill17-123/+70
2017-01-11Add support for posix_devctl()Joel Sherrill3-1/+76
2017-01-11posix: Fix alarm() in SMP configurationsSebastian Huber1-2/+0
2017-01-11score: Improve SMP lock debug supportSebastian Huber4-7/+18
2017-01-11score: Optimize thread state valuesSebastian Huber1-48/+73
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber16-49/+43
2017-01-11score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber3-22/+1
2017-01-11score: Format thread state definesSebastian Huber1-27/+27
2017-01-09sys/event.h: Update to FreeBSD head 2017-01-02Sebastian Huber1-29/+31
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber5-9/+9
2016-12-23libio: Use CONSOLE_DEVICE_NAMESebastian Huber1-3/+4
2016-12-21Clarify simple timecounter documentationSebastian Huber1-13/+21
2016-12-20JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber3-1/+50
2016-12-20JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2-0/+11
2016-12-20JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2-5/+171
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