Skip to content
Snippets Groups Projects
  1. Aug 22, 2017
  2. 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
  3. Jul 07, 2017
  4. May 03, 2017
  5. Mar 23, 2017
  6. Feb 24, 2017
  7. Jan 17, 2017
  8. Dec 03, 2016
  9. Dec 02, 2016
  10. Nov 19, 2016
  11. Nov 17, 2016
  12. Oct 28, 2016
  13. Oct 21, 2016
  14. Oct 14, 2016
  15. Oct 11, 2016
  16. Sep 12, 2016
  17. Aug 28, 2016
  18. Aug 27, 2016
  19. Jun 15, 2016
    • Alex Crichton's avatar
      Use docker for all CI tests and images · 3eb4a48b
      Alex Crichton authored
      Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This
      commit alters the CI infrastructure to use Docker images for each target. This
      should make it much easier to update the images and tweak various bits and
      pieces of installed software. Additionally, it's also much clearer now what's
      needed for each suite of tests!
      
      Some images were updated a bit (e.g. musl is now 1.1.14), but other images
      encountered failures when updating so they're not getting updated just yet.
      3eb4a48b
  20. Jun 10, 2016
    • Axel Viala's avatar
      Add Directory file descriptor relative syscall. · 26ee7825
      Axel Viala authored
      I only added "*at" syscall relative to Posix2008 specification.
      
      At the moment OSX and Android are partially supporting this API.
      
      This include:
      * `openat`
      * `faccessat`
      * `fchmodat`
      * `fchownat`
      * `fstatat`
      * `linkat`
      * `mkdirat`
      * `mknodat` [0]
      * `readlinkat`
      * `renameat`
      * `symlinkat`
      * `unlinkat`
      * `mkfifoat` [0][1]
      
      [1] Not available on Android at the moment:
      * `mkfifo`
      
      [1] Not available on OSX at the moment:
      * `mkfifoat`
      * `mknodat`
      
      And exclude operating system specific API:
      * `renameat2`: Linux specific
      * `execveat`: Linux specific since 3.19
      * `futimesat`: GNU extension
      * `name_to_handle_at`: GNU extension
      * `scandirat`: GNU extension
      * `fanotify_mark`: belong to fanotify API.
      26ee7825
  21. Apr 11, 2016
  22. Mar 11, 2016
  23. Mar 03, 2016
  24. Mar 02, 2016
    • Alex Crichton's avatar
      Add a style checking script to CI · 8a8bc668
      Alex Crichton authored
      It's tough to have PRs bounce or to have a back and forth with contributors
      about minor style quibbles. Sometimes it ends up just being easier to fix style
      after the fact, but let's add some automation to help this!
      
      This commit adds a script to run on CI and locally to verify the style of this
      repository. There's a few stylistic guidelines to ensure that definitions are
      understandable across the jungle of modules. This consistency should help assist
      readability for any future readers!
      8a8bc668
  25. Feb 18, 2016
  26. Feb 11, 2016
    • Alex Crichton's avatar
      Add a default-on "use_std" feature · 6d46b6fa
      Alex Crichton authored
      This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
      but is enabled by default. The library will currently continue to link to the
      standard library to maintain backwards compatibility with the 0.2 series and
      older Rust compilers for now, but this default can possible be changed in the
      future.
      6d46b6fa
  27. Feb 04, 2016
  28. Jan 19, 2016
    • Alex Crichton's avatar
      Add OpenBSD and FreeBSD CI to Travis · d820c4a8
      Alex Crichton authored
      This commit adds support to test all libc definitions on both OpenBSD and
      FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are
      used which are essentially intended to run a script on startup and then exit.
      Documentation has been added to the `ci/README.md` file describing this new
      system.
      d820c4a8
  29. Jan 10, 2016
  30. Dec 27, 2015
  31. Dec 18, 2015
  32. Dec 02, 2015
  33. Nov 20, 2015
Loading