1. 04 2月, 2009 1 次提交
  2. 31 1月, 2009 4 次提交
  3. 08 1月, 2009 1 次提交
  4. 07 1月, 2009 1 次提交
  5. 06 1月, 2009 1 次提交
  6. 19 12月, 2008 1 次提交
  7. 13 12月, 2008 1 次提交
  8. 15 11月, 2008 1 次提交
    • A
      target-alpha: implement getxuid and getxgid syscalls · 64b4d28c
      aurel32 提交于
      This patch implemented the setxuid and setxgid syscalls for Alpha.
      These syscalls return two values, both uid/euid and gid/egid.
      In addition to returning the first value in $v0, the additional
      value is returned in the $a4 register.
      
      The syscalls are used instead of the separate syscalls for those values
      used on other architectures (this is probably because Alpha Linux started
      out syscall compatible with DEC/OSF/Tru64).
      
      With this patch, the perlbmk benchmarks from Spec2000 run properly.
      
      (Vince Weaver)
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5722 c046a42c-6fe2-441c-8c8c-71466251a162
      64b4d28c
  9. 10 11月, 2008 1 次提交
  10. 07 11月, 2008 1 次提交
    • A
      User qemu profiling · 6d946cda
      aurel32 提交于
      - Makefile.target:  re-enable profiling for user qemu.  It seems
        profiling was (accidently?) removed by commit 3937
      
      - syscall.c:
          * add an include to get _mcleanup prototype
          * add a call to _mcleanup for exit_group in a way
            similar to what is done for exit
      
      (Laurent Desnogues)
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5642 c046a42c-6fe2-441c-8c8c-71466251a162
      6d946cda
  11. 28 10月, 2008 3 次提交
  12. 26 10月, 2008 1 次提交
  13. 25 10月, 2008 1 次提交
  14. 24 10月, 2008 1 次提交
  15. 14 10月, 2008 4 次提交
  16. 05 10月, 2008 4 次提交
  17. 02 10月, 2008 3 次提交
  18. 21 9月, 2008 2 次提交
  19. 20 9月, 2008 8 次提交