Skip to content
Snippets Groups Projects
  1. Nov 19, 2018
  2. Nov 16, 2018
  3. Nov 12, 2018
  4. Nov 10, 2018
  5. Nov 07, 2018
  6. Nov 03, 2018
    • bors's avatar
      Auto merge of #1119 - jakllsch:netbsd-extattr-not-in-libutil, r=alexcrichton · 9c5e70ae
      bors authored
      NetBSD: these extattr functions are not in libutil, but libc
      
       - extattr_namespace_to_string()
       - extattr_string_to_namespace()
      9c5e70ae
    • bors's avatar
      Auto merge of #1118 - smaeul:flock, r=gnzlbg · 2045e8e1
      bors authored
      Add F_RDLCK/F_WRLCK/F_UNLCK to several platforms
      
      These are used by the flock wrapper in rustc_data_structures. The constants were already present in x86_64-linux-gnu and BSD (since 4928bd98).
      
      Currently the `flock` wrapper in `rustc_data_structures` does not work on several 32-bit musl targets, because they expect the `LARGEFILE64` version of the `F_SETLK`/`F_SETLKW` constants. This PR is a prerequisite to converting that code to use the `libc` types and constants, instead of (inaccurately) duplicating them, since `libc` already provides architecture-specific definitions of the relevant constants.
      2045e8e1
  7. Nov 02, 2018
  8. Nov 01, 2018
  9. Oct 31, 2018
  10. Oct 30, 2018
  11. Oct 29, 2018
  12. Oct 28, 2018
  13. Oct 27, 2018
  14. Oct 26, 2018
Loading