Timeline



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

02/10/21:

16:56 Changeset in rtems-central [c83ad41] by Sebastian Huber <sebastian.huber@…>
spec: Document missing parameter
16:09 Changeset in rtems-libbsd [1bb4a56] by Christian Mauderer <christian.mauderer@…>
STM32H7: Add SDMMC driver Update #4372
16:09 Changeset in rtems-libbsd [e0fcb31]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
STM32H7: Add SDMMC driver Update #4372
15:51 Changeset in rtems-docs [6985800] by Sebastian Huber <sebastian.huber@…>
c-user: Move deprecated/removed directives This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
15:41 Changeset in rtems-docs [261491f] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify object services documentation Unify the wording across similar directives of other managers. Update #3993.
15:41 Changeset in rtems-docs [e357ccf] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify IO manager documentation Unify the wording across similar directives of other managers. Update #3993.
15:04 Changeset in rtems-central [0da6598] by Sebastian Huber <sebastian.huber@…>
spec: Use EARS syntax
09:55 Changeset in rtems-central [718f1b5] by Sebastian Huber <sebastian.huber@…>
interface: Support glossary plurals
08:53 Changeset in rtems-central [414479f] by Sebastian Huber <sebastian.huber@…>
interfacedoc: Substitute brief descriptions
08:52 Changeset in rtems-central [1842597] by Sebastian Huber <sebastian.huber@…>
spec: Document clock manager
06:36 Ticket #4234 (powerpc/motorola_shared display current RTEMS on boot) closed by Chris Johns <chrisj@…>
fixed: In 388bd805/rtems: […]
06:36 Ticket #4233 (MVME 2600/2700 has no console output (cloned)) closed by Chris Johns <chrisj@…>
fixed: In 6d9843e/rtems: […]
06:30 Ticket #3982 (Test failures on BSPs with sbrk() support) closed by Chris Johns <chrisj@…>
fixed: In 03dff201/rtems: […]
05:58 Changeset in rtems-central [b97b24e] by Sebastian Huber <sebastian.huber@…>
spec: Specify RTEMS_ALIGNOF()
05:57 Changeset in rtems-central [7379ab8] by Sebastian Huber <sebastian.huber@…>
spec: Fix clock interface placement order
05:44 Changeset in rtems [bf3b9f45] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify partition manager documentation Unify the wording across similar directives of other managers. Update #3993.
05:43 Changeset in rtems [be603721] by Sebastian Huber <sebastian.huber@…>
basedefs: Add RTEMS_ALIGNOF()

02/09/21:

13:14 Changeset in rtems-libbsd [e256668]6-freebsd-12 by Kinsey Moore <kinsey.moore@…>
nexus: Add ZynqMP SLCR driver Add a System Level Control Register driver for the Xilinx Zynq Ultrascale+ MPSoC with basic clock control functionality for use with the Cadence GEM. This also removes the Zynq-7000 clock control weakref from compilation depending on the BSP in use.
12:22 Ticket #4236 (bsps/zynq: termios not working correctly for stdin) created by Jan Sommer
The termios test application does not work correctly for Zynq based …
09:35 Changeset in rtems-docs [45d3811] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify partition manager documentation
09:34 Changeset in rtems-central [267b7cd] by Sebastian Huber <sebastian.huber@…>
spec: Add constraints to create/delete
07:45 Changeset in rtems-central [aeb6b2a] by Sebastian Huber <sebastian.huber@…>
spec: Rename constraint
07:44 TBR/BSP/Edb7312 edited by Ayushman Mishra
(diff)
07:35 Changeset in rtems-central [71c8f7c] by Sebastian Huber <sebastian.huber@…>
spec: Add constraints to semaphore manager
07:26 Changeset in rtems-central [eb6dd90] by Sebastian Huber <sebastian.huber@…>
items: Fix item used for the UID mapping
07:17 Changeset in rtems [570992dc] by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Re-license to BSD-2-Clause Change license to BSD-2-Clause according to file history. Update #3053.
07:10 TBR/BSP/Beagleboard edited by Ayushman Mishra
(diff)
01:48 Changeset in rtems [03dff201] by Chris Johns <chrisj@…>
libcsupport: Add sbrk greedy support to consume all sbrk memory - Move the heap sbrk code into a separate routnine. - Update heap and workspace greedy allocators to use the common sbrk greedy support. Closes #3982

02/08/21:

22:33 Ticket #3982 (Test failures on BSPs with sbrk() support) reopened by Chris Johns
This ticket is being reopened and extended to cover other greedy implementation. There is also rtems_workspace_greedy_allocate() and friends.
14:01 Changeset in rtems-docs [174444f] by Sebastian Huber <sebastian.huber@…>
eng: Update test case item Update #3715.
10:58 Changeset in rtems-central [a958978] by Sebastian Huber <sebastian.huber@…>
spec: Fix references
09:04 Changeset in rtems-libbsd [d902785] by Kristof Provost <kp@…>
Widen ifnet_detach_sxlock coverage Widen the ifnet_detach_sxlock to cover the entire vnet sysuninit code. This ensures that we can't end up having the vnet_sysuninit free the UDP pcb while the detach code is running and trying to purge the UDP pcb. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D28530
09:04 Changeset in rtems-libbsd [ee823c1]6-freebsd-12 by Kristof Provost <kp@…>
Widen ifnet_detach_sxlock coverage Widen the ifnet_detach_sxlock to cover the entire vnet sysuninit code. This ensures that we can't end up having the vnet_sysuninit free the UDP pcb while the detach code is running and trying to purge the UDP pcb. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D28530
07:57 Changeset in rtems-central [a2370a9] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
06:47 Ticket #3982 (Test failures on BSPs with sbrk() support) closed by Chris Johns <chrisj@…>
fixed: In 7ca3b28/rtems: […]
06:27 Changeset in rtems [7ca3b28] by Chris Johns <chrisj@…>
libcsupport: Have greedy allocations use consume extended memory - Call the heap extend handler until all memory has been requested. Closes #3982
02:12 Ticket #4222 (Add a per mount flag to not create a node on O_CREAT in open) closed by Chris Johns <chrisj@…>
fixed: In 822cad89/rtems: […]
00:47 Ticket #4235 (MVME 2600/2700 has no console output (cloned)) created by Chris Johns
Cloned from #4231: ---- A single character is output then nothing …

02/07/21:

23:26 Ticket #4231 (MVME 2600/2700 has no console output) closed by Chris Johns <chrisj@…>
fixed: In 450e238/rtems: […]
03:00 Ticket #4234 (powerpc/motorola_shared display current RTEMS on boot) created by Chris Johns
The boot messages display the RTEMS version. Display the current …
02:58 Ticket #4233 (MVME 2600/2700 has no console output (cloned)) created by Chris Johns
Cloned from #4231: ---- A single character is output then nothing …

02/06/21:

20:35 Ticket #4232 (Timeout for automatic barriers is broken (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ef1ac8af/rtems: […]
20:03 Ticket #4232 (Timeout for automatic barriers is broken (cloned)) created by Sebastian Huber
Cloned from #4230: ---- A barrier wait timeout at an automatic …
20:03 Changeset in rtems [450e238] by Chris Johns <chrisj@…>
powerpc/shared: ISA bus bridge fails to enable the openpic irq - The call to enable the openpic irq for the ISA bridge fails because the IRQ used is offset by the ISA bus signals and the openpic call expects an IRQ relative to its signals. - Add the MVME 2600/2700 to the list of boards with an ISA bridge. Closes #4231
20:03 Changeset in rtems [6d9843e]5 by Chris Johns <chrisj@…>
powerpc/shared: ISA bus bridge fails to enable the openpic irq - The call to enable the openpic irq for the ISA bridge fails because the IRQ used is offset by the ISA bus signals and the openpic call expects an IRQ relative to its signals. - Add the MVME 2600/2700 to the list of boards with an ISA bridge. Closes #4233
19:56 Ticket #4230 (Timeout for automatic barriers is broken) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 96ea09ac/rtems: […]
19:33 Ticket #4231 (MVME 2600/2700 has no console output) created by Chris Johns
A single character is output then nothing further. Tests output using …
17:40 Changeset in rtems [8b32f1d] by G S Niteesh Babu <niteesh.gs@…>
bsps/shared/ofw: Bug fixes Fixed bugs in rtems_ofw_get_prop, rtems_ofw_get_prop_len and removed hardcoded value.
17:40 Changeset in rtems [6da50db] by G S Niteesh Babu <niteesh.gs@…>
bsps/shared/ofw: Make rtems_ofw_get_effective_phandle iterative Refactored recursive rtems_ofw_get_effective_phandle into a iterative function.
17:40 Changeset in rtems [066687c4] by G S Niteesh Babu <niteesh.gs@…>
bsps/shared/ofw: Use strlcpy instead of strncpy Changed rtems_ofw_get_prop to use strlcpy instead of strncpy to ensure the buffer is null terminated incase of overflow.
17:40 Changeset in rtems [c4985b77] by G S Niteesh Babu <niteesh.gs@…>
bsps/shared/ofw: Fix coverity reported defects Fixed use after free and null pointer dereference defects FIXES: 1) CID 1472601 (NULL_RETURNS) 2) CID 1472600 (USE_AFTER_FREE) 3) CID 1472599 (USE_AFTER_FREE) 4) CID 1472598 (USE_AFTER_FREE) 5) CID 1472596 (USE_AFTER_FREE) The below two defects have to marked false positive 1) CID 1472597 (ARRAY_VS_SINGLETON) 2) CID 1472595 (ARRAY_VS_SINGLETON)
14:07 Developer/OpenProjects edited by Gedare Bloom
clarify instructions a little bit (diff)

02/05/21:

15:05 Changeset in rtems [788fa86] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_get_thread_timer_state()
13:35 Changeset in rtems [96ea09ac] by Sebastian Huber <sebastian.huber@…>
score: Add barrier thread queue operations This fixes a missing decrement of the number of waiting threads during a barrier wait timeout. Close #4230.
13:35 Changeset in rtems [ef1ac8af]5 by Sebastian Huber <sebastian.huber@…>
score: Add barrier thread queue operations This fixes a missing decrement of the number of waiting threads during a barrier wait timeout. Close #4232.
13:19 Changeset in rtems [2b5ce23b] by Sebastian Huber <sebastian.huber@…>
score: Constify Thread_queue_First_operation Update #4230.
13:19 Changeset in rtems [5861e42]5 by Sebastian Huber <sebastian.huber@…>
score: Constify Thread_queue_First_operation Update #4232.
13:13 Changeset in rtems [9477d9ae] by Sebastian Huber <sebastian.huber@…>
score: Make FIFO thread queue ops public Update #4230.
13:13 Changeset in rtems [cc2a237]5 by Sebastian Huber <sebastian.huber@…>
score: Make FIFO thread queue ops public Update #4232.
12:57 Ticket #4230 (Timeout for automatic barriers is broken) created by Sebastian Huber
A barrier wait timeout at an automatic barrier doesn't decrement the …
09:15 Changeset in rtems [fafc923] by Sebastian Huber <sebastian.huber@…>
validation: Tweak construct error tests Unify the state names across tests and make sure the state names have a similar length.
08:58 Changeset in rtems-central [c1dd4fe] by Sebastian Huber <sebastian.huber@…>
spec: Tweak construct errors
06:49 Changeset in rtems-source-builder [61dcade] by Sebastian Huber <sebastian.huber@…>
7: Update tool chain
06:49 Changeset in rtems-source-builder [c836943] by Sebastian Huber <sebastian.huber@…>
6: Update tool chain

02/04/21:

13:27 Changeset in rtems [65ab1cda] by Christian Mauderer <christian.mauderer@…>
bsps/arm/imxrt: Add FDT and FDT helper for QTMR Makes it simpler to access the QTMR in an application via a FDT name or link in an application specific FDT entry.
13:17 Changeset in rtems-central [e39087c] by Sebastian Huber <sebastian.huber@…>
validation: Add check brief descriptions
12:52 Changeset in rtems-central [d3ae7a9] by Sebastian Huber <sebastian.huber@…>
validation: Add action brief descriptions
12:35 Changeset in rtems [e59efd8] by Sebastian Huber <sebastian.huber@…>
validation: Tests for barrier manager
12:34 Changeset in rtems-central [6859d21] by Sebastian Huber <sebastian.huber@…>
content: Discard empty C comment blocks
12:22 Changeset in rtems-central [f8cd977] by Sebastian Huber <sebastian.huber@…>
spec: Rename test case action attributes The new attribute keys make it easier to write test cases.
12:16 Changeset in rtems-central [25d5b72] by Sebastian Huber <sebastian.huber@…>
validation: Do not pass NULL context
09:51 Changeset in rtems-central [a95eaf1] by Sebastian Huber <sebastian.huber@…>
validation: Move actions to separate functions
09:07 Changeset in rtems-central [1e5eb0f] by Sebastian Huber <sebastian.huber@…>
validation: Remove prologue/epilogue in test cases
09:06 Changeset in rtems-central [44a5c59] by Sebastian Huber <sebastian.huber@…>
validation: Fix coding style
09:04 Changeset in rtems-central [a531687] by Sebastian Huber <sebastian.huber@…>
spec: Use quoted string for string with tabs
08:36 Changeset in rtems-central [62869a5] by Sebastian Huber <sebastian.huber@…>
spec: Remove comments
07:16 Changeset in rtems-central [a4a93be] by Sebastian Huber <sebastian.huber@…>
spec: Avoid test prologue/epilogue in test cases
06:48 Changeset in rtems-central [5591cc2] by Sebastian Huber <sebastian.huber@…>
validation: Add context and fixture to test case
06:20 Changeset in rtems-central [e45117d] by Sebastian Huber <sebastian.huber@…>
validation: Avoid empty test context instance
05:39 Changeset in rtems-central [de8cc93] by Sebastian Huber <sebastian.huber@…>
spec: Specify barrier manager

02/03/21:

21:34 Changeset in rtems [a26a326] by Eshan dhawan <eshandhawan51@…>
Test suite for FTW.H methods Signed-off-by: Eshan Dhawan <eshandhawan51@…>
17:31 Changeset in rtems-docs [2032382] by Gedare Bloom <gedare@…>
common/waf: fix some typos
17:27 Changeset in rtems-docs [3e1ac91] by G S Niteesh Babu <niteesh.gs@…>
user: remove old build system cmd
17:24 Changeset in rtems-docs [4563bb6] by Gedare Bloom <gedare@…>
common: use bibtex_bibfiles for newer bibtex Closes #4229.
16:21 Changeset in rtems [c9ceff9] by Sebastian Huber <sebastian.huber@…>
validation: Add tests for rtems_build_name()
12:35 Changeset in rtems-central [57f0a5d] by Sebastian Huber <sebastian.huber@…>
validation: Improve no default entry error message
12:15 Changeset in rtems-central [105a4b0] by Sebastian Huber <sebastian.huber@…>
validation: Improve duplicate error msg
11:03 Changeset in rtems-central [5c03af1] by Sebastian Huber <sebastian.huber@…>
validation: Improve non-existant state error msg
10:38 Changeset in rtems-central [43567dd] by Sebastian Huber <sebastian.huber@…>
validation: Improve non-existant state error msg
10:19 Changeset in rtems-central [5a1eea6] by Sebastian Huber <sebastian.huber@…>
validation: Improve no states error message
09:22 Changeset in rtems-central [bc91d31] by Sebastian Huber <sebastian.huber@…>
validation: Improve test program error message
06:04 Changeset in rtems-central [87d2238] by Sebastian Huber <sebastian.huber@…>
spec: Improve wording
06:03 Changeset in rtems-central [62ec48e] by Sebastian Huber <sebastian.huber@…>
spec: Use constraints for event manager
05:31 Changeset in rtems-docs [4d9b0b4] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify timer manager documentation Unify the wording across similar directives of other managers. Add "CONSTRAINTS" section. Update #3993.
05:17 Ticket #4228 (rtems_build_name() depends on the signedness of char type) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 98549e45/rtems: […]
05:08 Changeset in rtems [aa0060f4] by Sebastian Huber <sebastian.huber@…>
rtems: Clarify partition manager documentation Unify the wording across similar directives of other managers. Add "Constraints" paragraph. Update #3993.

02/02/21:

15:18 Ticket #4229 (conf.py files need updated for sphinxcontrib-bibtex ver. 2.0.0 and greater) created by Ryan Long
I followed the instructions in the README, but I still ran across this …
14:51 Changeset in rtems-central [11b65c5] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_build_name()
14:40 Changeset in rtems [98549e45] by Sebastian Huber <sebastian.huber@…>
score: _Objects_Build_name() signed/unsigned char Change _Objects_Build_name() so that the result is independent of the signedness of char. Close #4228.
14:35 Ticket #4228 (rtems_build_name() depends on the signedness of char type) created by Sebastian Huber
The rtems_build_name() is implemented by: {{{!c #define …
13:42 Changeset in rtems-docs [95e2f93] by Sebastian Huber <sebastian.huber@…>
c-user: Clarify object services Add a "Constraints" paragraph to the documentation. Use function prototypes for the directives. Update #3993.
13:23 Changeset in rtems [8a95e6f8] by Sebastian Huber <sebastian.huber@…>
rtems: Rework object services API Add a "Constraints" paragraph to the documentation. Provide prototypes for programming language bindings. Use the macro implementation to implement the corresponding functions. Update #3993.
13:18 Changeset in rtems-central [e82333a] by Sebastian Huber <sebastian.huber@…>
content: Discard empty Doxygen blocks
13:05 Changeset in rtems-central [ccf799f] by Sebastian Huber <sebastian.huber@…>
interface*: Document only params with description
12:05 Changeset in rtems-central [e3fd090] by Sebastian Huber <sebastian.huber@…>
spec: Clarify object services
11:15 Changeset in rtems [ca68cfc8] by Sebastian Huber <sebastian.huber@…>
rtems: Avoid duplicated implemenation Use the rtems_clock_get_ticks_per_second() macro to implement the rtems_clock_get_ticks_per_second() function.
10:13 Changeset in rtems-central [5f3d145d] by Sebastian Huber <sebastian.huber@…>
spec: Do not document optimization macro Having multiple documentations for the same global name confuses Doxygen.
08:05 Changeset in rtems-central [2c0696f] by Sebastian Huber <sebastian.huber@…>
spec: Clarify object identification
06:54 Changeset in rtems-central [0be8a70] by Sebastian Huber <sebastian.huber@…>
spec: Document barrier directives
Note: See TracTimeline for information about the timeline view.