1. 17 8月, 2016 1 次提交
  2. 22 7月, 2016 1 次提交
  3. 13 6月, 2016 1 次提交
  4. 03 6月, 2016 1 次提交
  5. 20 5月, 2016 1 次提交
  6. 11 5月, 2016 1 次提交
    • A
      Fix compile errors for iOS/arm64 · 4041e7d3
      Aaron Zinman 提交于
      - Added conditional preprocessor guard on cpu_darwin_cgo.go
      
      - Duplicated disk_darwin_amd64 for arm64 (after confirming
      that sys/mount.h are the same between the two platforms, hence the
      constants should be valid).
      4041e7d3
  7. 23 4月, 2016 1 次提交
  8. 16 4月, 2016 2 次提交
  9. 01 4月, 2016 2 次提交
  10. 23 3月, 2016 1 次提交
  11. 22 3月, 2016 1 次提交
  12. 20 3月, 2016 1 次提交
  13. 13 3月, 2016 1 次提交
  14. 12 2月, 2016 1 次提交
  15. 06 2月, 2016 1 次提交
    • E
      try to fix diskio stats on FreeBSD-10.x · d1380cba
      elij 提交于
      FreeBSD apparently changed the magic sysctl mib values for devstats.
      
          --- FAIL: TestDisk_io_counters (0.00s)
          disk_test.go:39: error no such file or directory
          disk_test.go:42: ret is empty, map[]
      
      This code uses an undocumented, but exported, go stdlib method to fetch
      the sysctl by string instead of mib.
      d1380cba
  16. 16 12月, 2015 2 次提交
  17. 01 12月, 2015 1 次提交
  18. 25 11月, 2015 1 次提交
  19. 19 10月, 2015 2 次提交
  20. 18 10月, 2015 1 次提交
    • J
      chore(*): Fixes #94 · 0461c506
      Jonathan Chauncey 提交于
      Added the ability to fetch an alternative location for /proc via an
      environment variable. If the env var is not set it will return /proc as
      the default value.
      0461c506
  21. 18 9月, 2015 1 次提交
  22. 05 9月, 2015 3 次提交
  23. 03 9月, 2015 3 次提交
  24. 27 8月, 2015 1 次提交
  25. 14 8月, 2015 3 次提交
  26. 23 7月, 2015 1 次提交
  27. 21 7月, 2015 1 次提交
  28. 08 4月, 2015 1 次提交
  29. 22 2月, 2015 2 次提交