Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Sebastian Huber
On 2020-03-27 18:41, Joel Sherrill wrote: On Fri, Mar 27, 2020 at 12:12 PM Eshan Dhawan > wrote: On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 25/03/2020 20:33, Joel Sherrill wrote:

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Joel Sherrill
On Fri, Mar 27, 2020 at 12:12 PM Eshan Dhawan wrote: > > > On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 25/03/2020 20:33, Joel Sherrill wrote: >> >> >> >> On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan >> wrote: >> >>> >>> >>> On Wed,

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Eshan Dhawan
On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 25/03/2020 20:33, Joel Sherrill wrote: > > > > On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan > wrote: > >> >> >> On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: >> >>> >>> >>> On Tue, Mar 24,

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-25 Thread Sebastian Huber
On 25/03/2020 20:33, Joel Sherrill wrote: On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan > wrote: On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill mailto:j...@rtems.org>> wrote: On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-25 Thread Eshan Dhawan
these are the methods I couldn't find in the compliance guide. sys/stat.h: int utimensat sys/stat.h: int _fstat sys/_default_fcntl.h: extern int futimesat sys/time.h: int futimesat The list of these methods was made by @Vaibhav Gupta

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-25 Thread Joel Sherrill
On Wed, Mar 25, 2020 at 4:09 PM Eshan Dhawan wrote: > > > On Thu, Mar 26, 2020 at 1:03 AM Joel Sherrill wrote: > >> >> >> On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan >> wrote: >> >>> >>> >>> On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: >>> On Tue, Mar 24, 2020 at 4:57

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-25 Thread Eshan Dhawan
On Thu, Mar 26, 2020 at 1:03 AM Joel Sherrill wrote: > > > On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan > wrote: > >> >> >> On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: >> >>> >>> >>> On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan >>> wrote: >>> Hello everyone, As @Vaibhav

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-25 Thread Joel Sherrill
On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan wrote: > > > On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: > >> >> >> On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan >> wrote: >> >>> Hello everyone, >>> As @Vaibhav Gupta suggested I have also >>> added adding file descriptor functions to my

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Eshan Dhawan
On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: > > > On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan > wrote: > >> Hello everyone, >> As @Vaibhav Gupta suggested I have also >> added adding file descriptor functions to my GSOC project. >> I went through the mailing list archives for more

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Gedare Bloom
On Tue, Mar 24, 2020 at 3:57 PM Eshan Dhawan wrote: > > Hello everyone, > As @Vaibhav Gupta suggested I have also added adding file descriptor > functions to my GSOC project. > I went through the mailing list archives for more information. > RTEMS as its own file descriptor so the functions need

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-24 Thread Joel Sherrill
On Tue, Mar 24, 2020 at 4:57 PM Eshan Dhawan wrote: > Hello everyone, > As @Vaibhav Gupta suggested I have also added > adding file descriptor functions to my GSOC project. > I went through the mailing list archives for more information. > RTEMS as its own file descriptor so the functions need