Skip to content
Snippets Groups Projects
  1. Jan 23, 2018
  2. Jan 22, 2018
  3. Jan 20, 2018
    • bors's avatar
      Auto merge of #905 - wfraser:dt_unknown, r=alexcrichton · 6fa612fc
      bors authored
      add DT_UNKNOWN
      
      The `d_type` field of `struct dirent` can be `DT_UNKNOWN` if a
      filesystem doesn't support returning the file type in directory entries.
      Linux's readdir(3) man page, for example, says: "Currently, only some
      filesystems [...] have full support for returning the file type in
      d_type. All applications must properly handle a return of DT_UNKNOWN."
      6fa612fc
  4. Jan 19, 2018
    • Bill Fraser's avatar
      add DT_UNKNOWN · 1ada396b
      Bill Fraser authored
      The `d_type` field of `struct dirent` can be `DT_UNKNOWN` if a
      filesystem doesn't support returning the file type in directory entries.
      Linux's readdir(3) man page, for example, says: "Currently, only some
      filesystems [...] have full support for returning the file type in
      d_type. All applications must properly handle a return of DT_UNKNOWN."
      1ada396b
  5. Jan 18, 2018
  6. Jan 15, 2018
  7. Jan 13, 2018
  8. Jan 12, 2018
  9. Jan 11, 2018
  10. Jan 09, 2018
  11. Jan 08, 2018
Loading