1. 17 9月, 2016 3 次提交
    • D
      fix if_indextoname error case · 32055d52
      Daniel Sabogal 提交于
      posix requires errno to be set to ENXIO if the interface does not exist.
      linux returns ENODEV instead so we handle this.
      32055d52
    • D
      fix ifru_data and ifcu_buf types in net/if.h · 3848a99f
      Daniel Sabogal 提交于
      glibc, freebsd, and openbsd use character pointers (caddr_t) for
      these fields. only linux uses void pointer for the ifru_data type.
      3848a99f
    • R
      fix printf regression with alt-form octal, zero flag, and field width · 78897b0d
      Rich Felker 提交于
      commit b91cdbe2, in fixing another
      issue, changed the logic for how alt-form octal adds the leading zero
      to adjust the precision rather than using a prefix character. this
      wrongly suppressed the zero flag by mimicing an explicit precision
      given by the format string. switch back to using a prefix character.
      
      based on bug report and patch by Dmitry V. Levin, but simplified.
      78897b0d
  2. 31 8月, 2016 10 次提交
  3. 12 8月, 2016 1 次提交
    • R
      fix pread/pwrite syscall calling convention on sh · 7cc3a28e
      Rich Felker 提交于
      despite sh not generally using register-pair alignment for 64-bit
      syscall arguments, there are arch-specific versions of the syscall
      entry points for pread and pwrite which include a dummy argument for
      alignment before the 64-bit offset argument.
      7cc3a28e
  4. 14 7月, 2016 2 次提交
  5. 08 7月, 2016 1 次提交
  6. 07 7月, 2016 1 次提交
  7. 06 7月, 2016 3 次提交
  8. 04 7月, 2016 19 次提交