Skip to content
Snippets Groups Projects
  1. Feb 24, 2018
  2. Feb 22, 2018
  3. Jan 30, 2018
  4. Nov 07, 2017
  5. Nov 05, 2017
  6. Oct 31, 2017
  7. Oct 27, 2017
  8. Oct 19, 2017
  9. Sep 25, 2017
  10. Sep 21, 2017
  11. Jul 20, 2017
  12. Jul 12, 2017
  13. Jul 10, 2017
  14. Jul 09, 2017
  15. Jul 03, 2017
  16. Jul 02, 2017
  17. Jun 27, 2017
  18. Jun 24, 2017
  19. Jun 15, 2017
  20. Jun 09, 2017
  21. Jun 08, 2017
  22. Apr 25, 2017
  23. Apr 24, 2017
  24. Apr 21, 2017
  25. Apr 20, 2017
  26. Apr 19, 2017
  27. Mar 01, 2017
  28. 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
  29. Dec 31, 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.
      Unverified
      6b729908
    • Alan Somers's avatar
      Fix more CI errors in PR #449 · a46123cf
      Alan Somers authored
      musl has a different aiocb definition; netbsd and OSX have some symbol renaming, and
      lwpid_t is signed on freebsd
      a46123cf
  31. Nov 11, 2016
Loading