Timeline



01/31/23:

15:58 Changeset in rtems-source-builder [6685718] by Kinsey Moore <kinsey.moore@…>
Revert github tarball hash changes GitHub? has reverted the change that caused all these tarball hashes to change and so we follow suit.
05:20 Ticket #4565 (medit malloc problem of RTEMS5.1) closed by Chris Johns <chrisj@…>
fixed: In b7f1fa2f/rtems: […]
05:20 Ticket #4564 (close_editor problem of RTEMS4.13/5.1) closed by Chris Johns <chrisj@…>
fixed: In 45f60cf/rtems: […]
05:20 Ticket #4558 (chmod problem in shell of RTEMS4.13/RTEMS5.1) closed by Chris Johns <chrisj@…>
fixed: In 2243fd6/rtems: […]
05:17 Ticket #4835 (medit malloc problem of RTEMS (cloned)) closed by Chris Johns <chrisj@…>
fixed: In edea93c/rtems: […]
05:17 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) closed by Chris Johns <chrisj@…>
fixed: In 3ad2789/rtems: […]
00:20 Ticket #4836 (Ongoing operation of RTEMS infrastructure.) created by Amar Takhar
Depending on the month it can take anywhere from 25-45 hours per month …

01/30/23:

22:54 Changeset in rtems-source-builder [30b2905] by Kinsey Moore <kinsey.moore@…>
devel/gnu-default-tools: Use correct include path Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
22:46 Ticket #4555 (Remove aarch64 and microblaze from RSB on 5 branch) closed by Joel Sherrill <joel@…>
fixed: In 9144a4a/rtems-source-builder: […]
22:38 Changeset in rtems-source-builder [5c01a44] by Kinsey Moore <kinsey.moore@…>
Update hashes for github-sourced tarballs Github has changed the way it generates on-the-fly tarball requests which has changed the hashes of the resulting tarballs. This adjusts the affected tarball hashes as a stop-gap until a more permanent solution can be devised.
17:29 Changeset in rtems-source-builder [afaeda7] by Kinsey Moore <kinsey.moore@…>
dtc: Add patch to build for ticket 4783 This patch resolves a build error with dtc on cygwin until upstream adopts a fix.
14:40 Changeset in rtems-source-builder [9144a4a]55.3 by Joel Sherrill <joel@…>
Remove aarch64 and microblaze from RSB on 5 branch Closes #4555.
03:46 Ticket #4835 (medit malloc problem of RTEMS (cloned)) created by chenjin_zhong
Cloned from #4565: ---- I find malloc function is called by move_gap …
03:43 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) created by chenjin_zhong
Cloned from #4564: ---- Hi, I find when close editor in shell …
03:11 Changeset in rtems [b7f1fa2f]55.3 by Chris Johns <chrisj@…>
libmisc/shell/edit: Return if no memory in move_gap Closes #4565
03:11 Changeset in rtems [edea93c] by Chris Johns <chrisj@…>
libmisc/shell/edit: Return if no memory in move_gap Closes #4835
02:59 Changeset in rtems [3ad2789] by Chris Johns <chrisj@…>
libmisc/shell/edit: Fix closing the editor Closes #4834
02:59 Changeset in rtems [45f60cf]5 by Chris Johns <chrisj@…>
libmisc/shell/edit: Fix closing the editor Closes #4564
02:37 Changeset in rtems [2243fd6]5 by Chris Johns <chrisj@…>
libmisc/shell/chmod: Fix multiple file arguments to the command Closes #4558

01/28/23:

09:56 Changeset in rtems [45393975] by Sebastian Huber <sebastian.huber@…>
score: Help static analysis in thread init Add an assert to _Thread_Initialize_scheduler_and_wait_nodes() which may help a static analyzer. Use a do/while loop since we have at least one scheduler. Update #4832.

01/27/23:

23:44 Changeset in rtems [29a3ad1b] by Joel Sherrill <joel@…>
grlib: Fix snprintf() overflow warnings from gcc 12 Updates #4662.
23:36 Ticket #4833 (grlib/pci/grpci2dma.c Warnings Require Insight to Resolve Properly) created by Joel Sherrill
These are warnings which may be new from gcc 12. It will take someone …
21:51 Changeset in rtems [6fa3a3b] by Alex White <alex.white@…>
spec: Fix XPS_SYS_CTRL_BASEADDR default value The default value for XPS_SYS_CTRL_BASEADDR was given as an int rather than an iterable.
19:27 Ticket #4832 (CLANG flagged error) closed by Sebastian Huber
wontfix: Functions starting with an underscore are reserved for the RTEMS implementation and not a part of the API. Adding an _Assert(x != NULL) to pointer parameters of internal functions in general makes no sense. I reviewed the related clang analysis. The problem is that clang doesn't know that _Scheduler_Count is greater than zero.
18:32 Changeset in rtems-source-builder [fcf1c9f] by Kinsey Moore <kinsey.moore@…>
rtems-tools-6.cfg: Bring in rtems-syms TLS fix Update the rtems-tools hash to include the fix for rtems-syms that enables application-hosted TLS variables in loadable modules.
16:13 Ticket #4832 (CLANG flagged error) created by Daniel Páscoa
Description: SPAMR/CLANG point out to a possible deference to a …
16:11 Ticket #4831 (#pragmas to ignore warnings) created by Daniel Páscoa
Description: There are #pragmas to ignore warnings but comments …
16:11 Ticket #4830 (Output value not assigned) created by Daniel Páscoa
Description: The call of the function …
16:10 Ticket #4829 (Unclear comments) created by Daniel Páscoa
Description: Incorrect use of left/right in comments. Consider …
16:09 Ticket #4828 (Macro defined but magic number used instead) created by Daniel Páscoa
Description: Each register has a dedicated SHIFT macro, however, …
16:07 Ticket #4827 (Section left to be fixed in kern_tc.c and tls.h (FIXME)) created by Daniel Páscoa
Description: This section requires review. Please determine if …
13:59 Ticket #4826 (Software Engineering Guide has broken Reference) created by Joel Sherrill
Section 3, RTEMS Stakeholders, has a single paragraph which renders …

01/26/23:

19:40 FundingProjects edited by Amar Takhar
Use keywords to find projects instead of direct IDs (diff)
19:23 Changeset in rtems [a2360c4] by Joel Sherrill <joel@…>
cpukit/rtems/src/partcreate.c: Correct style by adding braces
18:20 Changeset in rtems [ada805ea] by Kinsey Moore <kinsey.moore@…>
bsps/nand: Update Xilinx NAND driver This resovles gcc warnings by updating to the latest Xilinx NAND controller driver.
18:18 Changeset in rtems [4c0a2d4] by Kinsey Moore <kinsey.moore@…>
cpukit/dev/can: Resolve warnings in 64bit builds This resolves various gcc warnings in AArch64 LP64 builds of the CAN framework.

01/25/23:

21:07 FundingProjects edited by Amar Takhar
Fixed Funded query. (diff)
17:34 Ticket #4825 (Issue building stack using RTEMS quick start guide) created by Prakhar Agrawal
In section 2.3 of the quick start guide …
14:15 Ticket #4821 (Ubuntu Host Instructions Wrong) closed by Joel Sherrill <joel@…>
fixed: In 68a44b2/rtems-docs: […]
12:43 Changeset in rtems [aff6af1] by Sebastian Huber <sebastian.huber@…>
Clarify hardpps() parameter name and comment Since 32c203577a5e by phk in 1999 (Make even more of the PPSAPI implementations generic), the "nsec" parameter of hardpps() is a time difference and no longer a time point. Change the name to "delta_nsec" and adjust the comment. Remove comment about a clock tick adjustment which is no longer in the code. Pull Request: https://github.com/freebsd/freebsd-src/pull/640 Reviewed by: imp
00:08 Changeset in rtems-docs [68a44b2] by Joel Sherrill <joel@…>
user/hosts/posix.rst: Update Ubuntu instructions to 22.x Closes #4821.

01/24/23:

18:24 Ticket #4822 (Function returning unchanged function input) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 48f693a9/rtems: […]
15:53 Changeset in rtems [48f693a9] by Sebastian Huber <sebastian.huber@…>
score: Remove unused return value Several SMP message processing functions returned a value. This value was always unused. Close #4822.
15:16 Ticket #4824 (Move mqueue.h to newlib) created by Joel Sherrill
Ensure it is compatible with Cygwin as part of moving.
15:16 Ticket #4823 (Move dlfcn.h to newlib) created by Joel Sherrill
Ensure it is compatible with Cygwin as part of moving.
11:35 Ticket #4822 (Function returning unchanged function input) created by Daniel Páscoa
Description: These functions appear to be returning their input …
10:54 Changeset in rtems-central [e052be1] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
10:54 Changeset in rtems-central [067079d] by Sebastian Huber <sebastian.huber@…>
spec: Update group names
10:40 Changeset in rtems [5156cd69] by Sebastian Huber <sebastian.huber@…>
build: Add dl11 to libdl test exclude list
10:26 Ticket #4820 (Hazardous cast) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 10ee41a8/rtems: […]
10:26 Ticket #4818 (Incomplete Statement in “cpu->heir”) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9ecb73f/rtems: […]

01/23/23:

23:41 Ticket #4821 (Ubuntu Host Instructions Wrong) created by Joel Sherrill
The current instructions were reported to be as being broken in email. …
21:57 GSoC/2023 created by Gedare Bloom
Import from 2022
21:55 GSoC edited by Gedare Bloom
Archive 2022 and Start 2023 pages (diff)
20:49 Ticket #4634 (Fix hash for glib-2.48) closed by Gedare Bloom
fixed
14:48 Changeset in rtems [d36070f] by Sebastian Huber <sebastian.huber@…>
intr: Add Interrupt Manager implementation group The shared BSP interrupt controller support code actually implements parts of the Interrupt Manager. Update #3706.
14:33 Changeset in rtems [0340fd9] by Sebastian Huber <sebastian.huber@…>
cpuuse: Use standard wording and group name Use standard wording in CPU usage reporting files.
14:26 Changeset in rtems [6136e28b] by Sebastian Huber <sebastian.huber@…>
clockdrv: Add clock driver implementation group Use standard wording in Clock Driver related files. Update #3706.
13:56 Changeset in rtems [10ee41a8] by Sebastian Huber <sebastian.huber@…>
tm27: Avoid function pointer casts Add TM27_USE_VECTOR_HANDLER to select the interrupt handler type used by the <tm27.h> implementation. Close #4820.
13:17 Changeset in rtems [9ecb73f] by Sebastian Huber <sebastian.huber@…>
score: Clarify code block Do not use a chained assignment for code clarity. Close #4818.
11:45 Ticket #4820 (Hazardous cast) created by Daniel Páscoa
Description: Converting a function pointer to a different type of …
11:43 Ticket #4819 (Unclear #IF 1 Clause in File: Possible Error) created by Daniel Páscoa
Description: It has been noticed that the noted file contains an …
11:42 Ticket #4818 (Incomplete Statement in “cpu->heir”) created by Daniel Páscoa
Description: The assignment statement "cpu->heir = " is …
11:41 Ticket #4817 (Wrong output type) created by Daniel Páscoa
Description: The function's return value does not match the …
11:39 Ticket #4816 (Wrong data type) created by Daniel Páscoa
Description: There are several issues with the function …
11:37 Ticket #4815 (Function defined in header file) created by Daniel Páscoa
Description: The functions found in the file …
11:35 Ticket #4814 (Incorrect Copyright License Information) created by Daniel Páscoa
Description: The copyright license text for this work is not in …
10:46 Ticket #4642 (RSB: log.py tends to remove relevant error messages) closed by Frank Kühndel <frank.kuehndel@…>
fixed: In b3b53c52/rtems-source-builder: […]
10:09 Ticket #4813 (Inaccurate comments at the beginning of file) created by Daniel Páscoa
Description: Inconsistency between Source Code Description and …
10:07 Ticket #4812 (Discrepancy between Code and Comments) created by Daniel Páscoa
Description: Inconsistency between Function Description and …
10:04 Ticket #4811 (Non-compliant Comments with Templates) created by Daniel Páscoa
Description: It has been identified that the comments are not …
10:02 Ticket #4810 (Unfinished TODO section) created by Daniel Páscoa
Description: The TODO section appears to be incomplete, with …
10:00 Ticket #4809 (Incorrect Formatting of "!" Statements) created by Daniel Páscoa
Description: The usage of the "!" operator in statements may …
09:58 Ticket #4808 (Incorrect Formatting of "if", "while", or "for" Statements) created by Daniel Páscoa
Description: As outlined in the RTEMS Engineering document, there …
09:55 Ticket #4807 (Two consecutive paragraphs) created by Daniel Páscoa
Description: As per the RTEMS Engineering document, there should …
08:52 Ticket #4806 (Header Source files format "extern C" missing) created by Daniel Páscoa
Description: The Header source files format "extern C" is missing …
08:45 Ticket #4805 (SPDX Licenses and Header File Formatting) created by Daniel Páscoa
Special note: This ticket pertains to ISVV findings numbered …
07:58 Changeset in rtems-central [e74f2d6] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
07:58 Changeset in rtems-central [ad7874c] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems-docs
07:56 Changeset in rtems [434d11b] by Martin Erik Werner <martinerikwerner.aac@…>
rtems: Fix typo
07:51 Changeset in rtems-central [0a6f813] by Sebastian Huber <sebastian.huber@…>
spec: Fix typo
00:18 FundingProjects edited by Amar Takhar
Update summary for 'Project 2' (diff)

01/22/23:

23:02 Changeset in rtems [ff3a87c1] by Martin Erik Werner <martinerikwerner.aac@…>
score: Fix minor Rhe->The typo in doxygen
22:07 Ticket #4804 (broadcasting message to single task with higher importance priority ...) created by Martin Erik Werner
When a task with lower importance priority broadcasts a single message …
18:32 Changeset in rtems [4f274b6] by Sebastian Huber <sebastian.huber@…>
powerpc: Increase MAS0 ESEL width For example, the QorIQ T4240 has more than 16 TLB1 entries.
15:56 FundingProjects edited by Amar Takhar
Add a 3rd level. (diff)
15:55 FundingProjects edited by Amar Takhar
Add a couple of possible projects. (diff)
00:04 Changeset in rtems-docs [c4df72c] by Martin Erik Werner <martinerikwerner.aac@…>
c-user/message/directives.rst: byes->bytes typo

01/20/23:

22:37 Ticket #4803 (Revert or Mark CAN API as experimental) created by Gedare Bloom
The CAN API done in GSoC 2022 is not stable. There are some key …
15:06 Changeset in rtems-source-builder [b3b53c52] by Frank Kühndel <frank.kuehndel@…>
RSB: Mitigate too short error reports Close #4642
00:08 Ticket #4802 (Resolve TLS relocations for arches that support DL) created by Kinsey Moore
The change in the toolchain that moved to TLS symbols in newlib has …

01/19/23:

18:45 Changeset in rtems-central [65cd24d] by Andrew Butterfield <Andrew.Butterfield@…>
formal: fix licenses
17:27 Ticket #3892 (RTEMS Python Standardisation -- Pure Python project.) closed by Amar Takhar
invalid: No longer relevant maybe in the future.
17:24 Ticket #4576 (Internal server error while attaching files to tickets.) closed by Amar Takhar
invalid: Disk may have been full? Can't replicate looked at logs from around this time.
17:24 Ticket #4276 (Add Account for Jan Sommer) closed by Amar Takhar
fixed: Completed.
17:23 Ticket #3169 (Trac view change set results in a Trac error.) closed by Amar Takhar
fixed: This was a bug that was fixed a very long time ago. The hash itself is wrong.
17:21 FundingProjects edited by Amar Takhar
Add modified field. (diff)
17:21 Ticket #2262 (psxhdr Improvements) closed by Joel Sherrill
fixed: This has been done and the last comment cites another ticket which should be checked.
17:21 MyTickets edited by Amar Takhar
Add modified field. (diff)
16:36 Ticket #3565 (Or1k tools do not build.) closed by Amar Takhar
invalid
16:36 Ticket #3564 (Epiphany tools do not build.) closed by Amar Takhar
invalid
16:35 Ticket #3563 (Epiphany does not build.) closed by Amar Takhar
invalid
16:35 Ticket #3556 (Not all repositories are on located on git.rtems.org) closed by Amar Takhar
invalid: Not an issue anymore? We can revisit this if necessary.
16:32 Ticket #2620 (Setup Buildbot) closed by Amar Takhar
invalid: Close this in lieu of #4791
16:29 Ticket #4801 (V&V containerised builds) created by Amar Takhar
* Fully downloadable static path builds. * Complete toolchain, tool …
16:26 Ticket #4800 (Toolchain builds) created by Amar Takhar
* Rebuild toolchains daily with latest upstream changes * Make tools …
16:25 Ticket #4799 (CI dashboard) created by Amar Takhar
* Customised dashboard for community members to keep track of builds …
16:24 Ticket #4798 (Expanded hardware testing) created by Amar Takhar
* Add more hardware platforms * Add multiples of single platforms …
16:23 Ticket #4797 (Security enhancements) created by Amar Takhar
* Enhance security please contact the project for further details.
16:22 Ticket #4796 (Ansible for infrastructure maintenance) created by Amar Takhar
* Put all servers under Ansible for automated maintenance * Vault …
16:20 Ticket #4795 (Update Mailman to v3) created by Amar Takhar
* Move from Mailman v2 to v3 for security and usability purposes * …
16:20 Ticket #4794 (Migrate www.rtems.org) created by Amar Takhar
* On ancient version of Drupal that requires a lot of work * Migrate …
16:01 Ticket #4793 (Expand Gitlab CI and integration) created by Amar Takhar
* Further expand CI integration between BuildBot and developers * …
15:59 Ticket #4792 (Migrate all data from trac to Gitlab) created by Amar Takhar
* Export all ticket data to Gitlab * Export user data to Gitlab we …
15:58 Ticket #4791 (Update BuildBot) created by Amar Takhar
* Update for latest RTEMS * Hardware testing * Connect to Gitlab * …
15:27 Ticket #4790 (Setup Gitlab instance) created by Amar Takhar
* Setup Gitlab to handle patch submissions and CI. * Require a …
15:23 Ticket #4789 (Better Github mirroring) created by Amar Takhar
* Current setup is stable but annoying to update * Check for any …
15:22 Ticket #4788 (Update firewalls) created by Amar Takhar
* Update firewalls to latest FreeBSD 13.1 * Firewalls are dual …
15:19 FundingProjects edited by Amar Takhar
Sorting by priority was the right way to do it. (diff)
15:17 FundingProjects edited by Amar Takhar
Add a note about donation options and the OSL. (diff)
15:14 Changeset in rtems [0045634] by Sebastian Huber <sebastian.huber@…>
build: Update PyYAML to 5.4.1
15:14 FundingProjects edited by Amar Takhar
Make the table a little clearer, sort by severity. (diff)
15:11 Ticket #4787 (Update Trac) created by Amar Takhar
* Our Trac install is very old this needs updating * Many modules are …
15:02 Ticket #4786 (Formalise backups) created by Amar Takhar
* Currently we use more than one system for backups formalise all of …
14:59 Ticket #4785 (Setup log rotation to prevent service disruptions) created by Amar Takhar
* rtems.org receives a lot of attacks which can generate several GB of …
14:47 FundingProjects edited by Amar Takhar
Add a nice note. (diff)
14:46 FundingProjects edited by Amar Takhar
Switch to fancy tables. (diff)
14:43 FundingProjects edited by Amar Takhar
Change tag. (diff)
14:42 Ticket #4784 (Update servers to latest FreeBSD 13.1) created by Amar Takhar
This list of tasks is not exhaustive there are many other changes that …
14:38 FundingProjects created by Amar Takhar
Initial page.
14:34 WikiStart edited by Amar Takhar
Resolve the migration tickets and orphan the page. (diff)
14:32 Ticket #2320 (rtems ftp server) closed by Amar Takhar
invalid: No longer relevant.
14:31 Ticket #2196 (Too many ticket components) closed by Amar Takhar
worksforme: We are at 8 years now and it's still not changed. :) I think we're good!
14:30 Ticket #2197 (Fix broken wiki tables) closed by Amar Takhar
worksforme: Search no longer finds any examples so I can only assume these are fixed I can't find any.
14:29 Ticket #2200 (Missing IRC logs) closed by Amar Takhar
invalid: We are not using IRC anymore officially but there is a bot in #rtems on irc.libera.chat.

01/18/23:

16:24 Changeset in rtems [1da87d6] by Kinsey Moore <kinsey.moore@…>
spec: Install NandPsu? headers correctly These headers were mistakenly placed in the root of the installed BSP include directory. They should be in dev/nand.
11:43 Changeset in rtems-central [94ba704] by Sebastian Huber <sebastian.huber@…>
formal: Remove bogus character

01/17/23:

19:35 Ticket #4782 (Correct Issues in Rate Monotonic Manager Background Section) closed by Joel Sherrill
fixed
19:13 Ticket #4781 (RAP generated for ARM/AArch64 DL06 test won't read correctly with rtems-rap) reopened by Kinsey Moore
This was incorrectly closed by an unrelated commit.
15:57 Changeset in rtems [f36d8b1] by Kinsey Moore <kinsey.moore@…>
spec: Fix Xilinx support YAML licenses This should use the CC 4.0 license to match the rest of the tree.
15:18 Ticket #4781 (RAP generated for ARM/AArch64 DL06 test won't read correctly with rtems-rap) closed by Joel Sherrill <joel@…>
fixed: In f48f79d/rtems-docs: […]
14:45 Changeset in rtems-docs [0b0dd79] by Sebastian Huber <sebastian.huber@…>
eng: Use a recommendation for requirement texts Update #3715.
14:14 Changeset in rtems-docs [f690480] by Sebastian Huber <sebastian.huber@…>
eng: Add reason to test program state
14:14 Changeset in rtems-docs [f3811f2] by Sebastian Huber <sebastian.huber@…>
eng: Improve build option default values Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
14:13 Changeset in rtems-docs [dc2ea30] by Sebastian Huber <sebastian.huber@…>
eng: Add more flags to build group item
14:10 Changeset in rtems-central [b91e7f2] by Sebastian Huber <sebastian.huber@…>
spec: Improve build option default values Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
14:09 Changeset in rtems-central [dfd57e9] by Sebastian Huber <sebastian.huber@…>
spec: Add reason to test program state
09:11 Changeset in rtems [5b12443] by Sebastian Huber <sebastian.huber@…>
build: Fix copyright statement format
08:46 Changeset in rtems [70e2990c] by Sebastian Huber <sebastian.huber@…>
build: Remove bogus attribute
Note: See TracTimeline for information about the timeline view.