1. 25 Mar, 2004 23 commits
  2. 24 Mar, 2004 16 commits
  3. 23 Mar, 2004 1 commit
    • Paul Mackerras's avatar
      [PATCH] fix ppc32 sys_swapcontext · db80df6e
      Paul Mackerras authored
      This fixes a bug in the swapcontext system call on ppc32.
      
      On ppc32, the system call entry only saves the volatile registers,
      except in the case of a few system calls (e.g.  fork) which need all the
      registers saved.  Swapcontext needs all the registers but we weren't
      saving them all. So fixes that.
      db80df6e