1. 10 10月, 2012 1 次提交
  2. 02 11月, 2011 2 次提交
  3. 06 2月, 2008 3 次提交
  4. 17 10月, 2007 2 次提交
  5. 08 5月, 2007 1 次提交
  6. 12 2月, 2007 1 次提交
  7. 21 10月, 2006 1 次提交
  8. 26 9月, 2006 1 次提交
    • J
      [PATCH] uml: Move signal handlers to arch code · 4b84c69b
      Jeff Dike 提交于
      Have most signals go through an arch-provided handler which recovers the
      sigcontext and then calls a generic handler.  This replaces the
      ARCH_GET_SIGCONTEXT macro, which was somewhat fragile.  On x86_64, recovering
      %rdx (which holds the sigcontext pointer) must be the first thing that
      happens.  sig_handler duly invokes that first, but there is no guarantee that
      I can see that instructions won't be reordered such that %rdx is used before
      that.  Having the arch provide the handler seems much more robust.
      
      Some signals in some parts of UML require their own handlers - these places
      don't call set_handler any more.  They call sigaction or signal themselves.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4b84c69b
  9. 11 7月, 2006 2 次提交
  10. 02 5月, 2006 1 次提交
  11. 28 3月, 2006 1 次提交