David Xu
51362c2d8a
Make sigaltstack as per-threaded, because per-process sigaltstack state
...
is useless for threaded programs, multiple threads can not share same
stack.
The alternative signal stack is private for thread, no lock is needed,
the orignal P_ALTSTACK is now moved into td_pflags and renamed to
TDP_ALTSTACK.
For single thread or Linux clone() based threaded program, there is no
semantic changed, because those programs only have one kernel thread
in every process.
2004-01-03 23:36:31 +00:00
..
2004-01-03 23:36:31 +00:00
2004-01-03 02:02:26 +00:00
2003-12-21 12:38:25 +00:00
2003-12-08 06:29:38 +00:00
2003-11-09 09:17:26 +00:00
2004-01-03 13:20:30 +00:00
2004-01-03 19:03:28 +00:00
2003-12-09 03:13:37 +00:00
2003-11-12 04:22:37 +00:00
2004-01-03 23:06:08 +00:00
2004-01-03 00:36:46 +00:00
2003-12-23 11:37:05 +00:00
2003-11-05 11:56:58 +00:00
2003-11-10 14:20:34 +00:00
2004-01-03 23:31:29 +00:00
2004-01-03 02:02:26 +00:00
2003-12-11 11:28:11 +00:00
2004-01-03 02:02:26 +00:00
2003-12-08 08:32:20 +00:00
2003-12-29 09:15:48 +00:00
2004-01-03 03:33:39 +00:00
2003-12-28 06:57:28 +00:00
2003-11-28 04:19:41 +00:00
2003-11-18 00:39:07 +00:00
2003-12-28 03:56:00 +00:00
2003-12-30 16:05:03 +00:00
2003-12-25 23:39:44 +00:00
2003-12-15 21:49:41 +00:00
2003-11-18 00:39:07 +00:00
2003-12-10 05:01:41 +00:00
2003-11-18 00:39:07 +00:00
2004-01-02 22:38:42 +00:00
2003-11-14 20:54:10 +00:00
2003-12-11 11:30:26 +00:00
2003-11-22 02:21:49 +00:00
2003-12-17 16:12:01 +00:00
2003-12-16 14:13:47 +00:00
2004-01-03 02:02:26 +00:00
2003-11-09 09:17:26 +00:00
2004-01-02 17:22:12 +00:00
2004-01-03 02:02:26 +00:00
2003-12-07 21:10:06 +00:00
2003-12-17 14:55:11 +00:00
2004-01-03 02:02:26 +00:00
2004-01-03 02:02:26 +00:00
2003-12-07 05:16:52 +00:00
2004-01-03 20:02:17 +00:00