Skip to content
Snippets Groups Projects
  1. Oct 31, 2017
  2. Oct 27, 2017
  3. Oct 19, 2017
  4. Sep 25, 2017
  5. Sep 21, 2017
  6. Jul 20, 2017
  7. Jul 12, 2017
  8. Jul 10, 2017
  9. Jul 09, 2017
  10. Jul 03, 2017
  11. Jul 02, 2017
  12. Jun 27, 2017
  13. Jun 24, 2017
  14. Jun 15, 2017
  15. Jun 09, 2017
  16. Jun 08, 2017
  17. Apr 25, 2017
  18. Apr 24, 2017
  19. Apr 21, 2017
  20. Apr 20, 2017
  21. Apr 19, 2017
  22. Mar 01, 2017
  23. 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
  24. Dec 31, 2016
  25. 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
  26. Nov 11, 2016
  27. Oct 05, 2016
    • Ian Denhardt's avatar
      Consolidate and fix musl-specific definitions. · 0ecafc31
      Ian Denhardt authored
      Musl 1.1.14 defined these incorrectly, and we followed suit. They're
      fixed in 1.1.15, so we fix them here as well.
      
      Since these are kernel ABIs, the correct values match other libc
      implementations, so we move them up to the topmost module possible.
      0ecafc31
  28. Sep 18, 2016
  29. Sep 04, 2016
  30. Sep 03, 2016
  31. Aug 27, 2016
  32. Aug 10, 2016
Loading