Timeline



05/26/21:

23:41 Ticket #4446 (CID 1472578: Uninitialized scalar variable) created by Harrison Gerber
In jffs2_scan_eraseblock: Use of an uninitialized variable (CWE-457)
23:20 Ticket #4445 (CID 1468684: Uninitialized scalar variable) created by Harrison Gerber
In tcp_remote_connect: Use of an uninitialized variable (CWE-457)
22:45 Ticket #4442 (CID 1399721: Copy into fixed size buffer) closed by Harrison Edward Gerber <gerberhe11@…>
fixed: In e2011dc/rtems: […]
22:25 Changeset in rtems [e2011dc] by Harrison Edward Gerber <gerberhe11@…>
cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c See also CID 1399721 Closes #4442
22:21 Ticket #4444 (CID 1399727: Copy into fixed size buffer) created by Harrison Gerber
In rtems_monitor_line_editor: A source buffer of statically unknown …
21:34 Ticket #4388 (Copy improved mailer.py from rtems-tools) closed by Alex White <alex.white@…>
fixed: In 4e6dc64/rtems-source-builder: […]
19:59 Ticket #4443 (powerpc/motorola_powerpc BSPs build bootloader with -msoft-float) created by Andrew Johnson
While working on the EPICS port to RTEMS-5 and trying to link an EPICS …
17:52 Ticket #4442 (CID 1399721: Copy into fixed size buffer) created by Harrison Gerber
In pci_cfg_print_device: A source buffer of statically unknown size is …
16:27 GSoC/2021 edited by Husni Faiz
(diff)
15:02 Changeset in rtems-central [331d1dad] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
15:01 GSoC/2021 edited by Matthew Joyce
(diff)
14:33 Changeset in rtems [5bb5e01] by Christian Mauderer <christian.mauderer@…>
i2c: Add non blocking read / write This adds the possibility to open an I2C bus with O_NONBLOCK (or set it later via fcntl) to get non-blocking transmissions. This means that if the bus is busy, a read, write or transfer ioctl will return with a EAGAIN errno.
13:38 GSoC/2021 edited by Husni Faiz
(diff)
12:41 Ticket #4435 (Thread cancellation may produce ready threads with an active thread timer) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ce6319a/rtems: […]
12:41 Ticket #4413 (Allow pthread_cancel() from within interrupt context) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 29187be/rtems: […]
12:37 Changeset in rtems-central [fd80d1f] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
12:15 Changeset in rtems-central [bffa1e7] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
12:00 Changeset in rtems-central [a44b35b] by Sebastian Huber <sebastian.huber@…>
spec: Use TCB in rtems_task_restart() validation This simplifies the scheduler test support.
09:32 Changeset in rtems-docs [b05cecc] by Christian Mauderer <christian.mauderer@…>
c-users: Add rtems_*mutex_try_lock Closes #4440.
09:26 Changeset in rtems [1568965] by Christian Mauderer <christian.mauderer@…>
thread-API: Add rtems_*mutex_try_lock This adds a rtems_mutex_try_lock and a rtems_recursive_mutex_try_lock. Update #4440.
09:26 Ticket #4441 (Support building CoreMark benchmark in Make) created by Hesham Almatary
The CoreMark? patch I submitted only supports waf builds and not Make.
09:26 Ticket #4440 (enhancement: Add missing rtems_mutex_try_lock() and ...) created by Christian Mauderer
There are no try_lock functions for the self contained mutexes.
07:39 Changeset in rtems [023a2709] by Christian Mauderer <christian.mauderer@…>
cpukit: Add description of release version numbers The release version in the git sources doesn't change. Add a note why that is the case.
07:39 Changeset in rtems [50a8353]5 by Christian Mauderer <christian.mauderer@…>
cpukit: Add description of release version numbers The release version in the git sources doesn't change. Add a note why that is the case.

05/25/21:

17:41 Ticket #4124 (rtems-bsp-builder needs to be switched to waf builds) closed by Ryan Long <ryan.long@…>
fixed: In 527848d/rtems-tools: […]
13:33 Ticket #4439 (Open of /dev/console should only be in SysInit List if Console Enabled) closed by Joel Sherrill <joel@…>
fixed: In 76d5722b/rtems: […]
13:33 Ticket #4438 (powerpc/shared/irq/ppc-irq-legacy.c: Use rtems_malloc() not malloc()) closed by Joel Sherrill <joel@…>
fixed: In f9d59075/rtems: […]
08:35 GSoC/2021 edited by Matthew Joyce
(diff)
07:09 GSoC/2021 edited by Matthew Joyce
(diff)

05/24/21:

14:16 Ticket #4163 (Error in documentation regarding C/C++ large comment styles) closed by Andrew Butterfield
fixed: Was fixed by Sebastian Huber when he tidied up the documentation. There has also been a filename change: See https://docs.rtems.org/branches/master/eng/coding-formatting.html

05/22/21:

10:02 GSoC/2021 edited by Husni Faiz
(diff)

05/21/21:

21:30 Changeset in rtems [76d5722b] by Joel Sherrill <joel@…>
sysinit: Do not open console when just referencing reentrancy structure. This change eliminates a system initialization dependentcy which resulted in an application without a file system or console referencing errno being forced to include the code to open(/dev/console), close(), atexit(), and the unmount infrastructure. Closes #4439.
21:29 Changeset in rtems [402a206a] by Joel Sherrill <joel@…>
powerpc/.../sbrk.c: Do not reference errno. Closes #4r37.
21:29 Changeset in rtems [f9d59075] by Joel Sherrill <joel@…>
ppc-irq-legacy.c: Use rtems_malloc() instead of malloc(). Closes #4438.
21:28 Ticket #4439 (Open of /dev/console should only be in SysInit List if Console Enabled) created by Joel Sherrill
The current code implicitly requires that the code to open …
21:24 Ticket #4438 (powerpc/shared/irq/ppc-irq-legacy.c: Use rtems_malloc() not malloc()) created by Joel Sherrill
malloc() is required to set errno which implicitly references the …
21:24 Ticket #4437 (powerpc/shared/sbrk.c: Do not reference errno) created by Joel Sherrill
Using errno implicitly references the newlib reentrancy structure. …
16:24 Changeset in rtems-source-builder [774b5fc] by Joel Sherrill <joel@…>
rtems-binutils-head.cfg, rtems-gdb-head.cfg: Bump to 3b2bef8
14:52 Changeset in rtems [de694b75] by Sebastian Huber <sebastian.huber@…>
score: Direct thread dispatch in a self restart Commit 73ebf9a27ed5cd0fd3e0dc0da98345d7faa610a2 accidentally removed the direct thread dispatch in a self thread restart. In case of a self restart (always in task context) the directive shall not return. If this is not possible due to a bad thread dispatch disable level, then a fatal error shall occur. Update #4412.
14:24 Changeset in rtems-source-builder [5e2d92f] by Joel Sherrill <joel@…>
Bump newlib for rtems 6 and 7 to get UTIME_NOW and UTIME_OMIT constants.
13:56 Changeset in rtems [ae5e1d9] by Kinsey Moore <kinsey.moore@…>
bsps/a53: Increase available RAM The default available RAM on the A53 BSP is quite small at 8MB. This bumps that to 128MB to avoid allocation failures in tmcontext01 caused by large allocations on a cache size of 16MB reported by the system registers in QEMU.

05/20/21:

23:33 Ticket #4436 (Libbsd needs ability to configure network task priority) created by Vijay Kumar Banerjee
The libbsd currently doesn't support configuring network task …
15:15 Changeset in rtems [ce6319a] by Sebastian Huber <sebastian.huber@…>
score: Fix _Thread_Cancel() The _Thread_Cancel() (in contrast to _Thread_Restart() which used a similar code block) may have produced ready threads with an active timer in case the thread to cancel had its thread life protection enabled. The problem was this code block: Priority_Control priority; _Thread_Add_life_change_request( the_thread ); if ( _Thread_Is_life_change_allowed( previous ) ) { _Thread_State_release( the_thread, &lock_context ); _Thread_queue_Extract_with_proxy( the_thread ); _Thread_Timer_remove( the_thread ); } else { _Thread_Clear_state_locked( the_thread, STATES_SUSPENDED ); _Thread_State_release( the_thread, &lock_context ); } priority = _Thread_Get_priority( executing ); _Thread_Raise_real_priority( the_thread, priority ); _Thread_Remove_life_change_request( the_thread ); The life change request should only be added/removed if a life change is allowed (see _Thread_Restart()). Add _Thread_Try_life_change_request() and use it in _Thread_Cancel() and _Thread_Restart(). Close #4435.
15:15 Ticket #4435 (Thread cancellation may produce ready threads with an active thread timer) created by Sebastian Huber
The _Thread_Cancel() (in contrast to _Thread_Restart() which uses a …

05/19/21:

16:29 Ticket #4434 (record-filter-zlib.cc: Uninitialized pointer field error spotted by ...) created by Ryan Long
CID 1503020: Uninitialized pointer field in ZlibFilter?(). […]
16:13 Ticket #4433 (DesiredSymbols.h: Uninitialized pointer field error spotted by coverity) created by Ryan Long
CID 1399637: Uninitialized pointer field in SymbolInformation?(). […]
16:08 Ticket #4432 (GcovFunctionData.cc: Uninitialized pointer field error spotted by coverity) created by Ryan Long
CID 1399640: Uninitialized pointer field in GcovFunctionData?(). […]
14:45 Ticket #4431 (record-filter-zlib.cc: Unchecked return value from library error ...) created by Ryan Long
CID 1503013: Unchecked return value from library in ZlibFilter?(). […]
14:14 Ticket #4430 (DesiredSymbols.cc: Uninitialized pointer read error spotted by Coverity) created by Ryan Long
CID 1503005: Uninitialized pointer read in load(). […]
11:39 Changeset in rtems-central [c9abed8] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_restart()
06:17 Changeset in rtems-central [096c68f] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_exit()

05/18/21:

19:51 Changeset in rtems [5fe49a08] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Add MMU driver to relax alignment Currently, the AArch64 BSPs have a hard time running on real hardware without building the toolchain and the bsps with -mstrict-align in multiple places. Configuring the MMU on these chips allows for unaligned memory accesses for non-device memory which avoids requiring strict alignment in the toolchain and in the BSPs themselves. In writing this driver, it was found that the synchronous exception handling code needed to be rewritten since it relied on clearing SCTLR_EL1 to avoid thread stack misalignments in RTEMS_DEBUG mode. This is now avoided by exactly preserving thread mode stack and flags and the new implementation is compatible with the draft information provided on the mailing list covering the Exception Management API.
19:49 Changeset in rtems [8810e08] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Advertise cache function support Ensure that cache functions are flagged as usable by the generic cache implementation code.
18:55 Changeset in rtems-central [7c90eff] by Sebastian Huber <sebastian.huber@…>
spec: Fix format
18:45 Ticket #4429 (clock_nanosleep() may use wrong clock for relative times (cloned)) created by Sebastian Huber
Cloned from #4426: ---- For relative times, the clock identifier is …
18:32 Ticket #4426 (clock_nanosleep() may use wrong clock for relative times) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 24c62932/rtems: […]
16:24 Ticket #4428 (ReportsBase.cc: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1503710: Dereference after null check in WriteAnnotatedReport?(). […]
16:19 Ticket #4427 (GcovData.cc: Dereference after null check error spotted by Coverity) created by Ryan Long
CID 1399597: Dereference after null check in readGcnoFile(). […]
15:36 Changeset in rtems-central [2a85a7c] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_wake_after()
15:24 Changeset in rtems-central [d3c9a83] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_wake_when()
14:22 Ticket #4378 (covoar/symbol-sets add libuuid to symbol-sets.ini) closed by Alex White
fixed: Fixed in https://git.rtems.org/rtems-tools/commit/?id=eecde471ccd4a87d9f51f6f0cce9e6791bf27835
12:56 Changeset in rtems [12ec459] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Align MVAs consistently This fixes a bug where addresses were not being aligned correctly. Addresses used in cache functions are now aligned consistently using RTEMS_ALIGN_DOWN.
12:55 Changeset in rtems [25ca2ec] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Break out system registers Break out system register definitions and accessors so that they're usable by other parts of RTEMS.
11:09 Ticket #4426 (clock_nanosleep() may use wrong clock for relative times) created by Sebastian Huber
For relative times, the clock identifier is not used to select the …
10:50 Changeset in rtems [a89ecaa1] by Sebastian Huber <sebastian.huber@…>
score: Simplify thread queue timeout handling Add Thread_queue_Context::timeout_absolute to specify an absolute or relative timeout. This avoid having to get the current time twice for timeouts relative to the current time. It moves also functionality to common code.
09:28 Changeset in rtems [24c62932] by Sebastian Huber <sebastian.huber@…>
posix: Fix use of clock for relative times Close #4426.
09:28 Changeset in rtems [5d73509]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix use of clock for relative times Close #4429.
07:31 Changeset in rtems-central [e1c9210] by Sebastian Huber <sebastian.huber@…>
spec: Specify clock_nanosleep()

05/17/21:

21:51 Ticket #4425 (GcovFunctionData.cc: Copy into fixed size buffer errors spotted by Coverity) created by Ryan Long
CID 1063892: Copy into fixed size buffer in addBlock(). […] CID …
20:58 Changeset in rtems-tools [05dab02] by Ryan Long <ryan.long@…>
rtems-bin2c.c: Check length of buffer to be copied CID 1063892: Copy into fixed size buffer in process(). Closes #4424
20:57 Ticket #4424 (rtems-bin2c.c: Copy into fixed size buffer spotted by Coverity) created by Ryan Long
CID 1063892: Copy into fixed size buffer in process(). […]
19:37 Changeset in rtems-tools [7c37893] by Ryan Long <ryan.long@…>
record-client.c: Ignore return value from visit() CID 1503011: Unchecked return value in resolve_hold_back(). Closes #4423
19:14 Ticket #4423 (record-client.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1503011: Unchecked return value in resolve_hold_back(). […]
18:24 Changeset in rtems-tools [a918844] by Kinsey Moore <kinsey.moore@…>
tester: Avoid TFTP race condition The u-boot TFTP client will fail a fully completed file retrieval if the final ACK gets an ICMP response that the port is unavailable which can occur if the port is closed before the ACK arrives from the client. This change causes the TFTP server to wait for the final ACK before closing the socket and prevents transfers from failing due to the race condition.
17:56 Changeset in rtems-tools [52780608] by Ryan Long <ryan.long@…>
ReportsBase?.cc: Fix Resource leak CID 1503711: Resource leak in WriteSummaryReport?(). Closes #4422
17:51 Changeset in rtems-tools [9527f65] by Ryan Long <ryan.long@…>
DesiredSymbols?.cc: Fix resource leak CID 1503018: Resource leak in load(). Closes #4421
17:45 Changeset in rtems-tools [a0b54f0] by Ryan Long <ryan.long@…>
TraceWriterQEMU.cc: Fix resource leak CID 1399621: Resource leak in writeFile(). Closes #4420
17:35 Changeset in rtems-tools [08d9f37] by Ryan Long <ryan.long@…>
GcovData?.cc: Fix resource leak CID 1399610: Resource leak in readFrame(). Closes #4418
17:23 Changeset in rtems-tools [dfe012d] by Ryan Long <ryan.long@…>
TraceReaderLogQEMU.cc: Fix resource leak CID 1399615: Resource leak in processFile(). Closes #4419
17:06 Changeset in rtems-tools [9f4887c] by Ryan Long <ryan.long@…>
Explanations.cc: Fix resource leaks CID 1399608: Resource leak in load(). CID 1399611: Resource leak in load(). Closes #4417
16:50 Ticket #4422 (ReportsBase.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1503711: Resource leak in WriteSummaryReport?(). […]
16:48 Ticket #4421 (DesiredSymbols.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1503018: Resource leak in load(). […]
16:35 Ticket #4420 (TraceWriterQEMU.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1399621: Resource leak in writeFile(). […]
16:28 Ticket #4419 (TraceReaderLogQEMU.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1399615: Resource leak in processFile(). […]
16:20 Ticket #4418 (GcovData.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1399610: Resource leak in readFrame(). […]
16:17 Ticket #4417 (Explanations.cc: Resource leak error spotted by Coverity) created by Ryan Long
CID 1399608: Resource leak in load(). […]
15:37 Changeset in rtems-tools [7d3b8ac] by Ryan Long <ryan.long@…>
rtems-exeinfo.cpp: Fix division by zero errors CID 1503008: Division or modulo by zero CID 1503015: Division or modulo by zero Closes #4416
15:35 Changeset in rtems-tools [ffbf313] by Ryan Long <ryan.long@…>
ReportsBase?.cc: Remove possible division by zero CID 1503709: Division or modulo by float zero Closes #4415
15:29 Ticket #4416 (rtems-exeinfo.cpp: Division or modulo by zero errors spotted by Coverity) created by Ryan Long
CID 1503008: Division or modulo by zero in output_inlined(). […] …
14:55 Changeset in rtems [80b3c938] by Sebastian Huber <sebastian.huber@…>
score: Move _Thread_queue_Queue_get_name_and_id() Move this diagnostic function to a separate file since it does not provide a core function of the system. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
14:47 Ticket #4415 (ReportsBase.cc: Division or modulo by float zero error spotted by Coverity) created by Ryan Long
CID 1503709: Division or modulo by float zero in WriteSummaryReport?(). …
14:46 Changeset in rtems [9918735] by Sebastian Huber <sebastian.huber@…>
posix: Use RTEMS_POSIX_API in clock_nanosleep() It is only possible to get interrupted by a POSIX signal if RTEMS_POSIX_API is defined.
14:39 Changeset in rtems [815a943] by Sebastian Huber <sebastian.huber@…>
posix: Move clock_nanosleep() Move clock_nanosleep() to a separate file to avoid a dependency on errno which pulls in the Newlib reentrancy support. This is an issue since most parts which are pulled in cannot be garbage collected by the linker due to the system initialization linker set.
12:51 Changeset in rtems [29187be] by Sebastian Huber <sebastian.huber@…>
posix: Allow pthread_cancel() from within ISRs Close #4413.
12:46 Changeset in rtems [3cef3198] by Sebastian Huber <sebastian.huber@…>
score: Simplify calling _Thread_Exit() Move common code into _Thread_Exit(). This enables a tail call optimization in most cases.
11:35 Changeset in rtems [d45f87cf] by Sebastian Huber <sebastian.huber@…>
score: Add _CPU_Context_switch_no_return() The builtin_unreachable() cannot be used with current GCC versions to tell the compiler that a function does not return to the caller, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99151 Add a no return variant of _CPU_Context_switch() to avoid generation of dead code in _Thread_Start_multitasking() if RTEMS was built with SMP support enabled.
07:32 Changeset in rtems-docs [a3ebe17] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt: Remove superfluous options from dtc The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
07:02 Changeset in rtems-central [de73f18] by Sebastian Huber <sebastian.huber@…>
spec: Fix attribute reference
06:59 Changeset in rtems-central [cb08a02] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
06:13 Changeset in rtems-central [ab240ca] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
06:04 Changeset in rtems [98cb84e] by Sebastian Huber <sebastian.huber@…>
arm/altera-cyclone-v: Fix compile error Update #4406.

05/14/21:

19:25 Changeset in rtems-tools [527848d5] by Ryan Long <ryan.long@…>
rtems-bsp-builder: Change to waf build system Closes #4124
16:53 Changeset in rtems [b81d1ffd] by Sebastian Huber <sebastian.huber@…>
rtems: Return RTEMS_CALLED_FROM_ISR If rtems_task_delete() is called from within interrupt context, then return RTEMS_CALLED_FROM_ISR. This makes the behaviour predictable. Update #4414.
16:52 Ticket #4414 (Return RTEMS_CALLED_FROM_ISR in rtems_task_delete()) created by Sebastian Huber
Calling rtems_task_delete() from within interrupt context has an …
15:39 Ticket #4413 (Allow pthread_cancel() from within interrupt context) created by Sebastian Huber
The pthread_cancel() does not immediately delete resources if invoked …
15:33 Changeset in rtems [2cc25cf] by Sebastian Huber <sebastian.huber@…>
score: Add and use _Per_CPU_Is_ISR_in_progress() Add _Per_CPU_Is_ISR_in_progress() as an optimized version of _ISR_Is_in_progress().
15:05 Ticket #4412 (Unexpected rtems_task_restart() behaviour if called from within ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 73ebf9a/rtems: […]
15:05 Ticket #4411 (rtems_task_restart() should set the real priority to the initial priority) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b9083c55/rtems: […]
15:02 Changeset in rtems [6f2c8f3] by Sebastian Huber <sebastian.huber@…>
score: Improve parameters in _Thread_Change_life()
12:54 Changeset in rtems [73ebf9a] by Sebastian Huber <sebastian.huber@…>
rtems: Fix task restart within interrupt context rtems_task_restart() may be called from within interrupt context. So checking only that the thread to restart is equal to the executing thread is insufficient to determine a self restart. We have to also check that no ISR is in progress. Merge _Thread_Restart_other() and _Thread_Restart_self() into one _Thread_Restart() since they share a lot of common code. Close #4412.
12:53 Changeset in rtems [b9083c55] by Sebastian Huber <sebastian.huber@…>
rtems: Always set the real priority during restart Unconditionally set the real priority of the task to its initial priority during a task restart. Close #4411.
12:49 Ticket #4412 (Unexpected rtems_task_restart() behaviour if called from within ...) created by Sebastian Huber
In rtems_task_restart() there is a check if the executing thread is …
11:58 Ticket #4411 (rtems_task_restart() should set the real priority to the initial priority) created by Sebastian Huber
The rtems_task_restart() directive should set the real priority to the …
09:03 Changeset in rtems-central [fa868b2] by Frank Kühndel <frank.kuehndel@…>
spec: Add spec for rtems_timer_server_fire_when() Adding a specification item to rtems-central for the directive rtems_timer_server_fire_when() of the timer manager. This item uses the timer specific glossary terms, too.
07:31 Changeset in rtems [57be57c7] by Sebastian Huber <sebastian.huber@…>
score: Return status in _Thread_Restart_other() This simplifies rtems_task_restart().
07:30 Changeset in rtems-central [726ae38] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_scheduler_ident() validation
07:23 Ticket #4410 (rtems_task_start() does not check that the entry point is not equal to ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b87d2a6/rtems: […]
07:23 Ticket #4409 (rtems_task_start() does not check that the entry point is not equal to NULL) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 06427c8d/rtems: […]
07:14 Changeset in rtems [06427c8d]5 by Sebastian Huber <sebastian.huber@…>
rtems: Check entry point in rtems_task_start() Close #4409.
07:14 Changeset in rtems [b87d2a6] by Sebastian Huber <sebastian.huber@…>
rtems: Check entry point in rtems_task_start() Close #4410.
07:13 Ticket #4410 (rtems_task_start() does not check that the entry point is not equal to ...) created by Sebastian Huber
Cloned from #4409: ---- Bug was introduced by commit …
07:12 Ticket #4409 (rtems_task_start() does not check that the entry point is not equal to NULL) created by Sebastian Huber
Bug was introduced by commit 33829ce155069462ba410d396da431386369ed08
06:09 Changeset in rtems [45a34953] by Sebastian Huber <sebastian.huber@…>
rtems: Add TOD_Ticks_validation Replace defines with an enum. Update #4406.

05/13/21:

15:13 Changeset in rtems [9b088157] by Stephen Clark <stephen.clark@…>
rtems-debugger: Fixed pointer types to work on 32 and 64 bit architectures Using 32bit types like uint32_t for pointers creates issues on 64 bit architectures like AArch64. Replaced occurrences of these with uintptr_t, which will work for both 32 and 64 bit architectures. Added hex_decode_addr function to rtems-debugger.

05/12/21:

19:32 Changeset in rtems-central [590b01c] by Sebastian Huber <sebastian.huber@…>
spec: Constify rtems_task_wake_when()
19:31 Changeset in rtems-docs [2588e8b] by Sebastian Huber <sebastian.huber@…>
c-user: Constify rtems_task_wake_when() Update #4406.
19:27 Ticket #4406 (rtems: Constify rtems_task_wake_when()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 523867d/rtems: […]
19:05 Changeset in rtems-docs [fa98f8d] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify rtems_task_get_priority()
14:30 Changeset in rtems [6136918d] by Sebastian Huber <sebastian.huber@…>
rtems: Document rtems_task_set_scheduler() errors
13:09 Changeset in rtems-central [ed93256] by Sebastian Huber <sebastian.huber@…>
spec: Document rtems_task_set_scheduler() errors
13:05 Changeset in rtems-docs [7ded594] by Sebastian Huber <sebastian.huber@…>
c-user: Document rtems_task_set_scheduler() errors
12:41 Changeset in rtems-central [28fb75e] by Sebastian Huber <sebastian.huber@…>
validation: Support glossary term plurals
12:13 Changeset in rtems [51f7a82] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify rtems_task_get_priority() doc
12:06 Changeset in rtems-central [c28cb74] by Sebastian Huber <sebastian.huber@…>
spec: Clarify rtems_task_get_priority() doc
12:05 Changeset in rtems-central [0174da5] by Sebastian Huber <sebastian.huber@…>
content: Improve plural of terms
11:41 Changeset in rtems-docs [dcd0085] by Sebastian Huber <sebastian.huber@…>
c-user: Add task priority glossary terms
11:15 Changeset in rtems-central [42598d4] by Sebastian Huber <sebastian.huber@…>
glossary: Add priority terms
09:47 Ticket #4408 (RTEMS ARM Toolchain: armv8.0-m and armv8.1-m arch support) created by Tigran Tadevosyan
Dear RTMES OS devel team, The RTEMS ARM latest toolchain (based on …
09:34 Changeset in rtems [15e26f4] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt: Enable DMA clock The EDMA is intialized so make sure the the clock is initialized too. Update #4180
08:54 Changeset in rtems [6aa0552] by Sebastian Huber <sebastian.huber@…>
libtest: Increase line length Update #3716.
08:53 Changeset in rtems [7a591d0c] by Sebastian Huber <sebastian.huber@…>
score: Fix thread pinning assertions
06:46 Changeset in rtems [c3056666] by Christian Mauderer <christian.mauderer@…>
bsps/imxrt: Reduce devicetree size Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. Update #4180
05:11 Changeset in rtems [410317a] by Sebastian Huber <sebastian.huber@…>
validation: Add INVALID_ID to tx-support.h
05:11 Changeset in rtems-central [0b348f4] by Sebastian Huber <sebastian.huber@…>
spec: Move INVALID_ID to tx-support.h
04:55 Changeset in rtems-central [b403a86] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
04:55 Changeset in rtems-central [d12d6fc] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
04:41 Ticket #4403 (rtems_timer_fire_when() returns wrong status code when wall_time ...) closed by Frank Kühndel <frank.kuehndel@…>
fixed: In 3af2dc7/rtems: […]
04:39 Ticket #4407 (Add directive to validate a time of day) created by Sebastian Huber
Some BSPs use _TOD_Validate(). A proper directive should be added for …
01:16 Changeset in rtems-docs [1f53868] by Harrison Edward Gerber <gerberhe11@…>
user/bld/index.rst: removed references to legacy network config options
Note: See TracTimeline for information about the timeline view.