1. 18 2月, 2014 1 次提交
  2. 09 12月, 2012 1 次提交
    • P
      linux-user: Merge pread/pwrite into pread64/pwrite64 · 24c35a50
      Peter Maydell 提交于
      The Linux syscalls underlying pread() and pwrite() take a 64 bit
      offset on all architectures, even if some of them name the syscall
      "pread/pwrite" rather than "pread64/pwrite64" for historical reasons.
      So move the four QEMU target architectures (arm, i386, sparc,
      unicore32) which were defining TARGET_NR_pread/pwrite to define
      TARGET_NR_pread64/pwrite64 instead, and drop the TARGET_NR_pread/pwrite
      implementation code completely.
      
      (Based on examination of the kernel sources for the four architectures
      this patch affects.)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      24c35a50
  3. 06 4月, 2012 1 次提交
  4. 11 7月, 2011 1 次提交
  5. 27 3月, 2010 1 次提交
  6. 16 6月, 2009 1 次提交
  7. 24 9月, 2007 1 次提交
  8. 20 11月, 2006 1 次提交
  9. 07 12月, 2004 1 次提交
  10. 01 10月, 2003 1 次提交