1. 13 7月, 2011 1 次提交
  2. 27 6月, 2011 1 次提交
  3. 01 6月, 2011 12 次提交
  4. 03 7月, 2010 2 次提交
  5. 27 4月, 2010 3 次提交
  6. 13 3月, 2010 1 次提交
  7. 01 3月, 2010 1 次提交
  8. 24 2月, 2010 3 次提交
  9. 14 12月, 2009 1 次提交
    • R
      target-alpha: Fixes for alpha-linux syscalls. · ba0e276d
      Richard Henderson 提交于
      1. Add correct definitions of error numbers.
      2. Implement SYS_osf_sigprocmask
      3. Implement SYS_osf_get/setsysinfo for IEEE_FP_CONTROL.
      
      This last requires exposing the FPCR value to do_syscall.
      Since this value is actually split up into the float_status,
      expose routines from helper.c to access it.
      
      Finally, also add a float_exception_mask field to float_status.
      We don't actually use it to control delivery of exceptions to
      the emulator yet, but simply hold the value that we placed there
      when loading/storing the FPCR.
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      ba0e276d
  10. 02 10月, 2009 2 次提交
  11. 24 8月, 2009 1 次提交
    • N
      cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal · 0b5c1ce8
      Nathan Froyd 提交于
      handle_cpu_signal is very nearly copy-paste code for each target, with a
      few minor variations.  This patch sets up appropriate defaults for a
      generic handle_cpu_signal and provides overrides for particular targets
      that did things differently.  Fixing things like the persistent (XXX:
      use sigsetjmp) should now become somewhat easier.
      
      Previous comments on this patch suggest that the "activate soft MMU for
      this block" comments refer to defunct functionality.  I have removed
      such blocks for the appropriate targets in this patch.
      Signed-off-by: NNathan Froyd <froydnj@codesourcery.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      0b5c1ce8
  12. 17 7月, 2009 1 次提交
  13. 08 4月, 2009 2 次提交
  14. 29 3月, 2009 2 次提交
  15. 07 3月, 2009 1 次提交
  16. 05 1月, 2009 1 次提交
  17. 12 12月, 2008 1 次提交
  18. 01 12月, 2008 1 次提交
  19. 19 11月, 2008 2 次提交
  20. 30 9月, 2008 1 次提交