[PATCH] config: Remove CONFIGURE_CONFDEFS_DEBUG

2018-12-13 Thread Sebastian Huber
This configuration option was undocumented and not really helpful. To debug issues in it is better to save the preprocessesd file (GCC "-save-temps" option) and use the GCC "-Wp,-dD" pre-processor option. --- cpukit/include/rtems/confdefs.h | 59 - 1 file

Re: GCI Tasks Staus

2018-12-13 Thread Sebastian Huber
On 12/12/2018 22:03, Joel Sherrill wrote: On Tue, Dec 11, 2018 at 11:26 PM Sebastian Huber > wrote: - Am 12. Dez 2018 um 4:52 schrieb joel j...@rtems.org : > On Tue, Dec 11, 2018 at 2:11 AM Sebastian Huber <

[PATCH v4] Add new COPYING file

2018-12-13 Thread Sebastian Huber
Update #3053. --- v2: Add Hesham Almatary: https://devel.rtems.org/ticket/3053#comment:6 v3: Add Jiri Gaisler: https://devel.rtems.org/ticket/3053#comment:7 I am not sure about the first contribution year. v4: Add GCI contributors: Abhimanyu Raghuvanshi Himanshu Sekhar Nayak Jacob Shin Mar

Re: SIS MP success

2018-12-13 Thread Chris Johns
On 13/12/2018 20:30, Sebastian Huber wrote: > On 13/12/2018 09:16, Jiri Gaisler wrote: >>> I use the SIS every day for RTEMS development and test suite runs. The >>> SMP support would be a very valuable for RTEMS development. If we can >>> get also code coverage from it, then it would be perfect. >

psxhdrs: Some minor fix (GCI 2018)

2018-12-13 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch for minor fix in psxhdrs. Thanks Himanshu From a32bdd166d8c5e8b104d9085c62b8efedfdd2a38 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Fri, 14 Dec 2018 00:53:11 +0530 Subject: [PATCH] Some minor fix on psxhdrs --- testsuites/psxtests/psxhdrs/semaphore/sem_open.c | 5

psxhdrs: Changed the Copyright license to BSD-2-Clause

2018-12-13 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch for copyright license for psxhdrs header file done during GCI 2018. Thanks Himanshu ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GCI psxhdrs Tasks Clean Up

2018-12-13 Thread Marçal
Awesome! I think this patch to update the licenses in the files I wrote with the old license has to be merged: https://lists.rtems.org/pipermail/devel/2018-December/024064.html Marçal (Sal) On Thu, Dec 13, 2018 at 4:53 PM Joel Sherrill wrote: > Hi > > I think I a have finished reviewing and most

GCI psxhdrs Tasks Clean Up

2018-12-13 Thread Joel Sherrill
Hi I think I a have finished reviewing and most of the time merging every psxhdrs patch that is outstanding. Here is what I think is left to do: + Some of you owe a patch to move the license in the file to BSD-2 license as request. + A couple of patches needing correction and I sent them back.

Re: psxhdrs: Copyright license changed to BSD-2 for all test files.

2018-12-13 Thread Joel Sherrill
I just pushed this. Thanks! --joel On Thu, Dec 13, 2018 at 9:25 AM Shashvat Jain wrote: > hello, > Under this patch i changed all the copyright license in the tests in > header files math.h , utime.h , sys/ipc.h and fmtmsg.h to the BSD-2. > > Thank you > Regards > > --Shashvat > >

Re: [PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h

2018-12-13 Thread Joel Sherrill
I changed tabs to spaces but that was all. Pushed. Thanks. --joel On Wed, Dec 12, 2018 at 7:04 PM Jacob Shin wrote: > 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

Re: [PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h

2018-12-13 Thread Joel Sherrill
I replaced tabs with spaces and correct indentation in a couple of places. I also fixed a minor typo. Pushed. Thanks. On Wed, Dec 12, 2018 at 6:46 PM Jacob Shin wrote: > The Google Code-In finished before I could submit this, so I thought I > would submit this instead of letting it go to wast

Re: POSIX Signature Test for sys/shm.h (GCI2018)

2018-12-13 Thread Joel Sherrill
This is another one not currently supported by RTEMS. I filed a ticket. You need to provide a patch that updates the license in all your submissions. Merged. Thanks. On Wed, Dec 12, 2018 at 9:35 AM Abhimanyu Raghuvanshi < abhimanyuraghuvansh...@gmail.com> wrote: > Patch attached > > ==

Re: POSIX Signature Test for utmpx.h (GCI2018)

2018-12-13 Thread Joel Sherrill
Again this is one not suppported by RTEMS. I filed a ticket and referenced it. Also, this needs the license updated. Please. :) Merged with the ticket addressed. Thanks --joel On Wed, Dec 12, 2018 at 8:25 AM Abhimanyu Raghuvanshi < abhimanyuraghuvansh...@gmail.com> wrote: > Patch Attached > =

Re: POSIX Signature Test for sys/statvfs.h (GCI2018)

2018-12-13 Thread Joel Sherrill
RTEMS does not support this so I went ahead and filed the ticket to track adding this support. Thanks. --joel On Wed, Dec 12, 2018 at 8:16 AM Abhimanyu Raghuvanshi < abhimanyuraghuvansh...@gmail.com> wrote: > Patch attached > > = > From 2c4927cf98fee6818d98c95106c938a175

Re: SIS MP success

2018-12-13 Thread Sebastian Huber
On 13/12/2018 09:16, Jiri Gaisler wrote: I use the SIS every day for RTEMS development and test suite runs. The SMP support would be a very valuable for RTEMS development. If we can get also code coverage from it, then it would be perfect. I can look at the coverage support. Is there a standardi

[PATCH] build: Remove ampolish3

2018-12-13 Thread Sebastian Huber
Update #3254. --- ampolish3 | 274 - c/src/aclocal/project-root.m4 | 2 - c/src/aclocal/rtems-ampolish.m4| 10 - c/src/lib/libbsp/powerpc/mvme3100/configure.ac | 4 - cpukit/aclocal/rtems-ampolish.m4

Re: SIS MP success

2018-12-13 Thread Jiri Gaisler
> I use the SIS every day for RTEMS development and test suite runs. The > SMP support would be a very valuable for RTEMS development. If we can > get also code coverage from it, then it would be perfect. I can look at the coverage support. Is there a standardized format for coverage data that I