Skip to content
Snippets Groups Projects
  1. Oct 19, 2017
  2. Oct 18, 2017
  3. Sep 25, 2017
  4. Sep 21, 2017
  5. Aug 27, 2017
  6. Aug 26, 2017
  7. Jul 20, 2017
  8. Jul 12, 2017
  9. Jul 10, 2017
  10. Jul 09, 2017
  11. Jul 03, 2017
  12. Jul 02, 2017
  13. Jun 28, 2017
  14. Jun 27, 2017
  15. Jun 24, 2017
  16. Jun 15, 2017
  17. Jun 14, 2017
  18. Jun 09, 2017
  19. Jun 08, 2017
  20. May 27, 2017
  21. Apr 25, 2017
  22. Apr 24, 2017
  23. Apr 21, 2017
  24. Apr 20, 2017
  25. Apr 19, 2017
  26. Mar 01, 2017
  27. Feb 21, 2017
    • Zac Berkowitz's avatar
      Moved linux baud constants into individual archs. · 1a9112d2
      Zac Berkowitz authored
      Having the B* constants in `unix/notbsd/mod.rs` passed CI tests
      except for powerpc.  So we'll try moving into individual
      arch/ABI that the CI tests cover for now. This commit should
      pass for the following:
      
      - mips32
      - mips64
      - musl32
      - musl64
      - android32
      - android64
      - arm32
      - aarch64
      - x86
      - x86_64
      
      Then we can figure out the powerpc variants.  This also prevents
      potential errors for sparc64 which is not covered by CI.
      1a9112d2
  28. Dec 31, 2016
  29. Dec 05, 2016
  30. Nov 14, 2016
    • Wang Xuerui's avatar
      MIPS: Layout refactor · 6b729908
      Wang Xuerui authored
      MIPS32 and MIPS64 userspaces are mostly the same save the obvious ABI
      difference, hence most of the const definitions could be shared.
      
      This commit is not introducing any new significant additions, but mostly
      just shuffles the existing files around to make the directory structure
      more similar to the other, more mature platforms. The structs and extern
      fn definitions are not touched. Plus a couple of new consts for MIPS64
      to match MIPS32 coverage:
      
      * `RLIM_INFINITY`
      * `SYS_gettid`
      
      Passed `libc-test` on Gentoo MIPS64el (n64 ABI), on a Loongson 3A2000
      box. The test suite itself needs some more love to actually compile
      cleanly on MIPS (`ctest` transitively depends on ancient `libc` version
      which doesn't build on MIPS), but let's save that for another day.
      6b729908
Loading