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) @a0ec14c   08/10/21 14:28:24 Sebastian Huber score: Replace the single use of a sequence lock In SMP …
(edit) @a5aaf20   08/10/21 13:07:35 Sebastian Huber score: Replace priority prepend it with an enum Use the new …
(edit) @9399e12c   08/10/21 10:42:11 Sebastian Huber rtems: Fix rtems_partition_return_buffer() The …
(edit) @8df5764   08/06/21 15:20:41 zakthertemsdev Test needed for timer_create with CLOCK_MONOTONC the timer_create() …
(edit) @6199de88   08/02/21 19:34:19 joel Turn off executable permissions for a number of source files Cloning …
(edit) @53c84ac   08/02/21 12:46:10 Sebastian Huber score: Disable interrupts in SMP shutdown
(edit) @d999f865   07/29/21 12:48:40 Sebastian Huber rtems: Generate <rtems/bspIo.h> Change license to BSD-2-Clause …
(edit) @6c39df7e   07/29/21 06:48:26 Sebastian Huber score: Change _SMP_Send_message() parameter type Use the processor …
(edit) @c61b855c   07/29/21 06:40:17 Sebastian Huber score: Assert job properties in _Per_CPU_Add_job()
(edit) @98a5751   07/29/21 06:34:45 Sebastian Huber score: Add _Per_CPU_Submit_job()
(edit) @59168e2a   07/29/21 06:05:26 Sebastian Huber score: Split SMP multicast action module Split up the SMP multicast …
(edit) @2802896   07/28/21 19:08:13 Sebastian Huber score: Return value in _SMP_Process_message()
(edit) @8b65b574   07/28/21 12:41:32 Sebastian Huber score: Canonicalize _CPU_Fatal_halt() Move _CPU_Fatal_halt() …
(edit) @f799b452   07/28/21 11:11:41 Sebastian Huber score: Move per-CPU jobs support Add percpujobs.c to contain the …
(edit) @70ec9bd   07/28/21 11:06:11 Sebastian Huber score: Remove SMP message multicast/broadcast Remove the unused …
(edit) @cbb1103   07/27/21 11:40:51 Sebastian Huber score: Simplify SMP processor state handling The per-CPU states which …
(edit) @4adaed73   07/27/21 09:08:54 Sebastian Huber score: Remove processor event broadcast/receive Remove …
(edit) @6e82e9e8   07/28/21 17:02:54 Sebastian Huber libcsupport: Consistent rtems_putc() output Use the same function to …
(edit) @79b94a2d   07/28/21 14:48:59 Sebastian Huber libcsupport: Fix TOCTOU in getchark() Use the same function pointer …
(edit) @bf338f04   07/27/21 08:09:05 Sebastian Huber score: Remove _Internal_errors_What_happened Users have access to the …
(edit) @81358d7   06/17/21 13:16:09 Sebastian Huber rtems: Add rtems_interrupt_entry_install() Add …
(edit) @4969af4   07/06/21 12:03:41 Sebastian Huber rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPT Add …
(edit) @faa4b636   07/05/21 11:29:11 Sebastian Huber rtems: Add rtems_interrupt_is_pending() Update #3269.
(edit) @01e7c36   06/27/21 08:39:37 Sebastian Huber rtems: Add rtems_interrupt_vector_is_enabled() Update #3269.
(edit) @96265c8   06/17/21 11:40:02 Sebastian Huber rtems: Add rtems_interrupt_vector_enable() Add …
(edit) @5e33aec   06/17/21 11:37:26 Sebastian Huber rtems: Add rtems_interrupt_get_attributes() Add a directive to query …
(edit) @c4eafae2   06/17/21 11:17:27 Sebastian Huber rtems: Generate <rtems/irq-extension.h> Use <rtems/score/chain.h> …
(edit) @ba937459   06/16/21 06:50:02 Sebastian Huber rtems: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on(). …
(edit) @36655b8   07/16/21 11:27:00 Sebastian Huber cpukit: occured -> occurred
(edit) @b177cfc1   07/12/21 16:05:19 Sebastian Huber sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTION Prefer …
(edit) @394efd4   07/15/21 10:46:54 Sebastian Huber rtems: Fix Doxygen comment
(edit) @b5f8504   07/05/21 16:15:27 richidubey Fix compiler warnings for schedulerstrongapa.c
(edit) @737e18d   07/01/21 11:20:51 Sebastian Huber rtems: Do not broadcast to signal a condition var Close #4463.
(edit) @bb9a4b8   06/24/21 10:20:32 Sebastian Huber arm: For AArch32 use non-shareable memory The Cortex-R52 does not …
(edit) @9b84adb   06/24/21 11:11:21 Sebastian Huber arm: Fix AARCH32_PMSA_ATTR_XN value Update #4202.
(edit) @b357680   06/24/21 10:15:24 Sebastian Huber arm: Fix AArch32 memory attribute defines Update #4202.
(edit) @13b18d12   06/22/21 06:13:36 Sebastian Huber arm: Disable alignment check in PMSA init Disable the alignment check …
(edit) @6c23252   06/16/21 06:00:16 richidubey Update Strong APA Scheduler This change allows for the migration of …
(edit) @be96cb43   06/18/21 14:44:11 Sebastian Huber sparc: Simplify trap table initialization Move _ISR_Handler() to a …
(edit) @b9d5f516   06/22/21 14:26:20 Sebastian Huber sparc: Move FP frame offset defines to cpuimpl.h This makes them …
(edit) @d73e657e   06/21/21 09:24:27 Sebastian Huber sparc: More reliable bad trap handling Statically initialize the trap …
(edit) @955c045b   06/22/21 13:28:13 Sebastian Huber sparc: Move ISR handler install routines Move …
(edit) @89c1e879   06/22/21 13:15:02 Sebastian Huber score: Move _ISR_Vector_table[] to separate file The …
(edit) @8d999f30   06/22/21 13:11:27 Sebastian Huber score: Remove bogus _ISR_Nest_level setting This variable is actually …
(edit) @26a09f2c   06/22/21 13:08:37 Sebastian Huber score: Remove _CPU_Initialize_vectors() This CPU port macro was not …
(edit) @5bb5e01   05/26/21 14:33:40 christian.mauderer i2c: Add non blocking read / write This adds the possibility to open …
(edit) @b47dbbc5   06/21/21 18:12:19 ryan.long cpukit: Add timespecisnonnegative to Makefile.am
(edit) @8476715a   06/01/21 09:25:24 christian.mauderer cpu/armv7m: Fix initialization of MPU regions The write to RBAR …
(edit) @5ad17be9   05/28/21 14:58:49 christian.mauderer cpu/armv7m: Avoid regions with negative size Don't initialze regions …
(edit) @abe2d15   06/16/21 10:37:18 Sebastian Huber rtems: Fix rtems_task_set_affinity() docs
(edit) @f89a527   06/15/21 09:37:22 Sebastian Huber arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR() Update #4202.
(edit) @98cef40   06/15/21 10:28:25 Sebastian Huber score: Comment _Thread_queue_Surrender_sticky() The change also helps …
(edit) @6abdd89   06/14/21 07:57:51 Sebastian Huber Use a common phrase for pointer parameters Mention the type of the …
(edit) @fad01e6c   06/10/21 07:55:42 Sebastian Huber score: Add PER_CPU_DATA_NEED_INITIALIZATION() Make the initialization …
(edit) @6641cc8   06/10/21 05:44:45 Sebastian Huber score: Fix initialization of thread queue context Set …
(edit) @f83676d   04/30/21 20:01:44 ryan.long sysconf: Remove sysconf(515) GCC originally needed this 20 years ago. …
(edit) @4127a6c   06/08/21 15:03:53 ryan.long main_edit.c: get rid of malloc warning A warning was present when …
(edit) @7a723293   06/09/21 15:36:06 joel futimens.c, utime.c: Remove unnecessary include of <sys/stat.h>.
(edit) @34b45b1   06/08/21 07:08:43 Sebastian Huber score: Remove unused _Per_CPU_Initialize() decl
(edit) @9429115c   06/01/21 18:05:54 gerberhe11 cpukit/libdebugger: Fix for sockaddr_in not being initialized See …
(edit) @6a56fd9   05/28/21 00:31:53 gerberhe11 cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.c …
(edit) @ea41722c   04/30/21 17:14:48 ryan.long Change filesystem utime_h handler to utimens_h Also updated licenses. …
(edit) @ea881bf   04/28/21 16:44:29 ryan.long libcsupport: Implement utimes() in terms of utimensat() utimes() now …
(edit) @bb704123   04/28/21 16:42:50 ryan.long libcsupport: Implement utime() in terms of utimensat() utime() now …
(edit) @335f705   04/28/21 16:40:56 ryan.long libcsupport: Added futimens() and utimensat() Created futimens.c and …
(edit) @2deba02   03/30/21 15:04:07 ryan.long main_help.c: Do not care what char is returned by getchar() CID …
(edit) @f29b312e   03/25/21 14:10:39 ryan.long main_cp.c: Ignore return value from stat() CID 26051: Unchecked …
(edit) @a187b09   03/25/21 13:59:26 ryan.long gen_uuid.c: Ignore return values from fcntl() CID 1049146: Unchecked …
(edit) @1568965   05/26/21 09:26:59 christian.mauderer thread-API: Add rtems_*mutex_try_lock This adds a …
(edit) @023a2709   05/26/21 07:39:13 christian.mauderer cpukit: Add description of release version numbers The release …
(edit) @bf36f5de   05/28/21 05:47:52 Sebastian Huber score: Add RTEMS_UNREACHABLE() to a group
(edit) @5fe49a08   05/18/21 19:51:46 kinsey.moore bsps/aarch64: Add MMU driver to relax alignment Currently, the …
(edit) @25ca2ec   05/18/21 12:55:11 kinsey.moore bsps/aarch64: Break out system registers Break out system register …
(edit) @2fdd00fc   05/27/21 05:11:36 Sebastian Huber rtems: Document new rtems_task_delete() error Update #4414.
(edit) @e2011dc   05/26/21 22:25:45 gerberhe11 cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c …
(edit) @342fe198   03/12/21 15:57:59 kinsey.moore score/aarch64: Align context validation frame Ensure the stack …
(edit) @de694b75   05/21/21 14:52:54 Sebastian Huber score: Direct thread dispatch in a self restart Commit …
(edit) @ce6319a   05/20/21 15:15:53 Sebastian Huber score: Fix _Thread_Cancel() The _Thread_Cancel() (in contrast to …
(edit) @29187be   05/17/21 12:51:45 Sebastian Huber posix: Allow pthread_cancel() from within ISRs Close #4413.
(edit) @3cef3198   05/17/21 12:46:02 Sebastian Huber score: Simplify calling _Thread_Exit() Move common code into …
(edit) @b81d1ffd   05/14/21 16:53:55 Sebastian Huber rtems: Return RTEMS_CALLED_FROM_ISR If rtems_task_delete() is called …
(edit) @76d5722b   05/21/21 21:30:20 joel sysinit: Do not open console when just referencing reentrancy …
(edit) @71521ff2   04/13/21 18:45:56 vijay telnetd.c: Remove RTEMS_NETWORKING check Set the priority manually to …
(edit) @a89ecaa1   05/18/21 10:50:41 Sebastian Huber score: Simplify thread queue timeout handling Add …
(edit) @24c62932   05/18/21 09:28:08 Sebastian Huber posix: Fix use of clock for relative times Close #4426.
(edit) @d45f87cf   05/17/21 11:35:42 Sebastian Huber score: Add _CPU_Context_switch_no_return() The …
(edit) @80b3c938   05/17/21 14:55:15 Sebastian Huber score: Move _Thread_queue_Queue_get_name_and_id() Move this …
(edit) @9918735   05/17/21 14:46:12 Sebastian Huber posix: Use RTEMS_POSIX_API in clock_nanosleep() It is only possible …
(edit) @815a943   05/17/21 14:39:52 Sebastian Huber posix: Move clock_nanosleep() Move clock_nanosleep() to a separate …
(edit) @2cc25cf   05/14/21 15:33:24 Sebastian Huber score: Add and use _Per_CPU_Is_ISR_in_progress() Add …
(edit) @6f2c8f3   05/14/21 15:02:57 Sebastian Huber score: Improve parameters in _Thread_Change_life()
(edit) @73ebf9a   05/14/21 12:54:42 Sebastian Huber rtems: Fix task restart within interrupt context rtems_task_restart() …
(edit) @b9083c55   05/14/21 12:53:19 Sebastian Huber rtems: Always set the real priority during restart Unconditionally …
(edit) @57be57c7   05/14/21 07:31:47 Sebastian Huber score: Return status in _Thread_Restart_other() This simplifies …
(edit) @b87d2a6   05/14/21 07:14:11 Sebastian Huber rtems: Check entry point in rtems_task_start() Close #4410.
(edit) @45a34953   05/14/21 06:09:34 Sebastian Huber rtems: Add TOD_Ticks_validation Replace defines with an enum. Update …
(edit) @523867d   05/11/21 15:27:20 Sebastian Huber rtems: Constify rtems_task_wake_when() Add a parameter to …
(edit) @6136918d   05/12/21 14:30:28 Sebastian Huber rtems: Document rtems_task_set_scheduler() errors
(edit) @51f7a82   05/12/21 12:13:13 Sebastian Huber rtems: Clarify rtems_task_get_priority() doc
(edit) @e3bec23d   05/11/21 15:19:31 Sebastian Huber rtems: Use rtems_clock_get_ticks_per_second() This avoids an integer …
Note: See TracRevisionLog for help on using the revision log.