Timeline



02/11/22:

15:05 Ticket #4612 (Locking Protocols for Multiprocessors) created by Kuan
== Introduction To prevent race conditions or data corruption during …
07:53 Ticket #4611 (BSP/atsam: UART driver sends data with a small gap) created by Christian Mauderer
Cloned from #4610: ---- The ATSAM UART waits for data to be …
07:53 Ticket #4610 (BSP/atsam: UART driver sends data with a small gap) created by Christian Mauderer
The ATSAM UART waits for data to be completely send before queuing the …
07:43 Ticket #4494 (pppd broken if serial driver can't handle big data) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 2ce166bd/rtems-libbsd: […]
07:42 Ticket #4493 (pppd broken if serial driver can't handle big data) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 17ac5a8/rtems-libbsd: […]
07:38 Ticket #4591 (BSP/Atsam: I2C driver doesn't return errors on NACK) closed by Christian Mauderer <christian.mauderer@…>
fixed: In f7a204e/rtems: […]
07:37 Ticket #4592 (BSP/Atsam: I2C driver doesn't return errors on NACK) closed by Christian Mauderer <christian.mauderer@…>
fixed: In 0074c9ec/rtems: […]
03:49 Ticket #4609 (support for DMA access) created by ostyche
we modify the IDE hard disk drive architecture, improve the IDE hard …
03:47 Ticket #4608 (Added support for Intel 82580) created by ostyche
Added support for Intel 82580 NIC drives.The relevant file path is …
03:44 Ticket #4607 (support for SATA(AHCI) drives) created by ostyche
Added support for SATA(AHCI) drives.The relevant file path is …
03:43 Ticket #4606 (TFTP server protocols) created by ostyche
RTEMS doesn’t support TFTP server protocols.
03:42 Ticket #4605 (TFTP client protocols) created by ostyche
RTEMS doesn’t support TFTP client protocols.
03:41 Ticket #4604 (Telnet client protocols) created by ostyche
RTEMS doesn’t support Telnet client protocols
03:39 Ticket #4603 (Added support for Intel I210) created by ostyche
Added support for Intel I210 NIC(Network Interface Card) drives.The …
03:37 Ticket #4602 (support commands such as rename) created by ostyche
We modify the FTP server code to support commands such as rename.The …
03:32 Ticket #4601 (support for 64KB clusters DOSFS) created by ostyche
Added support for 64KB clusters in DOSFS.The relevant file path is …
03:30 Ticket #4600 (non-alignment exception) created by ostyche
We improved the exception handling mechanism under the MIPS …
03:25 Ticket #4599 (support pmu under MIPS platform) created by ostyche
Added support for PMU(Performance Monitoring Unit) under MIPS …
03:22 Ticket #4598 (about MIPS architecture support) created by ostyche
Added support for the board support package of Loongson Technology …
03:19 Changeset in rtems [c43e39ed] by hongnanli <hongnan.li@…>
fs/jffs2: fix comments mentioning i_mutex inode->i_mutex has been replaced with inode->i_rwsem long ago. Fix comments still mentioning i_mutex. Signed-off-by: hongnanli <hongnan.li@…> Signed-off-by: Richard Weinberger <richard@…>

02/10/22:

16:03 Changeset in rtems [ea1a4fd2] by Kinsey Moore <kinsey.moore@…>
cpukit/libdebugger: Add pure swbreak capability Add a capability that allows for implementations that operate purely using software breaks. Due to this implementation method, software breaks must not be restored until just before returning control to the thread itself and will be handled by the implementation through thread switch and interrupt hooks.

02/09/22:

20:39 Ticket #4597 (Cobra Static Analyzer and RTEMS) created by Joel Sherrill
Cobra https://github.com/nimble-code/Cobra is a static analysis tool …
14:54 Ticket #3879 (Coverity reports out of bounds access in bsps/shared/irq/irq-server.c) closed by Joel Sherrill
fixed: Coverity is no longer reporting this. Closing.
14:52 Ticket #4167 (Coverity Scan Does Not Run on rtems6) closed by Joel Sherrill
fixed: Didn't get closed last time.
14:25 Ticket #4596 (Provide SPARC greth Network Drivers for libbsd) created by Joel Sherrill
The SPARC BSPs currently support the greth driver only for the legacy …
14:23 Ticket #4595 (Provide SPARC greth Network Drivers for lwip) created by Joel Sherrill
The SPARC BSPs currently support the greth driver only for the legacy …
13:46 console-io.c attached to NewTicket by ostyche
13:45 cfb_console.c attached to NewTicket by ostyche
13:40 Ticket #4594 (about MIPS architecture) created by ostyche
Added support for the board support package of Loongson Technology …

02/08/22:

19:50 Ticket #4593 (Add support for renode.io Simulator) created by Joel Sherrill
[Renode.io] is a simulator geared toward System on Chips and testing. …
18:58 Changeset in rtems [924993a] by Kinsey Moore <kinsey.moore@…>
cpukit/libdebugger: Avoid missed swbreak removal It is possible to remove software breaks without actually restoring the original instruction to memory. When this happens, the original instruction is lost. This ensures that the original instruction is restored when a software break is removed.
09:50 Ticket #4592 (BSP/Atsam: I2C driver doesn't return errors on NACK) created by Christian Mauderer
Cloned from #4591: ---- At the moment the I2C driver of the ATSAM …
09:50 Ticket #4591 (BSP/Atsam: I2C driver doesn't return errors on NACK) created by Christian Mauderer
At the moment the I2C driver of the ATSAM doesn't return an error if a …

02/07/22:

23:02 Developer/OpenProjects edited by Gedare Bloom
IRC -> Discord (diff)
15:10 Changeset in rtems [8f1e8f8f] by Sebastian Huber <sebastian.huber@…>
kern_ntptime.c: Port to RTEMS Remove previous adjtime() implementation. Update #2348.
14:37 Changeset in rtems [91057b3] by Sebastian Huber <sebastian.huber@…>
kern_ntptime.c: Import from FreeBSD The file was imported from this repository: https://github.com/freebsd/freebsd.git This commit was used: commit 3ec0dc367bff27c345ad83240625b2057af391b9 Author: Sebastian Huber <sebastian.huber@…> Date: Mon Feb 7 14:16:16 2022 -0700 kern_ntptime.c: Remove ntp_init() The ntp_init() function did set a couple of global objects to zero. These objects are in the .bss section and already initialized to zero during kernel or module loading. Update #2348.
03:15 Changeset in rtems-libbsd [ee4fb53]6-freebsd-12 by Jennifer Averett <jennifer.averett@…>
if_xae: Import from FreeBSD
03:12 Changeset in rtems-libbsd [40b9c6c]6-freebsd-12 by Alex White <alex.white@…>
if_xae: Port to RTEMS
03:11 Changeset in rtems-libbsd [d10228d]6-freebsd-12 by Jennifer Averett <jennifer.averett@…>
Add MicroBlaze? support

02/04/22:

19:14 Ticket #4590 (Make Stack Checker Error Handler Configurable) created by Joel Sherrill
Currently, the stack checker has a built in error reporting method …
18:43 WikiStart edited by Gedare Bloom
Replace student to reflect new focus of GSoC (diff)
18:41 Developer/OpenProjects edited by Gedare Bloom
Replace student with contributor to reflect new focus upstream. (diff)
18:39 GSoC/2022 edited by Gedare Bloom
Replace student with contributor to reflect new focus upstream. (diff)
18:38 GSoC/GettingStarted edited by Gedare Bloom
Replace student with contributor to reflect new focus upstream. (diff)
18:36 GSoC edited by Gedare Bloom
Replace student with contributor to reflect new focus upstream. (diff)

02/03/22:

20:18 Developer/OpenProjects edited by Gedare Bloom
add keywords to full list (diff)
20:17 Developer/OpenProjects edited by Gedare Bloom
add large/small for libbsd (diff)
20:14 Developer/OpenProjects edited by Gedare Bloom
add large/small for statistics (diff)
20:12 Developer/OpenProjects edited by Gedare Bloom
add large/small for executive (diff)
20:10 Developer/OpenProjects edited by Gedare Bloom
add large/small for API (diff)
20:05 Developer/OpenProjects edited by Gedare Bloom
add large/small for ecosystem (diff)
19:33 Developer/OpenProjects edited by Gedare Bloom
add large/small for testing (diff)
19:26 Developer/OpenProjects edited by Gedare Bloom
add large/small for BSP category (diff)
18:50 Changeset in rtems-source-builder [54a0428] by Alex White <alex.white@…>
microblaze: Add GCC patch to define ELF This fixes compilation errors in rtems-libbsd.
17:49 Changeset in rtems-tools [5c80f30] by Joel Sherrill <joel@…>
rtems-bsps.ini: Correct spelling of aarch64
15:20 Ticket #4589 (Define __ELF__ for MicroBlaze) created by Alex White
GCC currently does not define __ELF__ which is needed to …
08:39 Changeset in rtems [974d24f8] by Christian Mauderer <christian.mauderer@…>
bsp/atsam/i2c: Simplify driver Do some clean ups. Remove superfluous variables. Eliminate some overly complex logic (information about transfer and remaining bytes has been tracked redundantly in multiple variables). This patch doesn't change the behavior of the driver. Update #4592
08:39 Changeset in rtems [f71c620f]5 by Christian Mauderer <christian.mauderer@…>
bsp/atsam/i2c: Simplify driver Do some clean ups. Remove superfluous variables. Eliminate some overly complex logic (information about transfer and remaining bytes has been tracked redundantly in multiple variables). This patch doesn't change the behavior of the driver. Update #4591
08:38 Changeset in rtems [0074c9ec] by Christian Mauderer <christian.mauderer@…>
bsp/atsam/i2c: Add error return and fix edge cases The driver didn't return with an error on (for example) a NACK on the bus. This adds the expected error return. Due to the new case that a transfer can be interrupted on an error, there were some new edge cases. This patch therefore also fixes these edge cases by removing the transfer_state that more or less duplicated the interrupt states. Fixes #4592
08:38 Changeset in rtems [f7a204e]5 by Christian Mauderer <christian.mauderer@…>
bsp/atsam/i2c: Add error return and fix edge cases The driver didn't return with an error on (for example) a NACK on the bus. This adds the expected error return. Due to the new case that a transfer can be interrupted on an error, there were some new edge cases. This patch therefore also fixes these edge cases by removing the transfer_state that more or less duplicated the interrupt states. Fixes #4591

02/01/22:

09:32 Changeset in rtems-libbsd [0c3609e] by Sebastian Huber <sebastian.huber@…>
openssl02: Add missing include
09:32 Changeset in rtems-libbsd [8703913]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
openssl02: Add missing include

01/28/22:

23:12 Changeset in rtems [17e05426] by Kinsey Moore <kinsey.moore@…>
cpukit/microblaze: Simplify dispatch assembly The dispatch code was unnecessarily saving and restoring an extra interrupt frame. This avoids the extra frame and folds the dispatch call into a fallthrough to the interrupt frame restoration code.
22:45 Changeset in rtems [c6d8d1cb] by Kinsey Moore <kinsey.moore@…>
cpukit/microblaze: Clarify interrupt frame usage Avoid use of magic numbers in favor of named constants and add MSR to the interrupt frame so that thread dispatch can occur on exceptions as well.
13:58 Changeset in rtems-docs [383b600] by Sebastian Huber <sebastian.huber@…>
eng: Add rtems-central.git post branch procedures
13:58 Changeset in rtems-docs [fff7d6a] by Sebastian Huber <sebastian.huber@…>
eng: Fix indentation
13:35 Changeset in rtems-docs [2924bf7] by Sebastian Huber <sebastian.huber@…>
eng: Update version number handling
07:42 Changeset in rtems [20ca3b09] by Sebastian Huber <sebastian.huber@…>
sparc: Mark dl06 as expected fail
Note: See TracTimeline for information about the timeline view.