Attaching the patch file
===
>From 3fad278aa27a0ebbd584e4ae9eb6ab0a0d498c00 Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 13:53:05 +0530
Subject: [PATCH] POSIX Signature Test for nl_types.h (GCI2018)
---
testsuites/psxtests/Makefile.am | 5 ++-
...
After implementing the interrupt broadcast function, and stop telling
the software that there are 5 cores in the system when there really only
are 4, all tests run fine ..:-) I can run all SMP tests with a time slot
of 50 clocks except smpclock01.exe, which fails with:
*** BEGIN OF TEST SMPCLOCK
Patch attached
==
>From 54e11c76b2e112c3b0e33838d0057b335d6d4e43 Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 14:42:53 +0530
Subject: [PATCH] POSIX Signature Test for wait.h (GCI2018)
---
testsuites/psxtests/Makefile.am| 5 ++-
testsuites/psxtes
- Am 12. Dez 2018 um 10:01 schrieb Jiri Gaisler j...@gaisler.se:
> After implementing the interrupt broadcast function, and stop telling
> the software that there are 5 cores in the system when there really only
> are 4, all tests run fine ..:-)
This sounds great.
> I can run all SMP tests w
Patch attached
=
>From 2c4927cf98fee6818d98c95106c938a175b7bf58 Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 19:44:40 +0530
Subject: [PATCH] POSIX Signature Test for sys/statvfs (GCI2018)
---
testsuites/psxtests/Makefile.am | 4 ++-
.../ps
Patch Attached
==
>From 855ee6828d3ee171df52308e399749fc9bee42ed Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 19:53:35 +0530
Subject: [PATCH] POSIX Signature Test for utmpx.h (GCI2018)
---
testsuites/psxtests/Makefile.am | 9 -
testsuit
Thanks.
That was what was needed.
On Tue, Dec 11, 2018 at 6:01 PM Chris Johns wrote:
> On 11/12/18 11:52 pm, Michael Westfall wrote:
> > Hello,
> >
> > I was trying to use RSB to build the cross compiler toolchain for rtems
> 4.10 /
> > powerpc, and after a couple of hours working (mostly spent
Patch attached
>From 6555f778ab98ed138f5b3794ba81766506035a40 Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 21:03:22 +0530
Subject: [PATCH] POSIX Signature Test for sys/shm.h (GCI2018)
---
testsuites/psxtests/Makefile.am | 6 ++-
Patch attached
>From 145613daf5bea789337540e488b626077ce03bef Mon Sep 17 00:00:00 2001
From: ABR290B
Date: Wed, 12 Dec 2018 21:31:27 +0530
Subject: [PATCH] POSIX Signature Test for sys/uio.h (GCI2018)
---
testsuites/psxtests/Makefile.am | 4 ++-
On 12/12/18 10:26 AM, Sebastian Huber wrote:
> - Am 12. Dez 2018 um 10:01 schrieb Jiri Gaisler j...@gaisler.se:
>
>> After implementing the interrupt broadcast function, and stop telling
>> the software that there are 5 cores in the system when there really only
>> are 4, all tests run fine ..
Hey Abhimanyu!!
please note that all the tests must have the new license BSD-2 .
It was added recently .
here is the new license
https://devel.rtems.org/wiki/GCI/Coding/AddPOSIXMethodSignatureComplianceTests
if possible ,also submit a patch editing your previous test files with the
new license .
T
Sure thing.
ABR
On Wed, Dec 12, 2018 at 10:05 PM Shashvat Jain
wrote:
> Hey Abhimanyu!!
> please note that all the tests must have the new license BSD-2 .
> It was added recently .
> here is the new license
> https://devel.rtems.org/wiki/GCI/Coding/AddPOSIXMethodSignatureComplianceTests
> if po
Haha, by "Sure thing" I meant "Why not, will do that" :)
ABR
On Wed, Dec 12, 2018 at 10:39 PM Shashvat Jain
wrote:
> check the recent mail thread at devel.
> yes i am sure :)
> I am also working on the same :)
>
> On Wed, Dec 12, 2018 at 10:37 PM Abhimanyu Raghuvanshi <
> abhimanyuraghuvansh..
Hi
I am in standards meetings this week. I will try to review some of these
this evening in the hotel. But if I get back there too late, it won't
happen. I will try to get to these as soon as I can.
--joel
___
devel mailing list
devel@rtems.org
http://l
Thank you!
I had to make two changes:
+ NULL -> (void *) 0 since NULL is not necessarily defined without
including another .h
+ two spaces not a tab
This is now merged.
On Tue, Dec 11, 2018 at 6:30 PM Jacob Shin wrote:
> ---
> testsuites/psxtests/Makefile.am| 6 ++-
>
On Tue, Dec 11, 2018 at 11:26 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> - Am 12. Dez 2018 um 4:52 schrieb joel j...@rtems.org:
>
> > On Tue, Dec 11, 2018 at 2:11 AM Sebastian Huber <
> > sebastian.hu...@embedded-brains.de> wrote:
> >
> >> Hello,
> >>
> >> I tried to upd
Three issues that I see:
+ Update the license.
+ I fixed an unitialized variable warning for a in catclose.c with "= {0}"
+ But the worst is that nl_types.h isn't supported by RTEMS so a new
POSIX-Compliance ticket for this needs to be filed.
Please tidy up and resubmit.
Thanks.
--joel
On Wed,
This is close but has a few minor things.
Initialize infop = {0} gets rid of compilation errors on Linux.
waitid() is not prototyped by RTEMS. File a POSIX-Compliance ticket for
this and put it in the section of methods tracked by tickets.
Add a blank line before the return.
No need to initailizat
Hi,
I'm having some issues with running an RTEMS application configured with more
than 1 CPU. I'm using RTEMS5 checked out from Nov 8 (git hash
b3c624d8886db6e791babe5e0d4f8b28992e000a).
What I've done is currently modified the sample Hello World application, based
off of smp01, to print out
The Google Code-In finished before I could submit this, so I thought I would
submit this instead of letting it go to waste.
---
testsuites/psxtests/Makefile.am | 8 +++-
testsuites/psxtests/psxhdrs/sys/select/FD_CLR.c | 48
testsuites/psxtests/psxhdrs/sys
The Google Code-In finished before I could submit this, so I thought I would
submit this instead of letting it go to waste.
---
testsuites/psxtests/Makefile.am | 4 ++
testsuites/psxtests/psxhdrs/sys/msg/msgctl.c | 51
testsuites/psxtests/psxhdrs/sys/msg/msg
On 12/12/2018 17:20, Jiri Gaisler wrote:
On 12/12/18 10:26 AM, Sebastian Huber wrote:
- Am 12. Dez 2018 um 10:01 schrieb Jiri Gaisler j...@gaisler.se:
After implementing the interrupt broadcast function, and stop telling
the software that there are 5 cores in the system when there really o
On 27/11/2018 08:11, Sebastian Huber wrote:
This avoids a dependency to errno in device driver code.
Ping.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-
---
rtems-test-template/psxtest/TEST.doc | 34 +
rtems-test-template/psxtest/init.c | 35 ++
rtems-test-template/psxtest_with_thread/TEST.doc | 34 +
rtems-test-template/psxtest_with_thread/init.c | 35
24 matches
Mail list logo