Re: updates?

2016-07-24 Thread Charles Cui
Sure, I can implement the sigorder function and will get back to you soon. Thanks, Charles. 2016-07-24 20:52 GMT-07:00 Christos Zoulas : > On Jul 24, 3:00pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: updates? > > | I have attached the new version. > | But it seems both L

Re: updates?

2016-07-24 Thread Christos Zoulas
On Jul 24, 3:00pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: updates? | I have attached the new version. | But it seems both Linux and and netbsd will process signal with large signo | number first. Great, that is correct. I've modified slightly your test_signal.c and put it

Re: updates?

2016-07-24 Thread Charles Cui
I have attached the new version. But it seems both Linux and and netbsd will process signal with large signo number first. 2016-07-23 23:44 GMT-07:00 Christos Zoulas : > On Jul 23, 8:03pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: updates? > > | Hi Christos, > | > | I

Re: updates?

2016-07-24 Thread Charles Cui
Hi Christos, I have attached a program to test the delivery order of signals. It turns out that both Linux and our current implementation use a FIFO policy to deliver signal, (1. only realtime signals and 2. mix of realtime signals and standard signals) I do not know how FreeBSD handles it. Le

Re: updates?

2016-07-24 Thread Charles Cui
2016-07-23 3:10 GMT-07:00 Christos Zoulas : > In article < > ca+sxe9u+2snfnc7yov3c_b52dtcbek-9ie25+kwzosh7fnz...@mail.gmail.com>, > Charles Cui wrote: > >-=-=-=-=-=- > > > >Hi Christos, > >Here is a improved patch based on your code review, > > > https://github.com/ycui1984/posixtestsuite/blob/m