Skip to content
Snippets Groups Projects
  1. Sep 12, 2017
  2. Aug 30, 2017
  3. Aug 27, 2017
    • Alex Crichton's avatar
      Fix musl build · 305cec31
      Alex Crichton authored
      305cec31
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      Alex Crichton authored
      Rebase of #610 and also move emscripten up much higher in the hierarchy to
      ensure that it doesn't have too much of a ripple effect on other platforms.
      
      This involved moving down a good number of definitions, but hopefully was done
      with care to not break anything!
      22b98ded
  4. Aug 21, 2017
    • Bryant Mairs's avatar
      Add more fcntl and seal constants for Android/Linux · 2e11d9e1
      Bryant Mairs authored
      We now create an additional binary `linux_fcntl` for testing this
      since there are header conflicts when including all necessary headers.
      This binary is run on all platforms even though it's empty on all non-
      Android/non-Linux platforms.
      
      Testing has been switched from a custom binary to using a runner-less
      test (or pair of tests). This means that for local development a simple
      `cd libc-test && cargo test` will run all the tests. CI has also been
      updated here to reflect that.
      2e11d9e1
  5. Aug 18, 2017
    • Alex Crichton's avatar
      Remove OpenBSD CI · 201d5394
      Alex Crichton authored
      It's now broken due to changes in the `gcc` crate and having a too-old compiler,
      and in general it's unfortunately architecturally so different from the other
      test frameworks that it's difficult to maintain over time.
      201d5394
  6. Aug 13, 2017
  7. Aug 11, 2017
  8. Aug 03, 2017
  9. Aug 01, 2017
  10. Jul 22, 2017
  11. Jul 21, 2017
  12. Jul 20, 2017
  13. Jul 19, 2017
  14. Jul 16, 2017
  15. Jul 13, 2017
    • Bryant Mairs's avatar
      Add CMSPAR to linux/mips · f04b4429
      Bryant Mairs authored
      It needs to be skipped during testing because there's no way to include
      a combination of headers that will expose it without giving a "type has
      already been defined" error.
      f04b4429
  16. Jul 10, 2017
  17. Jul 03, 2017
  18. Jun 14, 2017
  19. Jun 13, 2017
  20. Jun 09, 2017
  21. Jun 08, 2017
  22. Jun 07, 2017
    • Andrew Salmon's avatar
      add a number of syscalls · c98b9f7d
      Andrew Salmon authored
      vfork, wait4, getresuid, getresgid, personality, vhangup,
      swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
      c98b9f7d
  23. May 29, 2017
  24. May 26, 2017
  25. May 18, 2017
  26. May 07, 2017
  27. May 06, 2017
  28. May 03, 2017
  29. May 02, 2017
    • NODA, Kai's avatar
      Add Linux-specific recvmmsg(2) and sendmmsg(2) · 61c23fb9
      NODA, Kai authored
      
      There is a compatibility issue regarding the type of a flag parameter:
      int vs uint. Linux does declare the syscall to use uint and musl
      followed it, but it is incompatible with other POSIX recv*/send*
      syscalls. So it seems to be wise to follow the glibc version of
      prototypes with int.
      
      Signed-off-by: default avatarNODA, Kai <nodakai@gmail.com>
      61c23fb9
Loading