Skip to content
Snippets Groups Projects
  1. Jan 21, 2016
  2. Jan 20, 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 17, 2016
  5. Jan 16, 2016
  6. Jan 13, 2016
  7. Jan 12, 2016
  8. Jan 11, 2016
  9. Jan 10, 2016
  10. Jan 06, 2016
  11. Jan 05, 2016
  12. Dec 31, 2015
  13. Dec 27, 2015
Loading