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 in http://www.netbsd.org/~christos/test_signal.c. I am building a new kernel and userland with all your changes. While this is happening can you fill in the sigorder() function in test_signal.c and test that it works? The correct output should be: Inside Handler = 36 Inside Handler = 35 Inside Handler = 35 Inside Handler = 34 Inside Handler = 3 Inside Handler = 2 Best, christos