[PATCH] eng/coding-deprecating: Convert wiki page to Rest

2018-12-01 Thread Marçal Comajoan Cara
Converted https://devel.rtems.org/wiki/Developer/Coding/Deprecating to Rest, and TBDs into comments. I also corrected some errors that where present in the original wiki page and were confirmed by Joel Sherrill. This work was part of GCI 2018. --- eng/coding-deprecating.rst | 87

POSIX API Signature Compliance Tests for arpa/inet.h (GCI 2018)

2018-12-01 Thread Abhimanyu Raghuvanshi
Here is the PATCH file for the following task 送られた ABR2908 0001-POSIX-API-Signature-Compliance-Tests-for-arpa-inet.h.patch Description: Binary data ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-12-01 Thread Chris Johns
On 1/12/18 1:59 am, Vijay Kumar Banerjee wrote: > ping :)  Sorry, I missed this. It has been pushed. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] eng/coding-80cols: Convert wiki page to Rest

2018-12-01 Thread Joel Sherrill
I pushed this. If you spot issues anywhere in the conversions, just submit separate patches -- one per file. I will be slow the next few days so make sure things get merged. On Sat, Dec 1, 2018 at 11:14 AM Marçal Comajoan Cara < mcomajoanc...@gmail.com> wrote: > Converted > https://devel.rtems.o

Re: psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018)

2018-12-01 Thread Joel Sherrill
Pushed and gci task closed. On Sat, Dec 1, 2018 at 12:43 PM Himanshu Sekhar Nayak < himanshuwindows...@gmail.com> wrote: > Hi guys, > > Here is the patch for dlfcn.h file > > Thanks > Himanshu > ___ > devel mailing list > devel@rtems.org > http://lists.

Re: GCC 7.4.0 release candidate

2018-12-01 Thread Chris Johns
On 30/11/18 8:42 pm, Sebastian Huber wrote: > > a GCC 7.4.0 release candidate is available. I would like to update the RSB to > use GCC 7.4.0 for all targets which currently use GCC 7.3.0. This will change > the type int32_t from long to int. Have you tested the change on the tier 1 BSPs? Chris

psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018)

2018-12-01 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch for dlfcn.h file Thanks Himanshu From e7e742d037ceb1d67dfc6b4738df5f6932aa8156 Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Sun, 2 Dec 2018 00:11:19 +0530 Subject: [PATCH] psxhdrs: add POSIX API Signature Compliance Tests for dlfcn.h File (GCI 2018) --- testsuite

Re: psxtests: Add POSIX API support to header file

2018-12-01 Thread Joel Sherrill
Please note what the other commit messages are -- psxhdrs. :) On Sat, Dec 1, 2018 at 11:59 AM Shashvat Jain wrote: > Here is the updated patch > > On Sat, Dec 1, 2018 at 11:40 AM Shashvat Jain > wrote: > >> Hello , >> I just added the test for utime.h header files >> the patch for the change ha

Re: psxtests: Add POSIX API support to header file

2018-12-01 Thread Shashvat Jain
Here is the updated patch On Sat, Dec 1, 2018 at 11:40 AM Shashvat Jain wrote: > Hello , > I just added the test for utime.h header files > the patch for the change has been attached here, > > > Thank you > Regards > > > --Shashvat > From 4223e9957679a208b63a2490a46c07a5157171a2 Mon Sep 17 00:00

psxhdrs: add POSIX API signature tests for strings.h file (GCI 2018)

2018-12-01 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch with new commit message from psxtests to psxhdrs. Thanks Hiamanshu ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: psxtests: add POSIX API signature tests for strings.h file (GCI 2018)

2018-12-01 Thread Joel Sherrill
I'm going to be out of the house for a while but notice what I did to the commit message for the previous one. I changed it to psxhdrs. Sending the gci task back for an update On Sat, Dec 1, 2018, 10:55 AM Himanshu Sekhar Nayak < himanshuwindows...@gmail.com wrote: > Hi guys, > > Here is the pat

[PATCH] eng/coding-80cols: Convert wiki page to Rest

2018-12-01 Thread Marçal Comajoan Cara
Converted https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line to Rest, and TBDs into comments. This work was part of GCI 2018. --- eng/coding-80cols.rst | 149 +- 1 file changed, 147 insertions(+), 2 deletions(-) diff --git a/eng/coding-80

psxtests: add POSIX API signature tests for strings.h file (GCI 2018)

2018-12-01 Thread Himanshu Sekhar Nayak
Hi guys, Here is the patch file for strings.h Thanks Himanshu From 9ef5ec8e6964e3b18239a3579f998840828094ce Mon Sep 17 00:00:00 2001 From: Himanshu40 Date: Sat, 1 Dec 2018 22:22:42 +0530 Subject: [PATCH] psxtests: add POSIX API signature tests for strings.h file (GCI 2018) --- testsuites/psxt

Re: [PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Joel Sherrill
Patch was also attached to GCI site. It worked from there. Not sure what happened. But it is pushed now and GCI task closed. Thanks --joel On Sat, Dec 1, 2018 at 10:34 AM Joel Sherrill wrote: > I think you need to submit this using "git format-patch". > > Do your work on a branch and submit th

psxtests: Add POSIX API support to header file

2018-12-01 Thread Shashvat Jain
Hello , I just added the test for utime.h header files the patch for the change has been attached here, Thank you Regards --Shashvat From 1e3f81f79209606258cfb213396dadb51d1133d2 Mon Sep 17 00:00:00 2001 From: Shashvat Jain Date: Sat, 1 Dec 2018 11:34:07 -0500 Subject: [PATCH] psxtests : Add P

Re: [PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Joel Sherrill
I think you need to submit this using "git format-patch". Do your work on a branch and submit the patches on that branch. Something like: git checkout master git checkout -b am git add FILES git commit # pops up an editor to write message git format-patch -o am master # puts patch in

[PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Marçal Comajoan Cara
Convert text to a table, TBDs into comments and add missing formatting. This work was part of GCI 2018. --- eng/appendix-a.rst | 152 +++-- 1 file changed, 104 insertions(+), 48 deletions(-) diff --git a/eng/appendix-a.rst b/eng/appendix-a.rst index 633996

Per Function Section Linking Complete

2018-12-01 Thread Joel Sherrill
Hi Thanks to an industrious GCI student, all BSPs now use per-function section linking. YEAH! This means that the instructions for the GCI task are now obsolete but there maybe value in some of the text for the BSP Guide. https://devel.rtems.org/wiki/GCI/Coding/AddPerSectionSupportToBSPs I woul

Re: Implement POSIX API Signature Compliance Tests for arpa/inet.h File

2018-12-01 Thread Joel Sherrill
Yes. The structure of the psxhdrs directory is intended to mirror that of the header files themselves. So the directory should be arpa/inet. This .h file for RTEMS is part of the tools, not part of RTEMS. This is true for most POSIX .h file. --joel On Sat, Dec 1, 2018 at 8:43 AM Abhimanyu Raghuv

Re: Implement POSIX API Signature Compliance Tests for arpa/inet.h File

2018-12-01 Thread Abhimanyu Raghuvanshi
Ah thanks again, I will make sure to look at it again 送られた ABR2908 On Sat, Dec 1, 2018 at 8:02 PM Shashvat Jain wrote: > Hello Abhimanyu, > I think we will have to create a directory arpa/inet inside the psxhdrs > directory > The inet.h file is very much present there , please run the command

Re: Implement POSIX API Signature Compliance Tests for arpa/inet.h File

2018-12-01 Thread Shashvat Jain
Hello Abhimanyu, I think we will have to create a directory arpa/inet inside the psxhdrs directory The inet.h file is very much present there , please run the command "man inet" or "man inet.h" inside your rtems source tree , you will get a synopsis about the functions related to this header file.

Implement POSIX API Signature Compliance Tests for arpa/inet.h File

2018-12-01 Thread Abhimanyu Raghuvanshi
I cant find inet.h file in the Directory, if someone else could, let me know the location please 送られた ABR2908 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: RTEMS Wiki

2018-12-01 Thread Abhimanyu Raghuvanshi
Thanks alot!! and best of luck to you too!! 送られた ABR2908 On Sat, Dec 1, 2018 at 6:13 PM Shashvat Jain wrote: > Hello Abhimanyu :) > The site is now working > Good luck for your tasks > > On Sat, Dec 1, 2018 at 4:02 PM Abhimanyu Raghuvanshi < > abhimanyuraghuvansh...@gmail.com> wrote: > >> Wan

Re: RTEMS Wiki

2018-12-01 Thread Shashvat Jain
Hello Abhimanyu :) The site is now working Good luck for your tasks On Sat, Dec 1, 2018 at 4:02 PM Abhimanyu Raghuvanshi < abhimanyuraghuvansh...@gmail.com> wrote: > Wanted to enquire till when will the RTEMS Wiki remain down? I was working > on some POSIX Api Signature and English Handbook tasks

RTEMS Wiki

2018-12-01 Thread Abhimanyu Raghuvanshi
Wanted to enquire till when will the RTEMS Wiki remain down? I was working on some POSIX Api Signature and English Handbook tasks, so need wiki for that. If I could get an idea of the time when it will be up again, I willl manage my time for other non wiki tasks accordingly 送られた ABR2908 __