Re: timers related

2016-06-05 Thread Charles Cui
Thanks! 2016-06-05 14:00 GMT-07:00 Christos Zoulas : > On Jun 5, 1:14pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: timers related > > | Hi Christos, > | > |One quick question about this commit. > | > https://github.com/IIJ-

Re: timers related

2016-06-05 Thread Charles Cui
an eye on them. > > > Thanks, Charles. > > 2016-06-05 10:18 GMT-07:00 Christos Zoulas : > >> On Jun 5, 9:53am, charles.cui1...@gmail.com (Charles Cui) wrote: >> -- Subject: Re: timers related >> >> | Hi Christos, >> | >> |I have comp

Re: timers related

2016-06-05 Thread Charles Cui
17:05 GMT-07:00 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 p

Re: timers related

2016-06-05 Thread Charles Cui
Sure, I will keep an eye on them. Thanks, Charles. 2016-06-05 10:18 GMT-07:00 Christos Zoulas : > On Jun 5, 9:53am, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: timers related > > | Hi Christos, > | > |I have completed the man pages for bsd_signal,

Re: timers related

2016-06-05 Thread Christos Zoulas
On Jun 5, 1:14pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: timers related | Hi Christos, | |One quick question about this commit. | https://github.com/IIJ-NetBSD/netbsd-src/commit/ef38d5736b7367bff9aba260f532e5b24728b224 | | why do we need this line twice? | +./usr

Re: timers related

2016-06-05 Thread Christos Zoulas
On Jun 5, 9:53am, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: timers related | Hi Christos, | |I have completed the man pages for bsd_signal, _SC_SEM_NSEMS_MAX and | timer related. Let me know if you want man pages for other pages. I have | attached the patches your

Re: timers related

2016-06-04 Thread Charles Cui
l implement these missing features asap. > > > > 2016-05-29 6:46 GMT-07:00 Christos Zoulas : > > > >> On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: > >> -- Subject: timers related > >> > >> | HI guys, > >> | >

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

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

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

Re: timers related

2016-06-03 Thread Zafer Aydoğan
as : > >> On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: >> -- Subject: timers related >> >> | HI guys, >> | >> | I have 3 timers related macro to be added, which are _SC_CPUTIME, >> | _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. >

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 whe

Re: timers related

2016-05-29 Thread Charles Cui
Thanks for these information! I will implement these missing features asap. 2016-05-29 6:46 GMT-07:00 Christos Zoulas : > On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: timers related > > | HI guys, > | > | I have 3 timers related macro

Re: timers related

2016-05-29 Thread Christos Zoulas
On May 29, 11:29am, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: timers related | On Sat, May 28, 2016 at 11:28:00PM -0700, Charles Cui wrote: | > HI guys, | > | > I have 3 timers related macro to be added, which are _SC_CPUTIME, | > _SC_THREAD_CPUTIME and _SC_DE

Re: timers related

2016-05-29 Thread Christos Zoulas
On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: timers related | 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

Re: timers related

2016-05-29 Thread Martin Husemann
On Sat, May 28, 2016 at 11:28:00PM -0700, Charles Cui wrote: > HI guys, > > I have 3 timers related macro to be added, which are _SC_CPUTIME, > _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. If I read the standard correctly, all of those are optional. So first we need to decide, wh