Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-23 Thread Vaibhav Gupta
Hello, I send a patch to add a Test suite for inttypes.h (psxinttypes01.exe) in testsuites/psxtests, few days ago. . It would be great if it can be reviewed. Thanks Vaibhav Gupta On Sat, 23 Mar, 2019, 12:12 PM Vaibhav Gupta For long double and complex methods, > I compared the given resources:

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-22 Thread Vaibhav Gupta
For long double and complex methods, I compared the given resources: https://docs.rtems.org/branches/master/posix-compliance/posix-compliance.html https://wiki.freebsd.org/Numerics . Following Function/Features are missing from newlib / RTEMS: - CMPLX - CMPLXF - CMPLXL - sincos - sincosf - sincosl

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-22 Thread Vaibhav Gupta
Ticket #2974 - Enable search.h functionality in newlib. : https://devel.rtems.org/ticket/2974 . The following declarations are missing from newlib-cygwin/newlib/libc/include/search.h: void insque(void *, void *); void *lfind(const void *, const void *, size_t *, size_t, int (*)(const void *cons

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Joel Sherrill
On Thu, Mar 21, 2019 at 9:05 AM Vaibhav Gupta wrote: > > > On Thu, Mar 21, 2019 at 6:10 PM Joel Sherrill wrote: > >> >> >> On Thu, Mar 21, 2019, 2:43 AM Vaibhav Gupta >> wrote: >> >>> Hello, >>> After series of discussions and exploring things, I got Idea about >>> various things in this projec

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
On Thu, Mar 21, 2019 at 6:10 PM Joel Sherrill wrote: > > > On Thu, Mar 21, 2019, 2:43 AM Vaibhav Gupta > wrote: > >> Hello, >> After series of discussions and exploring things, I got Idea about >> various things in this project. >> I have got Interested in following sub-tickets: >> -- #2970 - Ad

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Sebastian Huber
On 21/03/2019 14:14, Joel Sherrill wrote: On Thu, Mar 21, 2019 at 7:52 AM Sebastian Huber > wrote: On 21/03/2019 13:39, Joel Sherrill wrote: > > >      * >         -- pselect() from >      * >         -- sockatmark() fro

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Joel Sherrill
On Thu, Mar 21, 2019 at 7:52 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 21/03/2019 13:39, Joel Sherrill wrote: > > > > > > * > > -- pselect() from > > * > > -- sockatmark() from > > > > Sebastian.. are these not in the new tcpip stack? > > They

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Sebastian Huber
On 21/03/2019 13:39, Joel Sherrill wrote: * -- pselect() from * -- sockatmark() from Sebastian.. are these not in the new tcpip stack? They are declared in the header files. They are not included in libbsd, but this should be an issue. -- Sebastian Huber, embed

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Joel Sherrill
On Thu, Mar 21, 2019, 2:43 AM Vaibhav Gupta wrote: > Hello, > After series of discussions and exploring things, I got Idea about various > things in this project. > I have got Interested in following sub-tickets: > -- #2970 - Add ftw.h to Newlib : https://devel.rtems.org/ticket/2970 > -- #2971 -

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Sebastian Huber
On 21/03/2019 13:16, Vaibhav Gupta wrote: Yes I checked them, they can be, Most of them can be ported from glibc / freebsd/ netbsd . But for some of them, they don't even have a linux man page. I guess they need to written from scratch. . I don't know, but if they can be bought under POSIX Compil

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
Yes I checked them, they can be, Most of them can be ported from glibc / freebsd/ netbsd . But for some of them, they don't even have a linux man page. I guess they need to written from scratch. . I don't know, but if they can be bought under POSIX Compilance Umbrella, I am ready to work on them.

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Sebastian Huber
It would be nice if the *at() file descriptor functions could be implemented in this GSoC project, e.g. dirent.h:int   scandirat(int, const char *, struct dirent ***, sys/socket.h:int  bindat(int, int, const struct sockaddr *, socklen_t); sys/socket.h:int  connectat(int, int, const struc

Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
Hello, After series of discussions and exploring things, I got Idea about various things in this project. I have got Interested in following sub-tickets: -- #2970 - Add ftw.h to Newlib : https://devel.rtems.org/ticket/2970 -- #2971 - Add fenv.h to Newlib : https://devel.rtems.org/ticket/2971 -- #29