Re: [PATCH 2/2] c-user/clock: Fix typo

2022-11-07 Thread Chris Johns
+1 On 8/11/2022 3:26 am, Gedare Bloom wrote: > ok to both > > On Mon, Nov 7, 2022 at 3:20 AM Matthew Joyce > wrote: >> >> From: Matt Joyce >> >> --- >> c-user/clock/directives.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/c-user/clock/directives.rst b/c-user/c

Re: xz_crc64.c not compiled

2022-11-07 Thread Chris Johns
On 8/11/2022 3:23 am, Gedare Bloom wrote: > On Fri, Nov 4, 2022 at 5:05 PM Chris Johns wrote: >> >> On 5/11/2022 6:46 am, Gedare Bloom wrote: >>> On Fri, Nov 4, 2022 at 1:39 PM Joel Sherrill wrote: On Fri, Nov 4, 2022, 2:37 PM Gedare Bloom wrote: > > Hi all, > >>>

Re: Fwd: Identify 3rd party source in spec?

2022-11-07 Thread Gedare Bloom
On Mon, Nov 7, 2022 at 9:47 AM Gedare Bloom wrote: > > On Mon, Nov 7, 2022 at 2:19 AM Sebastian Huber > wrote: > > > > On 04/11/2022 21:08, Gedare Bloom wrote: > > >> Given the complexity of this tagging, I'm going to start with just the > > >> true/false approach to categorize third-party source

Re: List third party files in cpukit and testsuites

2022-11-07 Thread Gedare Bloom
The only files remaining that I haven't marked as third-party out of the original list are the ones by Till and Kevin, and the following. libdl/rtl ISA files: cpukit/libdl/rtl-mdreloc-arm.c cpukit/libdl/rtl-mdreloc-i386.c cpukit/libdl/rtl-mdreloc-m68k.c cpukit/libdl/rtl-mdreloc-riscv.c cp

Re: List third party files in cpukit and testsuites

2022-11-07 Thread Gedare Bloom
On Fri, Nov 4, 2022 at 4:24 PM Joel Sherrill wrote: > > > > On Fri, Nov 4, 2022 at 5:01 PM Gedare Bloom wrote: >> >> Out of the original list, the following are the files that have NOT >> been marked as third-party in my proof-of-concept available at >> https://git.rtems.org/gedare/rtems.git/log/

Re: Fwd: Identify 3rd party source in spec?

2022-11-07 Thread Gedare Bloom
On Mon, Nov 7, 2022 at 2:19 AM Sebastian Huber wrote: > > On 04/11/2022 21:08, Gedare Bloom wrote: > >> Given the complexity of this tagging, I'm going to start with just the > >> true/false approach to categorize third-party sources. We can do > >> something like the above in the future. > > I ha

Re: [PATCH 2/2] c-user/clock: Fix typo

2022-11-07 Thread Gedare Bloom
ok to both On Mon, Nov 7, 2022 at 3:20 AM Matthew Joyce wrote: > > From: Matt Joyce > > --- > c-user/clock/directives.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/c-user/clock/directives.rst b/c-user/clock/directives.rst > index 6e1542c..877204a 100644 > --- a/c-

Re: xz_crc64.c not compiled

2022-11-07 Thread Gedare Bloom
On Fri, Nov 4, 2022 at 5:05 PM Chris Johns wrote: > > On 5/11/2022 6:46 am, Gedare Bloom wrote: > > On Fri, Nov 4, 2022 at 1:39 PM Joel Sherrill wrote: > >> > >> > >> > >> On Fri, Nov 4, 2022, 2:37 PM Gedare Bloom wrote: > >>> > >>> Hi all, > >>> > >>> I don't see an entry in spec/build anywhere

[PATCH 1/2] eng: Fix typos

2022-11-07 Thread Matthew Joyce
From: Matt Joyce --- eng/prequalification.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/prequalification.rst b/eng/prequalification.rst index ba1840a..0dddb15 100644 --- a/eng/prequalification.rst +++ b/eng/prequalification.rst @@ -15,7 +15,7 @@ standards ty

[PATCH 2/2] c-user/clock: Fix typo

2022-11-07 Thread Matthew Joyce
From: Matt Joyce --- c-user/clock/directives.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-user/clock/directives.rst b/c-user/clock/directives.rst index 6e1542c..877204a 100644 --- a/c-user/clock/directives.rst +++ b/c-user/clock/directives.rst @@ -1222,7 +1222,7 @@ s

Re: Fwd: Identify 3rd party source in spec?

2022-11-07 Thread Sebastian Huber
On 04/11/2022 21:08, Gedare Bloom wrote: Given the complexity of this tagging, I'm going to start with just the true/false approach to categorize third-party sources. We can do something like the above in the future. I have come across one problem with my approach. Headers that aren't installed

[PATCH] config: Place init task storage area in .rtemsstack

2022-11-07 Thread Sebastian Huber
This avoids a superfluous zero initialization of the task storage area. This reduces the system initialization time. --- bsps/sh/gensh1/start/linkcmds| 12 ++-- bsps/sh/gensh2/start/linkcmds| 12 ++-- cpukit/include/rtems/confdefs/inittask.h | 3 ++- 3 fil