Skip to content
Snippets Groups Projects
  1. Jan 27, 2016
  2. Jan 21, 2016
  3. Jan 19, 2016
    • Alex Crichton's avatar
      Fix all definitions on FreeBSD · bb6f198a
      Alex Crichton authored
      * The `flock` structure has an extra field
      * Some `flock`-related constants have different value
      * Some constants like `TABN` don't exist
      * The `fsblkcnt_t` and `fsfilcnt_t` type definitions are u64 for x86_64 FreeBSD
      * The `d_namelen` field in `dirent` was renamed correctly to `d_namlen`
      * The alignment of `fd_set` was off, and the macros were updated to not always
        assume a 32-bit integer is used.
      bb6f198a
    • 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
  4. Jan 13, 2016
  5. Jan 12, 2016
  6. Dec 25, 2015
  7. Dec 23, 2015
  8. Dec 18, 2015
  9. Dec 17, 2015
  10. Dec 16, 2015
  11. Dec 15, 2015
  12. Dec 02, 2015
  13. Nov 30, 2015
  14. Nov 11, 2015
  15. Nov 05, 2015
  16. Nov 04, 2015
  17. Nov 03, 2015
  18. Nov 02, 2015
  19. Oct 30, 2015
  20. Sep 21, 2015
  21. Sep 18, 2015
  22. Sep 17, 2015
  23. Sep 16, 2015
Loading