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

source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @6171a88   04/28/21 17:40:32 ryan.long psx13: Added tests for utimensat() and futimens() Improved tests for …
(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) @d0eaf3ec   01/08/21 23:07:34 kinsey.moore spec/aarch64: Add BSPs for real ZynqMP hardware Add the BSPs for …
(edit) @5fe49a08   05/18/21 19:51:46 kinsey.moore bsps/aarch64: Add MMU driver to relax alignment Currently, the …
(edit) @ae5e1d9   05/21/21 13:56:13 kinsey.moore bsps/a53: Increase available RAM The default available RAM on the A53 …
(edit) @8810e08   05/18/21 19:49:20 kinsey.moore bsps/aarch64: Advertise cache function support Ensure that cache …
(edit) @12ec459   05/18/21 12:56:54 kinsey.moore bsps/aarch64: Align MVAs consistently This fixes a bug where …
(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) @402a206a   05/21/21 21:29:42 joel powerpc/.../sbrk.c: Do not reference errno. Closes #4r37.
(edit) @f9d59075   05/21/21 21:29:00 joel ppc-irq-legacy.c: Use rtems_malloc() instead of malloc(). Closes #4438.
(edit) @71521ff2   04/13/21 18:45:56 vijay telnetd.c: Remove RTEMS_NETWORKING check Set the priority manually to …
(edit) @a5fd293   04/14/21 05:43:40 vijay testsuites: Remove telnetd01 telnetd01 test cannot be run without a …
(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) @15e26f4   05/12/21 09:34:52 christian.mauderer bsps/imxrt: Enable DMA clock The EDMA is intialized so make sure the …
(edit) @691fec40   05/11/21 11:46:56 christian.mauderer bsps/imxrt: Fix OCRAM, ITCM and DTCM sizes The sizes are configurable …
(edit) @988cc1a   04/12/21 14:53:43 christian.mauderer bsps/imxrt: Add addresses and interrupts to dts Add addresses and …
(edit) @c3056666   05/12/21 06:46:30 christian.mauderer bsps/imxrt: Reduce devicetree size Remove symbols that would be …
(edit) @08e4e6f2   04/07/21 13:05:26 christian.mauderer bsps/imxrt: Fix documentation error Update #4180
(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) @98cb84e   05/17/21 06:04:07 Sebastian Huber arm/altera-cyclone-v: Fix compile error Update #4406.
(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) @410317a   05/12/21 05:11:48 Sebastian Huber validation: Add INVALID_ID to tx-support.h
(edit) @bc29c7c   04/12/21 04:58:44 Sebastian Huber validation: Add support library Add a library for support functions …
(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 …
(edit) @3af2dc7   05/11/21 14:26:55 frank.kuehndel _TOD_Validate(): Fix incorrect return code This patch fixes bug …
(edit) @c268766   05/10/21 07:39:35 Sebastian Huber rtems: Use _Objects_Free_nothing() for msg queues Use …
(edit) @ab5aeb1   05/10/21 07:21:03 Sebastian Huber score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in …
(edit) @6822af7   05/07/21 06:07:27 Sebastian Huber rtems: rtems_scheduler_get_processor_set() docs Document changed …
(edit) @2146d347   05/07/21 06:06:54 Sebastian Huber rtems_scheduler_ident_by_processor_set() docs Document new error status.
(edit) @9f727f9   05/06/21 13:15:28 Sebastian Huber validation: Fix handling of N/A pre-conditions In the action …
(edit) @c46d125   05/06/21 17:25:09 Sebastian Huber Check the alignment in posix_memalign() earlier Make sure all …
(edit) @b391affc   05/06/21 08:06:02 niteesh.gs bsps/shared/ofw: Fix coverity defects This patch adds asserts to fix …
(edit) @2c5199b   05/05/21 06:49:52 Sebastian Huber Return NULL for zero size allocations In POSIX, zero size memory …
(edit) @5580b93   05/05/21 06:46:24 Sebastian Huber libc: Reimplement posix_memlign() Move all error checks into …
(edit) @48898b3   05/05/21 12:26:01 Sebastian Huber rtems: rtems_scheduler_get_processor_set() status In case the …
(edit) @3f0c0bfe   05/05/21 11:26:44 Sebastian Huber rtems: rtems_scheduler_ident_by_processor_set() Check for a NULL …
(edit) @e5590a3   03/17/21 22:48:57 stephen.clark psxtests: Fix math function build warnings Added conditionals to …
(edit) @cd5fd85   03/18/21 17:01:27 stephen.clark stackchk: Fixed 32bit pointers Using 32bit types like uint32_t for …
(edit) @ca02143   03/18/21 16:54:03 stephen.clark rtems-fdt: Fixed 32bit pointers Using 32bit types like uint32_t for …
(edit) @3e16f1a6   05/04/21 07:36:00 Sebastian Huber score: Make _Once_Lock() and _Once_Unlock() static These two …
(edit) @024d4ea   04/09/21 17:53:22 Sebastian Huber rtems: Use allocator mutex for timer server The allocator mutex is …
(edit) @d692c62d   05/03/21 07:17:33 Sebastian Huber Make zero size allocation result consistent The zero size allocations …
(edit) @eb7c33ad   05/03/21 12:04:53 Sebastian Huber bsps/riscv: Support RTEMS_NOINIT in linkcmds Update #3866.
(edit) @5b97821   04/08/21 05:51:38 Sebastian Huber libtest: Fix use of flexible array member Flexible array members must …
(edit) @1eb6cdde   04/30/21 14:58:50 Sebastian Huber score: Add _Thread_Dispatch_direct_no_return() The …
(edit) @2df9541   04/30/21 14:22:02 Sebastian Huber spmisc01: Test RTEMS_NOINIT Close #3866.
(edit) @e10dec0   04/30/21 13:47:10 Sebastian Huber bsps: Support RTEMS_NOINIT in linkcmds Update #3866.
(edit) @a84bf96   04/30/21 13:07:14 Sebastian Huber basedefs: Add RTEMS_NOINIT Update #3866.
(edit) @8b15a324   04/26/21 08:15:05 Sebastian Huber Use alias for rtems_task_self() and pthread_self() This may reduce …
(edit) @0906321   04/30/21 05:08:19 Sebastian Huber appl-config: Add missing "the"
(edit) @901136e   04/30/21 05:07:30 Sebastian Huber appl-config: CONFIGURE_BSP_PREREQUISITE_DRIVERS Replace copy and …
(edit) @eefe7009   04/29/21 08:02:56 Sebastian Huber appl-config: Reformat option constraints If only one constraint is …
(edit) @8e4f578   04/28/21 17:51:07 vijay cpukit/Makefile.am: Remove remaining LIBNETWORKING files
(edit) @8cf30c4   03/10/21 18:51:20 ryan.long main_rtrace.c: Add error return when malloc fails CID 1399709: …
(edit) @cdf66529   03/10/21 15:05:21 ryan.long objectextendinformation.c: Ensure information->object_blocks is not …
(edit) @a70d60a   04/28/21 20:24:54 ryan.long pwdgrp.c: Removed unused variable The 'sc' variable was originally …
(edit) @263e00b   04/29/21 11:42:00 Sebastian Huber bsps/arm: ARMV7_CP15_START_WORKSPACE_ENTRY_INDEX Change the …
(edit) @fe3e05f   04/21/21 20:24:33 ryan.long psx13: Reworked and relicensed Changed the way the tests were …
(edit) @a1679af3   06/15/20 09:10:02 Sebastian Huber rtems: Generate <rtems/rtems/tasks.h> Change license to BSD-2-Clause …
(edit) @b3d3186d   06/24/20 05:10:06 Sebastian Huber rtems: Generate <rtems/rtems/region.h> Change license to BSD-2-Clause …
(edit) @0b9e307   06/22/20 12:20:19 Sebastian Huber rtems: Generate <rtems/rtems/intr.h> Change license to BSD-2-Clause …
(edit) @278c7daa   04/28/21 05:38:29 Sebastian Huber rtems: Fix typo "cod" -> "code"
(edit) @55c6cb1d   04/22/21 13:57:19 Sebastian Huber rtems: Clarify constraints in documentation
(edit) @f8b91c9   04/27/21 17:48:47 dufault powerpc/shared/console: "termios" first open sets console baud to 9600 …
(edit) @9c13e52   04/27/21 17:48:46 dufault powerpc/shared/console: Make console baud rate configurable. The …
(edit) @bbc93c11   04/26/21 11:36:46 Sebastian Huber Return status code for _Thread_Start() This avoids having conditional …
(edit) @9d82150   04/26/21 09:22:39 Sebastian Huber Return status code for _Scheduler_Set_affinity() This avoids having …
(edit) @4b7c77b   04/26/21 09:00:24 Sebastian Huber rtems: Change rtems_task_get_affinity() status In case the processor …
Note: See TracRevisionLog for help on using the revision log.