Re: timers related

2016-06-03 Thread Charles Cui
Yes, sure. I will finish it as soon as possible. And will let you know if I encounter new problems. Thanks, Charles 2016-06-03 16:59 GMT-07:00 Christos Zoulas : > On Jun 3, 4:37pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: timers related > > | Thanks Zafer for letting me

Re: timers related

2016-06-03 Thread Christos Zoulas
On Jun 3, 5:01pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: timers related | Yes, sure. I will finish it as soon as possible. | And will let you know if I encounter new problems. Yes, and for all the other patches... For example adding _SC_SEM_NSEMS_MAX should also be docume

Re: timers related

2016-06-03 Thread Christos Zoulas
On Jun 3, 4:37pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: timers related | Thanks Zafer for letting me know. | The missing features in timer part has been implemented. And I have | attached my patch. | Please review this patch. Hi Charles, As you can see I have started co

Re: timers related

2016-06-03 Thread Zafer Aydoğan
You can find the FreeBSD sources at: http://src.illumos.org/source/ or https://grok.dragonflybsd.org/ or http://bxr.su/ 2016-05-30 4:28 GMT+02:00 Charles Cui : > Thanks for these information! > I will implement these missing features asap. > > 2016-05-29 6:46 GMT-07:00 Christos Zoulas : > >> On M

timers related

2016-06-03 Thread Charles Cui
HI guys, I have 3 timers related macro to be added, which are _SC_CPUTIME, _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. the first and second are set to be 200112L in freebsd. I am wondering what's the meaning of those macros? and what are the cases to use these macros? I am thinking of where to

Re: pthread library related

2016-06-03 Thread Christos Zoulas
On Jun 2, 5:41pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: pthread library related | If there are no comments for these two patches. | I will move forward for other parts. | | Sounds good? | Have you created a github repository for the patches and one for the changes to t

Re: Fix for '$' not being printed for blank lines when invoked with -se

2016-06-03 Thread Sevan Janiyan
On 03/06/2016 17:14, Christos Zoulas wrote: > Ok, but can you add some unit-tests (atf) for it please? Sure, not looked at ATF before that's cool, will check it out :) Sevan

Re: Fix for '$' not being printed for blank lines when invoked with -se

2016-06-03 Thread Christos Zoulas
In article <3f1d808d-251a-6d1c-5458-575cbfa4c...@geeklan.co.uk>, Sevan Janiyan wrote: >-=-=-=-=-=- > >Hello, >Obtained from OpenBSD r1.13 of src/bin/cat/cat.c. > >When 'cat -se' is used, a '$' is not printed for blank lines, attached >diff fixes that. > >Ok to commit? Ok, but can you add some un