K 10 svn:author V 3 bde K 8 svn:date V 27 1995-01-17T01:15:12.000000Z K 7 svn:log V 411 The %eflags checking introduced in the previous commit was too zealous. sigreturn() sometimes failed for ordinary returns from signal handlers. Failures of ordinary returns "can't happen" and are badly handled. "Temporary" fix: allow users to corrupt PSL_RF. This is fairly harmless. A correct fix would involve saving the old %eflags (and perhaps the old segment registers) where the user can't get at them. END