Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27bfcd8   01/25/17 13:32:02 Sebastian Huber score: Delete _CPU_Context_Fp_start() Since the FP area pointer is … 5
(edit) @090bdc7e   01/25/17 10:45:49 Sebastian Huber posix: Fix use of uninitialized variable Update #2859. 5
(edit) @b43c2e8   01/24/17 14:40:31 kevin-kirspel Adding ARM VFP V2 support 5
(edit) @b8d6eb7   01/24/17 14:05:22 Sebastian Huber rtems: rtems_rate_monotonic_postponed_job_count() Use proper locking … 5
(edit) @625bd6a   01/24/17 14:04:11 Sebastian Huber rtems: Fix _Rate_monotonic_Release_postponed_job() Use proper locking … 5
(edit) @1240aade   01/24/17 13:37:42 Sebastian Huber rtems: Fix _Rate_monotonic_Renew_deadline() Make … 5
(edit) @3d20f5fb   01/23/17 14:04:44 Sebastian Huber sparc: Relax CPU_STACK_ALIGNMENT Close #2352. 5
(edit) @4aa23c96   01/23/17 07:12:18 Sebastian Huber Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard … 5
(edit) @2711914f   01/23/17 07:06:41 Sebastian Huber Use <sys/endian.h> Update #2803. 5
(edit) @dc9b704   01/23/17 06:58:42 Sebastian Huber Provide <endian.h> for glibc compatibility Update #2803. 5
(edit) @c0151e6   01/23/17 13:38:35 Sebastian Huber nfsclient: Fix suspicious condition Close #2700. 5
(edit) @1157cb59   01/23/17 06:57:07 Sebastian Huber sys/endian.h: Document FreeBSD origin 5
(edit) @66bd19ea   01/19/17 13:10:42 Sebastian Huber JFFS2: Fix typo 5
(edit) @cb2cbec   01/13/17 18:54:11 Gedare Bloom classic: adjust names of RM postponed job functions closes #2795 5
(edit) @3a46b72   12/21/16 16:42:39 c0066c Enhancement of the RMS manager for the overrun handling. Three … 5
(edit) @ba776282   08/12/16 19:25:10 Gedare Bloom posix: shared memory support Add POSIX shared memory manager (Shm). … 5
(edit) @2b442a8e   08/12/16 16:21:00 Gedare Bloom posix: fix typo in mmap arguments 5
(edit) @1ca8ee13   08/12/16 15:17:40 Gedare Bloom posix: add stub implementations for mman functions 5
(edit) @e7eeb38d   07/29/16 19:28:49 Gedare Bloom posix: move sys/mman.h to newlib and test it in psxhdrs 5
(edit) @ffa885a   01/13/17 10:44:22 Sebastian Huber configure: Remove RTEMS_DO_NOT_INLINE_THREAD_* 5
(edit) @714617e   01/13/17 10:43:40 Sebastian Huber configure: Remove RTEMS_HAVE_DECL_SIGALTSTACK 5
(edit) @9fad437   01/13/17 10:33:28 Sebastian Huber configure: Remove HAVE_STRUCTTHREAD_QUEUE_QUEUE 5
(edit) @6b13287   01/13/17 10:28:35 Sebastian Huber configure: Remove envlock support This is provided by Newlib itself. 5
(edit) @4a03e752   01/13/17 08:45:59 Sebastian Huber configure: Remove SIZEOF_PTHREAD_SPINLOCK_T 5
(edit) @dc703190   01/13/17 08:39:32 Sebastian Huber configure: Remove HAVE_THREADS_H support 5
(edit) @544b59bf   01/13/17 08:35:01 Sebastian Huber configure: Remove HAVE_SEMAPHORE_H support 5
(edit) @7c499279   01/12/17 08:26:08 Sebastian Huber posix: Add pthread_getname_np(), ... Add pthread_getname_np() and … 5
(edit) @da6ad56   01/12/17 12:46:55 Sebastian Huber score: Add _Thread_Set_name() Add configuration option … 5
(edit) @7ced9d9b   01/12/17 08:25:56 Sebastian Huber score: Add and use _Thread_Get_name() Update #2858. 5
(edit) @2b72162   01/12/17 09:15:56 Sebastian Huber score: Add Thread_queue_Queue::name Update #2858. 5
(edit) @b8bcebe   01/12/17 07:28:57 Sebastian Huber score: Add and use _Objects_Name_to_string() Update #2858. 5
(edit) @1772a04   01/12/17 09:00:22 Sebastian Huber configure: Add RTEMS_TOOL_CHAIN_ERROR Stop the build with a common … 5
(edit) @61c14a3   01/12/17 09:14:06 Sebastian Huber cpuuse: Call printer only once 5
(edit) @3b784ba   01/12/17 07:56:48 Sebastian Huber Fix documentation comment 5
(edit) @96bb2e4b   01/12/17 06:53:12 Sebastian Huber rtems: Use header file for rtems_object_get_name() 5
(edit) @a3730b38   01/11/17 10:04:35 Sebastian Huber Add and use rtems_assoc_thread_states_to_string() 5
(edit) @b7f1fc3b   01/11/17 10:04:07 Sebastian Huber libdebugger: Fix const qualifier 5
(edit) @0c43130   01/11/17 10:03:24 Sebastian Huber Add rtems_assoc_32_to_string() 5
(edit) @fa9f964f   01/11/17 07:49:26 Sebastian Huber score: Remove unused _States_Is_*() 5
(edit) @d063e7b3   01/11/17 07:42:04 Sebastian Huber score: Replace STATES_DELAYING Replace STATES_DELAYING with … 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @ef362818   12/06/16 03:06:40 joel Add support for posix_devctl() 5
(edit) @5aa0fa1   01/11/17 12:47:22 Sebastian Huber posix: Fix alarm() in SMP configurations Avoid to change the CPU of … 5
(edit) @3d35bc0   01/11/17 12:41:55 Sebastian Huber score: Improve SMP lock debug support The CPU index starts with zero. … 5
(edit) @4e07d9b3   01/05/17 14:40:57 Sebastian Huber score: Optimize thread state values 5
(edit) @9a448aab   12/23/16 15:02:07 Sebastian Huber score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit … 5
(edit) @c6000d2b   12/23/16 06:09:02 Sebastian Huber score: Delete STATES_WAITING_FOR_BUFFER 5
(edit) @2e6d9865   12/23/16 05:47:11 Sebastian Huber score: Format thread state defines Specify all 32-bits in a thread … 5
(edit) @45ae4a8   01/09/17 13:53:26 Sebastian Huber sys/event.h: Update to FreeBSD head 2017-01-02 5
(edit) @a7cfb4b   12/23/16 12:54:11 Sebastian Huber score: Relax <sys/lock.h> static assertions Only require that the … 5
(edit) @0374ccd8   12/23/16 12:53:55 Sebastian Huber libio: Use CONSOLE_DEVICE_NAME 5
(edit) @eae4541d   12/21/16 08:26:43 Sebastian Huber Clarify simple timecounter documentation 5
(edit) @ab834d65   12/20/16 07:23:49 Sebastian Huber JFFS2: RTEMS_JFFS2_ON_DEMAND_GARBAGE_COLLECTION Update #2844. 5
(edit) @ade135d4   12/19/16 09:19:44 Sebastian Huber JFFS2: Add RTEMS_JFFS2_FORCE_GARBAGE_COLLECTION Add IO control to … 5
(edit) @07c833f   12/19/16 08:54:16 Sebastian Huber JFFS2: Add RTEMS_JFFS2_GET_INFO Add IO control RTEMS_JFFS2_GET_INFO … 5
(edit) @9edc7301   09/16/16 13:21:26 alexander.krutwig dev: Add NXP SC16IS752 serial device driver Update #2841. 5
(edit) @e34fe38   10/17/16 12:15:34 alexander.krutwig termios: Add TERMIOS_IRQ_SERVER_DRIVEN Add a new interrupt server … 5
(edit) @c3764ce   10/05/16 08:37:56 Sebastian Huber termios: Use mutex for task driven mode Termios has a task driven … 5
(edit) @c6eead1   12/07/16 06:20:38 Chris Johns libdl: Add C++ exception support to loaded modules. This has been … 5
(edit) @fe7012a0   12/12/16 14:03:35 Christian.Mauderer score: Prevent thread_dispatch_disable_level < 0. 5
(edit) @c69d6aa   12/12/16 14:49:59 Sebastian Huber libblock: Fix for RTEMS_DEBUG 5
(edit) @e203b65e   12/09/16 08:28:31 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. 5
(edit) @a5ba08eb   12/09/16 08:27:15 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. 5
(edit) @af8ced5   12/09/16 08:18:57 Sebastian Huber libio: Ensure proper std file descriptors 5
(edit) @9622f779   12/09/16 07:44:49 Sebastian Huber Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. 5
(edit) @82529688   12/09/16 07:44:22 Sebastian Huber INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @0a81a58   12/09/16 05:51:44 Sebastian Huber Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED Update #2825. 5
(edit) @279d5260   12/09/16 05:49:25 Sebastian Huber Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILED Update #2825. 5
(edit) @6a9282d   12/09/16 09:49:49 Sebastian Huber Rename is_internal to always_set_to_false Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @4b579c5f   12/06/16 10:35:34 Sebastian Huber score: Simplify linker set API Resurrect RTEMS_LINKER_SET_BEGIN() and … 5
(edit) @f65dcc71   12/02/16 12:10:31 Sebastian Huber score: Fix ARM and PowerPC context initialization Update #2751. 5
(edit) @7da78cf   12/02/16 10:51:16 Sebastian Huber rtems: Use _Thread_Dispatch_direct() Update #2797. 5
(edit) @d10716f   12/02/16 10:18:32 Sebastian Huber rtems: Fix rtems_scheduler_add_processor() Fix thread dispatch … 5
(edit) @5b6c290   12/01/16 19:42:48 Sebastian Huber score: Initialize thread queue context early Initialize thread queue … 5
(edit) @6cc83b32   12/02/16 11:40:32 Sebastian Huber posix: Fix typo 5
(edit) @b3cb2c1   12/01/16 21:24:02 Sebastian Huber score: Fix debug thread queue context init On ARM Thumb we may have … 5
(edit) @aadd318   12/02/16 08:56:40 Sebastian Huber posix: Fix fall back spinlock implementation Update #2674. 5
(edit) @e629076   11/29/16 22:19:05 Chris Johns libdebugger: Build for ARM's without a CP15. 5
(edit) @a0d4e99   11/25/16 04:13:36 Chris Johns cpukit: Add libdebugger, a remote debugger agent for GDB. 5
(edit) @6a1b9e4   11/22/16 09:13:27 Sebastian Huber sparc: Optimize _ISR_Handler() Use _Thread_Do_dispatch() instead of … 5
(edit) @c09db57   11/28/16 12:28:32 Sebastian Huber score: Fix thread queue context initialization Initialize the thread … 5
(edit) @0a9b6eb0   11/24/16 11:04:15 Sebastian Huber libblock: Fix for RTEMS_DEBUG 5
(edit) @bd0d585   11/24/16 10:53:59 Sebastian Huber arm: Fix _CPU_ISR_Is_enabled() for ARMv7-M Update #2811. 5
(edit) @620b23e   11/24/16 05:13:11 Sebastian Huber score: Optimize _Thread_queue_Enqueue() Move thread state for … 5
(edit) @4b5ff47   11/23/16 15:15:13 Sebastian Huber score: Fix interrupt profiling Callers of _Thread_Do_dispatch() must … 5
(edit) @d42cf33   11/23/16 14:12:28 Sebastian Huber posix: Fix typo Update #2674. 5
(edit) @f6edd880   11/23/16 12:43:12 Sebastian Huber score: Explicitly define the fatal source numbers Update #2825. 5
(edit) @bee0323   11/23/16 11:48:57 Sebastian Huber score: Uncomment unused internal error codes Update #2825. 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @520e07db   11/22/16 07:46:02 Sebastian Huber score: Add RTEMS_ALIAS() 5
(edit) @a4217c6   11/22/16 09:53:03 Sebastian Huber score: Rename _Thread_queue_Enqueue_critical() Delete unused … 5
(edit) @125f248   11/16/16 15:39:43 Sebastian Huber score: Add thread queue enqueue callout Replace the expected thread … 5
(edit) @84e6f15   11/10/16 11:02:28 Sebastian Huber score: Robust thread dispatch On SMP configurations, it is a fatal … 5
(edit) @ec17ad4   11/23/16 06:16:41 Sebastian Huber score: Delete obsolete scheduler debug aid 5
(edit) @1d18a902   11/23/16 09:15:07 Sebastian Huber arm: Fix _ARMV4_Exception_interrupt Use the right register to … 5
(edit) @a550b3f   11/23/16 06:47:57 Sebastian Huber score: Force Per_CPU_Control::executing alignment This fixes the CPU … 5
(edit) @4e2bc0a   11/21/16 10:40:00 Sebastian Huber arm: Fix Thumb-1 targets We cannot use the MRS or MSR instructions in … 5
(edit) @ccc92b8   11/21/16 09:26:32 Sebastian Huber score: Group Per_CPU_Control members by alignment Close #2820. 5
Note: See TracRevisionLog for help on using the revision log.