Re: Adding confstr() to rtems

2017-08-20 Thread Joel Sherrill
On Sun, Aug 20, 2017 at 1:52 PM, Aditya Upadhyay wrote: > On Sun, Aug 20, 2017 at 11:13 PM, Joel Sherrill wrote: > > > > > > On Sun, Aug 20, 2017 at 12:31 PM, Aditya Upadhyay > > wrote: > >> > >> On Sun, Aug 20, 2017 at 10:07 PM, Joel Sherrill < > joel.sherr...@gmail.com> > >> wrote: > >> > I a

Re: Adding confstr() to rtems

2017-08-20 Thread Aditya Upadhyay
On Sun, Aug 20, 2017 at 11:13 PM, Joel Sherrill wrote: > > > On Sun, Aug 20, 2017 at 12:31 PM, Aditya Upadhyay > wrote: >> >> On Sun, Aug 20, 2017 at 10:07 PM, Joel Sherrill >> wrote: >> > I agree those constants should be visible to all configurations when >> > the POSIX level is set correctly.

Re: Adding confstr() to rtems

2017-08-20 Thread Joel Sherrill
On Sun, Aug 20, 2017 at 12:31 PM, Aditya Upadhyay wrote: > On Sun, Aug 20, 2017 at 10:07 PM, Joel Sherrill > wrote: > > I agree those constants should be visible to all configurations when > > the POSIX level is set correctly. > > > > Are the V7 (current POSIX 2008/2013) constants in that file?

Re: Adding confstr() to rtems

2017-08-20 Thread Aditya Upadhyay
On Sun, Aug 20, 2017 at 10:07 PM, Joel Sherrill wrote: > I agree those constants should be visible to all configurations when > the POSIX level is set correctly. > > Are the V7 (current POSIX 2008/2013) constants in that file? > Yes, V7 Constants are defined in that file but these v7 constants are

Adding confstr() to rtems

2017-08-20 Thread Aditya Upadhyay
Hello All, I was trying to port confstr support in rtems from freebsd. In file unistd.h resided at location : /development/rtems/4.12/sparc-rtems4.12/include/sys has contains the name values only for cygwin guard. I have added the following names values guarded by __POSIX_VISIBLE >= 200112 #if __

Coverage-Tools: credit multiple authors

2017-08-20 Thread Cillian O'Donnell
Hi, I'm trying to put together a clean set of patches to finalise the coverage tools project. As there are 3 students work included in the patches, how do I properly give credit to everyone? Will I go through each file and with best judgement decide who's made the most changes and list them as --