1. 26 Feb, 2007 11 commits
  2. 25 Feb, 2007 10 commits
  3. 22 Feb, 2007 5 commits
  4. 21 Feb, 2007 6 commits
  5. 20 Feb, 2007 5 commits
  6. 17 Feb, 2007 1 commit
  7. 15 Feb, 2007 1 commit
  8. 14 Feb, 2007 1 commit
    • Jeff Dike's avatar
      uml: fix signal frame alignment · 0ec7c9f8
      Jeff Dike authored
      Use the same signal frame alignment calculations as the underlying
      architecture.  x86_64 appeared to do this, but the "- 8" was really
      subtracting 8 * sizeof(struct rt_sigframe) rather than 8 bytes.
      
      UML/i386 might have been OK, but I changed the calculation to match
      i386 just to be sure.
      Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      0ec7c9f8