1. 22 6月, 2005 1 次提交
  2. 14 6月, 2005 2 次提交
  3. 09 6月, 2005 1 次提交
    • J
      [PATCH] uml: fix strace -f · 501cb02b
      Jeff Dike 提交于
      It turns out that we need to check for pending signals when a newly forked
      process is run for the first time.  With strace -f, strace needs to know about
      the forked process before it gets going.  If it doesn't, then it ptraces some
      bogus values into its registers, and the process segfaults.  So, I added calls
      to interrupt_end, which does that, plus checks for reschedules.  There
      shouldn't be any of those, but x86 does the same thing, so I'm copying that
      behavior to be safe.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      501cb02b
  4. 29 5月, 2005 7 次提交
  5. 21 5月, 2005 7 次提交
  6. 17 5月, 2005 1 次提交
  7. 07 5月, 2005 11 次提交
  8. 06 5月, 2005 9 次提交
  9. 03 5月, 2005 1 次提交