Skip to content
Snippets Groups Projects
  1. Jan 31, 2016
  2. Jan 30, 2016
  3. Jan 29, 2016
  4. Jan 27, 2016
  5. Jan 26, 2016
  6. Jan 25, 2016
  7. Jan 24, 2016
  8. Jan 23, 2016
  9. Jan 22, 2016
  10. Jan 21, 2016
  11. Jan 20, 2016
  12. 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
Loading