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

Timeline



03/03/20:

23:22 Ticket #3893 (RSB staging changes have broken building a 3rd party package) closed by Chris Johns <chrisj@…>
fixed: In [changeset:"9e49d20a308f3f7b41b522d147ca08b0f76e6b93/rtems-source-builder" 9e49d20/rtems-source-builder]: […]
12:13 Ticket #3885 (Context switch extension is broken in SMP configurations) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"8bd4e6a55b131a1429a082a33b48b2f56a1963be/rtems-docs" 8bd4e6a/rtems-docs]: […]
10:49 Ticket #3894 (Replace the device filesystem with a specialization of the IMFS) created by Sebastian Huber
New device drivers (e.g. Termios, I2C, SPI, libbsd) use IMFS generic …
10:39 Ticket #3893 (RSB staging changes have broken building a 3rd party package) reopened by Chris Johns
The change is broken on Python 3. This has cause the m2003 snapshot to fail.
06:16 Ticket #3881 (Add API functions to map a task priority to/from a POSIX thread priority) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"ac61465d2c0a8b7d68ff5577f25c9f173b6c8d49/rtems-docs" ac61465/rtems-docs]: […]
02:12 GSoC/2020 edited by Denil Verghese
Appended my details to the table. (diff)
02:01 Ticket #3893 (RSB staging changes have broken building a 3rd party package) closed by Chris Johns <chrisj@…>
fixed: In [changeset:"abd98a2440e24f264681cbac0618a41a46ca2b56/rtems-source-builder" abd98a2/rtems-source-builder]: […]

03/02/20:

16:02 Ticket #3787 (bsps/arm/shared: Add GICv3 Implementation) closed by Kinsey Moore
fixed: This change has been committed.

03/01/20:

09:31 Ticket #3893 (RSB staging changes have broken building a 3rd party package) created by Chris Johns
The staging changes let a fully staged vertical stack to build however …

02/29/20:

01:30 Ticket #3892 (RTEMS Python Standardisation -- Pure Python project.) created by Amar Takhar
[[PageOutline(...)]] = Mentors = Amar Takhar = …

02/28/20:

16:32 Ticket #3891 (Implement pthread_getcpuclockid()) created by Joel Sherrill
The pthread_getcpuclockid() method currently returns ENOSYS. It should …
14:36 Ticket #3890 (Test needed for clock_nanosleep with CLOCK_MONOTONIC) created by Joel Sherrill
The clock_nanosleep() method can use CLOCK_MONOTONIC but there is no …
14:36 Ticket #3889 (Test needed for timer_create with CLOCK_MONOTONIC) created by Joel Sherrill
The timer_create() method can use CLOCK_MONOTONIC but there is no test …
04:26 Ticket #3812 (Released RSB has no source set for rtems-tools) closed by Chris Johns
fixed: Fixed
03:01 Ticket #3888 (Update rtems_waf in libbsd) created by Chris Johns
Update master and the 5-freebsd-12 branch.

02/27/20:

22:45 Ticket #3887 (Do not report remotes in RSB build log if --mail is used) created by Chris Johns
Do not include the remote repos in a build repo is the --mail option …
22:40 Ticket #3886 (Fail an RSB build with --mail option if a repo is not clean) created by Chris Johns
Fail a build if a user has the --mail option to post the build results …
11:22 GSoC/2020 edited by eshan dhawan
(diff)
07:49 Ticket #3569 (waf version in various rtems-repositories incompatible with python 3.7) closed by Sebastian Huber
fixed: I updated also rtems-libbd and rtems-examples (these repositories seem to be not covered by the server Git hooks).

02/26/20:

05:10 Ticket #3880 (Update sphinx_rtd_theme to 68a19ca / 0.4.3.dev0.) closed by Amar Takhar <amar@…>
fixed: In [changeset:"98451835274168ccfeb04b82d6e65dfebcec8fb6/rtems-docs" 9845183/rtems-docs]: […]
03:52 Ticket #3687 (Add architecture section support to libdl and support PowerPC's small data.) closed by Chris Johns
fixed
03:51 Ticket #3686 (Add library searching and loading to libdl) closed by Chris Johns
fixed

02/25/20:

17:40 Ticket #3885 (Context switch extension is broken in SMP configurations) created by Sebastian Huber
The context switch extensions are called during _Thread_Do_dispatch(): …
11:35 Ticket #3874 (Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"d10e3b1a7e4ffcede23c5e6ca6c79a0a2cafaaa1/rtems-docs" d10e3b1/rtems-docs]: […]
11:35 Ticket #3873 (Remove CONFIGURE_HAS_OWN_INIT_TASK_TABLE) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"3738a74014753ca37891f0725ca72ca82dd4391e/rtems-docs" 3738a74/rtems-docs]: […]
11:34 Ticket #3875 (Split up confdefs.h in component based header files) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"a78495eda2d8ef6653a06222f9786b51f722efab/rtems" a78495ed/rtems]: […]
11:33 Ticket #3876 (Remove CONFIGURE_DISABLE_SMP_CONFIGURATION) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"c7f748a100c6a92a24e726cbe1b039d04db02f32/rtems" c7f748a/rtems]: […]
11:33 Ticket #3882 (Add POSIX user environment pointer to TCB) closed by Sebastian Huber <sebastian.huber@…>
fixed: In [changeset:"ba74ebde7461b28bf0261523d4e91e7c0e17b622/rtems" ba74ebde/rtems]: […]
09:36 Ticket #3884 (RTEMS as a Guest/Manager on seL4 Microkernel) created by Hesham Almatary
Goals Host RTEMS on seL4 in a way that leverages the strengths of …
08:17 Ticket #3883 (Trace linker is broken on small-data area targets) created by Sebastian Huber
The trace linker generates some data, e.g. __rtld_trace_names. The …
06:17 Ticket #3882 (Add POSIX user environment pointer to TCB) created by Sebastian Huber
The IO library uses a POSIX key to store an optional POSIX user …

02/24/20:

12:44 Ticket #3881 (Add API functions to map a task priority to/from a POSIX thread priority) created by Sebastian Huber
Mapping task priorities to/from POSIX thread priorities is probably …
05:29 GSoC/2020 edited by eshan dhawan
(diff)

02/23/20:

01:37 Ticket #3880 (Update sphinx_rtd_theme to 68a19ca / 0.4.3.dev0.) created by Amar Takhar
I've been running this version for a while now. It should fix any …

02/21/20:

18:58 GSoC/2020 edited by Mritunjay Kumar Sharma
(diff)
14:12 Ticket #3879 (Coverity reports out of bounds access in bsps/shared/irq/irq-server.c) created by Suyash Singh
Issue at line 519 Possible reason- Instances is assigned array memory …

02/20/20:

14:12 Ticket #3878 (rtems06: All BSPs Fail to build with BSP Builder on rtems 6) created by Joel Sherrill
I think there are a couple of places in an rtems6 build of RTEMS …
01:21 Ticket #3877 (No output from joel scripts in telnet (cloned)) closed by Chris Johns <chrisj@…>
fixed: In [changeset:"4d906d6af1a7b392c6f04b1080f618360e428fef/rtems" 4d906d6a/rtems]: […]
01:21 Ticket #3870 (libc_reent set up is broken) closed by Chris Johns <chrisj@…>
fixed: In [changeset:"fe09d8d4d3c8c663217be1d1db49fb579bfdadbe/rtems" fe09d8d/rtems]: […]

02/18/20:

16:30 GSoC/2020 edited by niteesh
(diff)
16:04 GSoC/2020 edited by niteesh
(diff)
02:54 Ticket #3877 (No output from joel scripts in telnet (cloned)) created by Chris Johns
Cloned from #3859: ---- Running a joel script in a telnet session …
Note: See TracTimeline for information about the timeline view.