1. 10 8月, 2012 19 次提交
  2. 07 8月, 2012 19 次提交
  3. 05 8月, 2012 2 次提交
    • B
      Merge branch 'axp-next' of git://repo.or.cz/qemu/rth · f777501c
      Blue Swirl 提交于
      * 'axp-next' of git://repo.or.cz/qemu/rth:
        alpha-linux-user: Fix the getpriority syscall
        alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
        alpha-linux-user: Fix a3 error return with v0 error bypass.
        linux-user: Translate pipe2 flags; add to strace
        linux-user: Allocate the right amount of space for non-fixed file maps
        linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH
        linux-user: Sync fcntl.h bits with the kernel
        alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly
        alpha-linux-user: Work around hosted mmap allocation problems
        alpha-linux-user: Fix signal handling
      f777501c
    • R
      alpha-linux-user: Fix the getpriority syscall · 95c09828
      Richard Henderson 提交于
      Alpha uses unbiased priority values in the syscall, with the a3
      return value signaling error conditions.  Therefore, properly
      interpret the libc getpriority as needed for the guest rather
      than passing the host value through unchanged.
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      95c09828