Timeline



02/25/21:

22:11 Ticket #4272 (BSP Executable Conversion) created by Chris Johns
= BSP Executable Conversion = [[PageOutline(...)]] …
20:19 Ticket #4271 (Add common malloc family extension method malloc_usable_size()) created by Joel Sherrill
RTEMS already has this functionality so it should not be hard to …
18:41 Changeset in rtems-libbsd [3abebab]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
linker: Enforce set alignment requirements According to commentary on GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99143, the alignment behavior of linker sections on which RTEMS has relied was never guaranteed to be consistent across platforms and any alignment requirements for linker sections needs to be enforced explicitly. This adds those explicit alignment requirements.
18:08 Changeset in rtems [1ac4a85] by Sebastian Huber <sebastian.huber@…>
score: Fix thread initialization Close the thread object if a thread create extension fails. Also call the delete extension to avoid resource leaks in early extensions if a late extension fails. Close #4270.
17:40 Ticket #4270 (A failing task extension produces zombi objects and resource leaks) created by Sebastian Huber
In _Thread_Initialize() we have this code: […] If an extension …
17:27 Changeset in rtems [3dca9ed] by Vijay Kumar Banerjee <vijay@…>
testsuites/libtests: Remove networking01 Update #3850
17:08 Changeset in rtems-tools [9720218] by Alex White <alex.white@…>
covoar: Catch exceptional case
16:56 Changeset in rtems-tools [ff418df] by Alex White <alex.white@…>
covoar: Fix null pointer dereference A null pointer dereference happens later in the program execution if the files are cleaned up at the end of the ExecutableInfo? constructor. This change fixes the null pointer dereference.
16:52 Changeset in rtems-tools [4d21ff8] by Alex White <alex.white@…>
coverage/reports: Share common JS and CSS in reports This moves all of the javascript and CSS files that are shared by the symbol set HTML reports to the shared parent directory. It also includes the javascript and CSS in the top-level index file.
16:52 Changeset in rtems [70667b55] by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver for xilinx-axi-spi Updates #4321
16:52 Changeset in rtems [ce2b276]5 by Jan Sommer <jan.sommer@…>
bsps/xilinx_zynq: Add SPI driver for xilinx-axi-spi Updates #4370
16:47 Changeset in rtems-tools [0459749] by Alex White <alex.white@…>
coverage/reports: Improve formatting and clarity The coverage reports contain places where they display incorrect or vague information particularly when some statistic is unavailable. This has been fixed. The formatting and wording of various things has been improved as well.
16:35 Changeset in rtems-tools [4aabd9b] by Alex White <alex.white@…>
covoar/reports: Add new statistics to summary The following new statistics have been added to the summary report: number of unreferenced symbols, total branch paths found, number of branch paths not executed, and percentage of branch paths covered.
16:25 Changeset in rtems-central [929d87c] by Sebastian Huber <sebastian.huber@…>
spec: Remove unused state
15:16 Ticket #4269 (Add rtems_get_build_label()) created by Sebastian Huber
Add the following directive: […]
15:13 Changeset in rtems-libbsd [28129f8]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
ck: Update for ILP32 libck assumes all AArch64 pointers are 8 bytes. This adds the required defines to handle 4 byte pointers on ILP32.
10:29 Changeset in rtems-libbsd [33e3cf8]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ping6: Honor file descriptor maximum This is basically the same as the patch for ping. Update #4360
10:29 Changeset in rtems-libbsd [35bdef1]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ping6: Honor file descriptor maximum This is basically the same as the patch for ping. Fix #4361
10:29 Changeset in rtems-libbsd [7afe0ba] by Christian Mauderer <christian.mauderer@…>
ping6: Honor file descriptor maximum This is basically the same as the patch for ping. Update #4360
08:47 Changeset in rtems [a510e243] by Jan Sommer <jan.sommer@…>
MAINTAINERS: Add myself to write after approval
02:09 Changeset in rtems [c90fa83] by Vijay Kumar Banerjee <vijay@…>
bsps: Remove networking drivers Update #3850
02:08 Changeset in rtems [6692e03] by Vijay Kumar Banerjee <vijay@…>
cpukit/libfs: Remove nfsclient Update #3850
02:08 Changeset in rtems [369e6c5b] by Vijay Kumar Banerjee <vijay@…>
cpukit: remove pppd Update #3850
02:06 Changeset in rtems [2a13ad3] by Vijay Kumar Banerjee <vijay@…>
cpukit: Remove libnetworking Update #3850
01:42 Ticket #4268 (libio rename file system handler interface does not pass the from name) created by Chris Johns
The rename file system handler is: […] The location struct lets a …

02/24/21:

22:53 Changeset in rtems-tools [e5c985e] by Alex White <alex.white@…>
covoar: Fix NOP execution marking Some NOP instructions were not being marked as executed because they are located at the end of uncovered ranges. This has been fixed.
22:41 Changeset in rtems-tools [0fe7902] by Alex White <alex.white@…>
rld-dwarf: Fix file::get_source The file::get_source method was giving "unknown:-1" for valid addresses. This has been fixed.
22:03 Changeset in rtems-tools [e80fd3e] by Alex White <alex.white@…>
covoar/TargetBase: Fix QEMU branch info The taken/not taken bit was being interpreted incorrectly. This led to branches being marked "always taken" when they were never taken. This has been fixed.
21:58 Changeset in rtems-tools [2845f6c] by Alex White <alex.white@…>
covoar/CoverageReaderQEMU: Fix infinite loop There was a potential that the branch info loop never terminated. This has been fixed by adding a more reliable termination condition and logging an error if it cannot find the branch target.
21:53 Changeset in rtems-tools [d9454ca] by Alex White <alex.white@…>
covoar: Add aarch64 target
21:50 Ticket #4266 (motorola_powerpc bootloader images not linking correctly) closed by Chris Johns <chrisj@…>
fixed: In 3824960/rtems: […]
21:41 Changeset in rtems-tools [4cca9c2] by Alex White <alex.white@…>
covoar/Target_arm: Add THUMB branch instructions The ".n" and ".w" variants of the THUMB branch instructions were not included in the list of conditional branch instructions. They have been added.
21:38 Changeset in rtems-tools [d046b2d] by Alex White <alex.white@…>
covoar/Target_i386: Add NOP patterns A couple of NOP patterns found with the pc686 BSP were not detected. This has been fixed.
21:34 Changeset in rtems-tools [9fce5fc] by Alex White <alex.white@…>
covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructions The TargetBase? class contains a member variable named branchInstructions. The name omits the fact that it is only meant to contain conditional branch instructions. Its name has been changed to conditionalBranchInstructions to avoid confusion.
21:19 Changeset in rtems-tools [9b33ba2] by Alex White <alex.white@…>
tester: Add coverage variants for a few BSPs Adds coverage variants for the following BSPs: a53_qemu, pc686, xilinx_zynq_a9_qemu, and xilinx_zynqmp.
19:42 Changeset in rtems-central [bfbdd3d] by Sebastian Huber <sebastian.huber@…>
spec: Harmonize create directives
19:27 Changeset in rtems [a28eafb] by Vijay Kumar Banerjee <vijay@…>
cpukit: Move ftpfs from libnetworking to libfs Update #3850
19:08 Changeset in rtems [c6ba8dd] by Vijay Kumar Banerjee <vijay@…>
spec: Remove RTEMS_NETWORKING options Update #3850
16:59 Changeset in rtems [34f279aa] by Sebastian Huber <sebastian.huber@…>
validation: Add comments to barrier tests Unify code sections across tests.
16:59 Changeset in rtems [81fcf16] by Sebastian Huber <sebastian.huber@…>
validation: Add comments to message queue tests Split up post-condition.
13:45 Changeset in rtems [c96644e8] by Sebastian Huber <sebastian.huber@…>
libtest: Print SHA256 hash in base64url
13:11 Changeset in rtems-docs [29ce290] by Sebastian Huber <sebastian.huber@…>
bsp-howto: Add target hash chapter Update #4267.
12:25 Changeset in rtems [bc6ffc3] by Sebastian Huber <sebastian.huber@…>
Add system initialization step for target hash Update #4267.
12:12 Changeset in rtems [d138a790] by Sebastian Huber <sebastian.huber@…>
config: Adjust stack allocator initialization Use the right system initialization step for the stack allocator initialization. Do the stack allocator initialization before the workspace initialization so that _Memory_Allocate() can be used to get memory for the allocator.
10:13 Changeset in rtems [32b0d6f8] by Sebastian Huber <sebastian.huber@…>
bsps: Change license to BSD-2-Clause of some files Change license to BSD-2-Clause according to file histories and re-licensing agreement. Update #3899.
07:20 Ticket #4267 (Add rtems_get_target_hash()) created by Sebastian Huber
Add a function to report a hash value characterizing the target system …
06:04 Changeset in rtems [3824960]5 by Chris Johns <chrisj@…>
powerpc/motorola_power: Link all text sections into the executable image - The change to building all code with code and data sections means we have a section per function. Make sure all functions are placed in the text section. Closes #4266
06:04 Changeset in rtems [75fb7a0e] by Chris Johns <chrisj@…>
powerpc/motorola_power: Link all text sections into the executable image - The change to building all code with code and data sections means we have a section per function. Make sure all functions are placed in the text section. Closes #4266
05:52 Ticket #4266 (motorola_powerpc bootloader images not linking correctly) created by Chris Johns
The change to support code and data sections has broken creating net …

02/23/21:

18:47 Changeset in rtems [74eff26c] by Sebastian Huber <sebastian.huber@…>
libtest: Report target hash Update #4267.
18:38 Changeset in rtems [e8284a34] by Sebastian Huber <sebastian.huber@…>
build: Sort source lists Use the Python sorted() function to sort the "source" lists.
17:53 Changeset in rtems [7480c34] by Sebastian Huber <sebastian.huber@…>
bsps: Add default rtems_get_target_hash() Update #4267.
13:53 Changeset in rtems [dea125d0] by Sebastian Huber <sebastian.huber@…>
score: Add Hash Handler Update #4267.
13:18 Changeset in rtems-libbsd [a7273c0] by Christian Mauderer <christian.mauderer@…>
racoon/session: Honor file descriptor maximum Dynamically allocate a big enough file descriptor set for select(). A better solution would be to use kqueue() instead of select(). Update #4360
13:18 Changeset in rtems-libbsd [c385e86]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
racoon/session: Honor file descriptor maximum Dynamically allocate a big enough file descriptor set for select(). A better solution would be to use kqueue() instead of select(). Update #4361
13:18 Changeset in rtems-libbsd [e7fb073]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
racoon/session: Honor file descriptor maximum Dynamically allocate a big enough file descriptor set for select(). A better solution would be to use kqueue() instead of select(). Update #4360
12:25 Changeset in rtems [5f8bc83] by Sebastian Huber <sebastian.huber@…>
score: Add _IO_Base64url() Update #4267.
11:47 Changeset in rtems [fb17af27] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_get_target_hash() Update #4267.
11:00 Changeset in rtems-central [2fb83c7] by Sebastian Huber <sebastian.huber@…>
spec: Add build label and target hash directives
09:58 Changeset in rtems [d8bfa5a] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_get_build_label() Update #4269.
09:58 Changeset in rtems [da8ad67e] by Sebastian Huber <sebastian.huber@…>
libtest: Report build label Update #4269.
09:38 Ticket #4265 (Add rtems_get_build_hash()) created by Sebastian Huber
Add a function to report a hash value of the build environment in the …
09:04 Changeset in rtems [3353820b] by Sebastian Huber <sebastian.huber@…>
build: Fix format in wscript
08:18 Changeset in rtems [320cb42] by James Fitzsimons <james.fitzsimons@…>
bsps/beagle: Updating licences to latest BSD 2 clause
08:18 Changeset in rtems [db86c3eb] by James Fitzsimons <james.fitzsimons@…>
bsps/beagle: Adding QEP driver support to BeagleBoneBlack? BSP

02/22/21:

15:39 Changeset in rtems [645dbc5]5 by Jan Sommer <jan.sommer@…>
bsps/shared: Allow setting baud rate for zynq uart Closes #4236
15:39 Changeset in rtems [6ebf376b] by Jan Sommer <jan.sommer@…>
bsps/shared: Allow setting baud rate for zynq uart
11:46 Ticket #4264 (Activate ehci_pci in rtems-libbsd (cloned)) created by GabrielMoyano
Cloned from #4263: ---- Import ehci_pci from freebsd-org using …
10:29 Ticket #4263 (Activate ehci_pci in rtems-libbsd) created by GabrielMoyano
Import ehci_pci from freebsd-org using freebsd-to-rtems.py
08:37 Changeset in rtems-central [dbdb388] by Sebastian Huber <sebastian.huber@…>
spec: Remove superfluous includes
07:53 Changeset in rtems-libbsd [5b50a51]6-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Add to build system Closes #4264
07:53 Changeset in rtems-libbsd [7abb891]6-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Import from freebsd-org see #4264
07:13 Changeset in rtems-libbsd [aee7b92] by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Add to build system Updates #4264
07:12 Changeset in rtems-libbsd [b16b477] by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Import from freebsd-org Updates #4264

02/21/21:

16:48 Changeset in rtems [006c702] by Sebastian Huber <sebastian.huber@…>
validation: Simplify message queue construct tests
16:43 Changeset in rtems-central [27fcdb8] by Sebastian Huber <sebastian.huber@…>
spec: Simplify partition create validation
16:36 Changeset in rtems-central [fe9d08e] by Sebastian Huber <sebastian.huber@…>
spec: Simplify barrier create validation
16:30 Changeset in rtems-central [fdb04fd] by Sebastian Huber <sebastian.huber@…>
spec: Simplify message queue construct validation
16:29 TBR/Website/FAQ edited by Ayushman Mishra
(diff)
16:26 Changeset in rtems [5be6e61] by Sebastian Huber <sebastian.huber@…>
libtest: Add support to seize/surrender objects
09:58 Changeset in rtems [88543ade] by Sebastian Huber <sebastian.huber@…>
score: Remove _CORE_barrier_Do_flush() Call _Thread_queue_Flush_critical() directly.
09:47 Changeset in rtems [0b263b0e] by Sebastian Huber <sebastian.huber@…>
score: Remove _Objects_Open() Use the type safe _Objects_Open_u32() instead. Return the object identifier to enforce a common usage pattern.
09:21 Changeset in rtems [3cbdf19] by Sebastian Huber <sebastian.huber@…>
score: Simplify core barrier Use the number of threads which must arrive at the barrier to trip the automatic release also to indicate if the barrier is a manual release barrier.

02/20/21:

14:26 Ticket #4244 (Possible infinite recursion in Classic API Signal handling) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a7e180b/rtems: […]
13:28 Changeset in rtems [508f8682] by Sebastian Huber <sebastian.huber@…>
rtems: Simplify rtems_task_mode() Do the preemption and ASR processing changes in one rush and acquire the thread state lock only once.
13:26 Changeset in rtems-central [abebc695] by Sebastian Huber <sebastian.huber@…>
spec: Fix partition create
03:34 Changeset in rtems-tools [2cfdc80] by Kinsey Moore <kinsey.moore@…>
tester: Update for ZynqMP QEMU BSP name change The ZynqMP QEMU BSPs were renamed to include _qemu for more consistent identification. This updates the tester configurations to match.
03:29 Changeset in rtems [f662420] by Kinsey Moore <kinsey.moore@…>
spec/aarch64: Rename ZynqMP QEMU BSPs The current ZynqMP BSPs don't have _qemu in their name as do all other RTEMS BSPs that are specifically made to run on QEMU. This fixes the naming for those ZynqMP BSP variants for easier identification.

02/19/21:

22:34 Changeset in rtems [e2002659] by Ryan Long <ryan.long@…>
rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688) CID 1468688: Unchecked return value in snapshot_thread(). Closes #4262
22:30 Changeset in rtems [e5e58da] by Ryan Long <ryan.long@…>
getgrent.c: Fix Unchecked return value error (CID #1459004) CID 1459004: Unchecked return value in endgrent(). Closes #4261
22:24 Changeset in rtems [be3b87d] by Ryan Long <ryan.long@…>
record-client.c: Fix Unchecked return value (CID #1456677) CID 1456677: Unchecked return value in resolve_hold_back(). Closes #4260
22:06 Changeset in rtems [1b322a6] by Ryan Long <ryan.long@…>
printertask.c: Fix Unchecked return value (CID #1399710) CID 1399710: Unchecked return value in printer_task(). CID 1472764: Unchecked return value in rtems_print_printer_task(). Closes #4258
21:36 Ticket #4262 (rtems-debugger-threads.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1468688: Unchecked return value in snapshot_thread(). […]
21:24 Ticket #4261 (getgrent.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1459004: Unchecked return value in endgrent(). […]
21:16 Ticket #4260 (record-client.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1456677: Unchecked return value in resolve_hold_back(). […]
21:06 Ticket #4259 (grspw.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1399781: Unchecked return value in grspw_device_init(). […]
21:04 Changeset in rtems-central [e6990d1] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_mode()
20:55 Ticket #4258 (printertask.c: Unchecked return value errors spotted by Coverity) created by Ryan Long
CID 1399710: Unchecked return value in printer_task(). […]
20:43 Ticket #4257 (main_edit.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1255318: Unchecked return value in display_line(). […]
20:42 Changeset in rtems-central [39b7199] by Sebastian Huber <sebastian.huber@…>
spec: Move rtems_task_priority item
20:41 Changeset in rtems [d6a649d5] by Sebastian Huber <sebastian.huber@…>
rtems: Move rtems_task_priority definition This type is not only used by Task Manager directives. This is a preparation to move the rtems_scheduler_*() directives from <rtems/rtems/tasks.h> to a new <rtems/rtems/scheduler.h>.
20:37 Ticket #4256 (fdt_rw.c: Unchecked return value error spotted by Coverity) created by Ryan Long
CID 1047324: Unchecked return value in fdt_add_subnode_namelen(). […]
20:31 Changeset in rtems [fd838603] by Sebastian Huber <sebastian.huber@…>
validation: Add missing barrier create test case
20:17 Changeset in rtems-central [e55a051] by Sebastian Huber <sebastian.huber@…>
spec: Specify missing barrier create case
20:06 Ticket #4253 (grspw_pkt.c: Dereference before null check error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In fac1ff1/rtems: […]
20:06 Ticket #4252 (grtc.c: Dereference before null check error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 1fd56a96/rtems: […]
20:06 Ticket #4251 (b1553rt.c: Dereference before null check error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 4edcdf43/rtems: […]
20:06 Ticket #4250 (b1553brm.c: Dereference before null check error spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In eff3d7c/rtems: […]
19:51 Changeset in rtems-central [a512e0f] by Sebastian Huber <sebastian.huber@…>
spec: Harmonize partition create
19:35 Changeset in rtems-central [91882d2] by Sebastian Huber <sebastian.huber@…>
spec: Use EARS syntax Avoid the term "There shall".
14:34 Changeset in rtems [6bfbfb5] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Resolve usage of SUBALIGN() Remove usage of SUBALIGN() in aarch64 linkcmds which works around a difference in behavior on AArch64 platforms. This is no longer necessary since alignment is now enforced explicitly. Closes #4178.
09:49 Changeset in rtems-central [65bc2ff] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:48 Changeset in rtems [1739bd2] by Sebastian Huber <sebastian.huber@…>
rtems: Remove _Modes_Set_interrupt_level() This call just obfuscated the call to _ISR_Set_level(). Update #4244.
08:33 Changeset in rtems-central [3d51b5d8] by Sebastian Huber <sebastian.huber@…>
modules: Update rsb
08:32 Changeset in rtems-central [d0f11a6] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
08:32 Changeset in rtems-central [f524344] by Sebastian Huber <sebastian.huber@…>
spec: Fix wording
08:16 Changeset in rtems-docs [2c2c7de3] by Jan Sommer <jan.sommer@…>
user/bsps: Mention fixed console baud rate for zynq

02/18/21:

20:03 Ticket #4229 (conf.py files need updated for sphinxcontrib-bibtex ver. 2.0.0 and greater) closed by Gedare Bloom <gedare@…>
fixed: In 4563bb6/rtems-docs: […]
19:39 Ticket #4254 (shell.c: Dereference before null check error spotted by Coverity) closed by Ryan Long <thisisryanlong@…>
fixed: In fa25b73/rtems: […]
14:35 Changeset in rtems [fa25b73] by Ryan Long <thisisryanlong@…>
shell.c: Fix Dereference before null check (CID #1467420) CID 1467420: Dereference before null check in rtems_shell_line_editor(). Closes #4254

02/17/21:

21:13 TBR/Website/FAQ edited by Ayushman Mishra
(diff)
21:08 Ticket #4255 (aarch64 GCC alignment bug) created by Kinsey Moore
This issue exists to track <gcc bug will be added when I can submit …
19:23 Changeset in rtems-central [a498f62] by Sebastian Huber <sebastian.huber@…>
spec: Fix clock manager parameter names
17:34 Changeset in rtems-docs [c87d8c2] by Sebastian Huber <sebastian.huber@…>
c-user: Generate signal manager documentation The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
08:05 Changeset in rtems [74ca8b7] by Sebastian Huber <sebastian.huber@…>
rtems: Move _Signal_Action_handler() Move _Signal_Action_handler() and signal MP initialization to rtems_signal_send(). The goal is to make _Signal_Action_handler() a static function in a follow up patch. Update #4244.
08:02 Changeset in rtems [f9a59164] by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Append_post_switch_action() Update #4244.
07:05 Changeset in rtems [fea848b] by Sebastian Huber <sebastian.huber@…>
score: Change thread action locking Require that the corresponding lock is acquired before the action handler returns. This helps to avoid recursion in the signal processing. Update #4244.
07:00 Changeset in rtems [b207b37] by Sebastian Huber <sebastian.huber@…>
posix: Remove superfluous check The api pointer is never NULL. Update #4244.
03:55 Changeset in rtems-libbsd [332cc9f]5-freebsd-12 by Chris Johns <chrisj@…>
bsp/motorola_powerpc: Add dc, ukphy and legacy PCI support - Add the dc net dev to the BSP - Add the ukphy support - Add PCI Legacy bus support to the PowerPC Closes #4514
03:55 Changeset in rtems-libbsd [f5c405e]6-freebsd-12 by Chris Johns <chrisj@…>
bsp/motorola_powerpc: Add dc and ukphy support - Add the dc net dev to the BSP - Add the ukphy support Closes # 4246

02/16/21:

22:39 Changeset in rtems [fac1ff1] by Ryan Long <ryan.long@…>
grspw_pkt.c: Fix Dereference before null check (CID #1399846) CID 1399846: Dereference before null check in grspw_addr_ctrl(). Closes #4253
22:15 Changeset in rtems [1fd56a96] by Ryan Long <ryan.long@…>
grtc.c: Fix Dereference before null check (CID #1399840) CID 1399840: Dereference before null check in grtc_ioctl(). Closes #4252
21:41 Changeset in rtems [4edcdf43] by Ryan Long <ryan.long@…>
b1553rt.c: Fix Deference before null check (CID #1399830) CID 1399830: Dereference before null check in rt_control(). Closes #4251
21:20 Changeset in rtems [eff3d7c] by Ryan Long <ryan.long@…>
b1553brm.c: Fix Dereference before null check (CID #1399829) CID 1399829: Dereference before null check in brm_control(). Closes #4250
21:00 Ticket #4254 (shell.c: Dereference before null check error spotted by Coverity) created by Ryan Long
CID 1467420: Dereference before null check in …
20:54 Ticket #4253 (grspw_pkt.c: Dereference before null check error spotted by Coverity) created by Ryan Long
CID 1399846: Dereference before null check in grspw_addr_ctrl(). […]
20:50 Ticket #4252 (grtc.c: Dereference before null check error spotted by Coverity) created by Ryan Long
CID 1399840: Dereference before null check in grtc_ioctl(). […]
20:46 Ticket #4251 (b1553rt.c: Dereference before null check error spotted by Coverity) created by Ryan Long
CID 1399830: Dereference before null check in rt_control(). […]
20:43 Ticket #4250 (b1553brm.c: Dereference before null check error spotted by Coverity) created by Ryan Long
CID 1399829: Dereference before null check in brm_control(). […]
20:30 Tickets #4247,​4248 batch updated by Chris Johns <chrisj@…>
fixed: In 2f56b737/rtems: […]
11:58 Changeset in rtems [a7e180b] by Sebastian Huber <sebastian.huber@…>
rtems: Avoid potential recursion in ASR handling Do the mode changes necessary for the ASR processing directly under protection of the thread state lock to avoid the recursive calls to thread dispatching done in rtems_task_mode(). Close #4244.
11:58 Changeset in rtems [08adc0d] by Sebastian Huber <sebastian.huber@…>
rtems: Add _Modes_Apply_timeslice_to_thread() Update #4244.
09:27 Changeset in rtems [8778a0e] by Sebastian Huber <sebastian.huber@…>
rtems: New errors for rtems_signal_catch() Ensure that no invalid modes are set during ASR processing. Update #4244.
07:15 Changeset in rtems [f6a97f5] by Sebastian Huber <sebastian.huber@…>
rtems: Simplify signal handling Remove superfluous ASR_Information::signals_posted. Move code out of trivial inline functions. Update #4244.
06:48 Changeset in rtems [a52e5d9] by Sebastian Huber <sebastian.huber@…>
rtems: Remove unused ASR_Information::nest_level Update #4244.
06:47 Changeset in rtems [9d5d73b] by Sebastian Huber <sebastian.huber@…>
rtems: Remove unused _Modes_Change() Update #4244.
06:47 Changeset in rtems [600360d] by Sebastian Huber <sebastian.huber@…>
rtems: Remove unused _Modes_Mask_changed() Update #4244.
05:24 Ticket #4249 (fix mkimage.py script type processing) closed by Andre Nahrwold <andre.nahrwold@…>
fixed: In e621fd9/rtems-tools: […]
05:21 Ticket #4249 (fix mkimage.py script type processing) created by Chris Johns
The explaination is taken from André on the user list: Hello, …
04:19 Ticket #4248 (PowerPC shared ISA IRQ support is broken (cloned)) created by Chris Johns
Cloned from #4239: ---- The PowerPC shared ISA IRQ management in …
04:18 Ticket #4247 (Change motorola_powerpc bsp to support irq-generic (cloned)) created by Chris Johns
Cloned from #4238: ---- Update the motorola_powerpc to support …
01:07 Ticket #4246 (Add libbsd DC NIC support to mvme2700 board) created by Chris Johns
Add support for the Tulip NIC to LibBSD for the MVME 2700 (the …

02/15/21:

23:00 Changeset in rtems-libbsd [3f1e128]6-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd/bus: Add PCI support to the nexus bus - Add PCI IO region support - Add support map buffers to PCI address space - Add BSP conditional IO space support. Some PC implementations have PCI IO space mapped differently to memory space and this needs to be reflected in the busspace. - Include bsp.h to pick per BSP configuration. Closes #4245
23:00 Changeset in rtems-libbsd [afb3616]5-freebsd-12 by Chris Johns <chrisj@…>
rtemsbsd/bus: Add PCI support to the nexus bus - Add PCI IO region support - Add support map buffers to PCI address space - Add BSP conditional IO space support. Some PC implementations have PCI IO space mapped differently to memory space and this needs to be reflected in the busspace. - Include bsp.h to pick per BSP configuration. Closes #4514
22:27 Changeset in rtems [026eb3db] by Chris Johns <chrisj@…>
powerpc/motorola_powerpc: Add cache coherent memory to the allocator Updates #4245 Updates #4243
22:04 Changeset in rtems [23aad64] by Chris Johns <chrisj@…>
powerpc/motorola_powerpc: Enable bus PCI support in LibBSD Updates #4245
22:01 Changeset in rtems [6e3c6e04] by Chris Johns <chrisj@…>
powerpc/io: Make [out/in] le and be calls conditional - These calls clash with the Linux IO header in LibBSD. Making these conditional here means BSPs build and the imported Linux header is untouched. Updates #4245
22:01 Changeset in rtems [cfef84a0]5 by Chris Johns <chrisj@…>
powerpc/io: Make [out/in] le and be calls conditional - These calls clash with the Linux IO header in LibBSD. Making these conditional here means BSPs build and the imported Linux header is untouched. Updates #4245
22:01 Changeset in rtems [85df127] by Chris Johns <chrisj@…>
powerpc/shared: Fix warnings in i8259 PIC code.
21:28 Ticket #4245 (Add PCI regions support to RTEMS nexus bus support) created by Chris Johns
The RTEMS Nexus bus support in LibBSD assumes a linear address map …
21:14 Tickets #4238,​4239 batch updated by Chris Johns <chrisj@…>
fixed: In e1676c1/rtems: […]
16:51 Changeset in rtems [bbc9974a] by Kinsey Moore <kinsey.moore@…>
cpukit: Explicitly enforce alignment requirements According to commentary on GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99143, the alignment behavior of linker sections on which RTEMS has relied was never guaranteed to be consistent across platforms and any alignment requirements for linker sections needs to be enforced explicitly. This adds those explicit alignment requirements. Closes #4255.
15:37 Changeset in rtems-central [cca0d48] by Sebastian Huber <sebastian.huber@…>
spec: Fix barrier specification
15:05 Changeset in rtems [9951cee] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: RTEMS_DEBUG stack alignment faults Run with stack alignment faults enabled under RTEMS_DEBUG to catch any stack misalignments early. This makes it easier to track them down should they ever occur.
13:02 Changeset in rtems [3e7d658] by Sebastian Huber <sebastian.huber@…>
validation: Add signal manager tests Update #4244.
13:02 Changeset in rtems-central [b70d121] by Sebastian Huber <sebastian.huber@…>
spec: Specify signal manager
12:57 Changeset in rtems [97825da] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify object services documentation Unify the wording across similar directives of other managers. Update #3993.
12:57 Changeset in rtems [7a1828ac] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify IO manager documentation Unify the wording across similar directives of other managers. Update #3993.
10:12 Changeset in rtems-libbsd [ea5d0c7]5-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Add to build system Closes #4263
09:22 Changeset in rtems-central [84f8f3f] by Sebastian Huber <sebastian.huber@…>
spec: Document signal manager
09:17 Changeset in rtems-libbsd [b3cdf0e]5-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
ehci_pci: Import from freebsd-org see #4263
08:15 Changeset in rtems-central [342e41d] by Sebastian Huber <sebastian.huber@…>
spec: Add test suite
08:14 Changeset in rtems [f38c0de4] by Sebastian Huber <sebastian.huber@…>
validation: Add Validation1 test suite Update #4244.
06:46 Ticket #4244 (Possible infinite recursion in Classic API Signal handling) created by Sebastian Huber
Due to implementation flaws, there may be an infinite recursion in the …

02/13/21:

06:22 Ticket #4243 (rtems_cache_coherent_allocate fallback is to return heap memory) created by Chris Johns
The rtems_cache_coherent_allocate() call in libcsupport uses the …
01:25 Changeset in rtems [53abbbd0] by Chris Johns <chrisj@…>
powerpc/shared: Fix warnings
01:23 Changeset in rtems [86f031d4] by Chris Johns <chrisj@…>
powerpc/motorola_powerpc: Fix tm27 warnings
01:22 Changeset in rtems [b5aef78] by Chris Johns <chrisj@…>
score: Fix warning in thread queue ops

02/12/21:

23:13 Ticket #4241 (rtems-debugger-threads.c: Three Dereference before null check errors ...) closed by Ryan Long <ryan.long@…>
fixed: In f65d3384/rtems: […]
23:13 Ticket #4240 (rtems-debugger-target.c: Dereference before null check spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 3f4cdd8/rtems: […]
23:13 Ticket #4237 (consolesimpletask.c: Two Unchecked Return Values Spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In 14f5a05/rtems: […]
21:32 Ticket #4242 (rtems-debugger-threads.c: Three Dereference before null check errors ...) closed by Joel Sherrill
duplicate
21:30 Ticket #4242 (rtems-debugger-threads.c: Three Dereference before null check errors ...) created by Ryan Long
CID 1468681: Dereference before null check in …
21:29 Ticket #4241 (rtems-debugger-threads.c: Three Dereference before null check errors ...) created by Ryan Long
CID 1468681: Dereference before null check in …
20:55 Ticket #4240 (rtems-debugger-target.c: Dereference before null check spotted by Coverity) created by Ryan Long
CID 1468682: swbreaks is assigned a value dereferenced from target …
20:38 Changeset in rtems [14f5a05] by Ryan Long <ryan.long@…>
consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765) CID 1437625: Unchecked return value from call to rtems_task_create(). CID 1472765: Unchecked return value from call to rtems_task_start(). Closes #4237.
20:09 Changeset in rtems [426154f] by Chris Johns <chrisj@…>
cputkit/rtems: Remove warning
19:35 Changeset in rtems [2f56b737]5 by Chris Johns <chrisj@…>
Update motorola_power to irq-generic interrupt management - Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an opt in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by porting fixes from the i386 (PC) BSP Closes #4247 Closes #4248
19:35 Changeset in rtems [e1676c1] by Chris Johns <chrisj@…>
Update motorola_power to irq-generic interrupt management - Add support to the BSP to enable irq-generic management - Update the powerpc shared irq code to support irq-generic. This is an opt in option for existing powerpc bsps. This change should be simpler now - Fix a number of issues in ISA IRQ controller handling by porting fixes from the i386 (PC) BSP Closes #4238 Closes #4239
19:35 Ticket #4239 (PowerPC shared ISA IRQ support is broken) created by Chris Johns
The PowerPC shared ISA IRQ management in i8259s.c is broken. It …
19:27 Ticket #4238 (Change motorola_powerpc bsp to support irq-generic) created by Chris Johns
Update the motorola_powerpc to support irq-generic moving the IRQ …
18:50 Changeset in rtems [f65d3384] by Ryan Long <ryan.long@…>
rtems-debugger-threads.c: Fix three Dereference before null check errors CID 1468681: Dereference before null check in rtems_debugger_thread_continue(). CID 1468690: Dereference before null check in rtems_debugger_thread_system_resume(). CID 1468694: Dereference before null check in rtems_debugger_thread_find_index(). Closes #4241.
18:43 Changeset in rtems [3f4cdd8] by Ryan Long <ryan.long@…>
rtems-debugger-target.c: Fix Dereference before null check (CID #1468682) CID 1468682: swbreaks is assigned a value dereferenced from target before it has been verified that target is not null. Closes #4240.
18:39 Changeset in rtems [cc273ec1] by Ryan Long <ryan.long@…>
Add macros to assert status and use it These macros are to be used to check the status from calls that are flagged by Coverity as 'Unchecked return value'. Fix file assert.h
18:19 Ticket #4237 (consolesimpletask.c: Two Unchecked Return Values Spotted by Coverity) created by Ryan Long
CID 1437625: Unchecked return value from call to rtems_task_create(). …
16:44 TBR/BSP/Csb637 edited by Ayushman Mishra
(diff)

02/11/21:

16:23 Changeset in rtems-tools [7189172] by Andre Nahrwold <andre.nahrwold@…>
misc: tools: fix mkimage.py script type processing
16:23 Changeset in rtems-tools [e621fd9]5 by Andre Nahrwold <andre.nahrwold@…>
misc: tools: fix mkimage.py script type processing Closes #4249
Note: See TracTimeline for information about the timeline view.