summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-1117-123/+70
* Add support for posix_devctl()Joel Sherrill2017-01-113-1/+76
* posix: Fix alarm() in SMP configurationsSebastian Huber2017-01-111-2/+0
* score: Improve SMP lock debug supportSebastian Huber2017-01-114-7/+18
* score: Optimize thread state valuesSebastian Huber2017-01-111-48/+73
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-1116-49/+43
* score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber2017-01-113-22/+1
* score: Format thread state definesSebastian Huber2017-01-111-27/+27
* sys/event.h: Update to FreeBSD head 2017-01-02Sebastian Huber2017-01-091-29/+31
* score: Relax <sys/lock.h> static assertionsSebastian Huber2016-12-235-9/+9
* libio: Use CONSOLE_DEVICE_NAMESebastian Huber2016-12-231-3/+4
* Clarify simple timecounter documentationSebastian Huber2016-12-211-13/+21
* JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTIONSebastian Huber2016-12-203-1/+50
* JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTIONSebastian Huber2016-12-202-0/+11
* JFFS2: Add RTEMS_JFFS2_GET_INFOSebastian Huber2016-12-202-5/+171
* dev: Add NXP SC16IS752 serial device driverAlexander Krutwig2016-12-166-0/+875
* termios: Add TERMIOS_IRQ_SERVER_DRIVENAlexander Krutwig2016-12-162-5/+8
* termios: Use mutex for task driven modeSebastian Huber2016-12-162-7/+97
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-1428-230/+1057
* score: Prevent thread_dispatch_disable_level < 0.Christian Mauderer2016-12-121-0/+2
* libblock: Fix for RTEMS_DEBUGSebastian Huber2016-12-121-0/+1
* Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber2016-12-123-3/+5
* Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber2016-12-123-3/+5
* libio: Ensure proper std file descriptorsSebastian Huber2016-12-121-9/+8
* Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber2016-12-123-4/+7
* INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber2016-12-123-3/+5
* score: Introduce _Internal_error()Sebastian Huber2016-12-1218-55/+42
* Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber2016-12-123-4/+10
* Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber2016-12-123-4/+10
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-124-7/+7
* score: Remove fatal is internal indicatorSebastian Huber2016-12-0932-165/+47
* score: Simplify linker set APISebastian Huber2016-12-062-33/+41
* score: Fix ARM and PowerPC context initializationSebastian Huber2016-12-022-0/+5
* rtems: Use _Thread_Dispatch_direct()Sebastian Huber2016-12-022-2/+2
* rtems: Fix rtems_scheduler_add_processor()Sebastian Huber2016-12-021-4/+1
* score: Initialize thread queue context earlySebastian Huber2016-12-0214-15/+23
* posix: Fix typoSebastian Huber2016-12-021-1/+1
* score: Fix debug thread queue context initSebastian Huber2016-12-022-2/+4
* posix: Fix fall back spinlock implementationSebastian Huber2016-12-022-10/+7
* libdebugger: Build for ARM's without a CP15.Chris Johns2016-12-021-40/+114
* cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns2016-11-2922-0/+6337
* sparc: Optimize _ISR_Handler()Sebastian Huber2016-11-281-0/+3
* score: Fix thread queue context initializationSebastian Huber2016-11-289-9/+17
* libblock: Fix for RTEMS_DEBUGSebastian Huber2016-11-241-0/+2
* arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber2016-11-241-1/+1
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-2420-28/+117
* score: Fix interrupt profilingSebastian Huber2016-11-242-5/+20
* posix: Fix typoSebastian Huber2016-11-231-1/+1
* score: Explicitly define the fatal source numbersSebastian Huber2016-11-231-11/+11
* score: Uncomment unused internal error codesSebastian Huber2016-11-232-36/+40