Skip to content
Snippets Groups Projects
  1. Feb 03, 2017
  2. Feb 02, 2017
  3. Feb 01, 2017
  4. Jan 30, 2017
  5. Jan 29, 2017
  6. Jan 25, 2017
  7. Jan 18, 2017
  8. Jan 17, 2017
  9. Jan 16, 2017
  10. Jan 15, 2017
  11. Jan 14, 2017
  12. Jan 13, 2017
  13. Jan 10, 2017
  14. Jan 08, 2017
  15. Jan 07, 2017
  16. Jan 06, 2017
    • Zack Weinberg's avatar
      Another round of portability fixes: · f1a91da7
      Zack Weinberg authored
       * OpenBSD doesn't have idtype_t or the P_* constants either
       * FreeBSD has different values for the P_* constants
       * Android gives idtype_t a different signedness
       * Disable waitid on NetBSD as it causes a link failure - I think this
         may be a problem with the test environment
      f1a91da7
    • bors's avatar
      Auto merge of #491 - Roguelazer:add_getpeereid_function, r=alexcrichton · 89c6c6c8
      bors authored
      Add getpeereid function
      
      This is a wrapper around getsockopt() for getting the uid/gid of a remote Unix domain socket peer. It was added in FreeBSD 4.6 and present in all modern BSDs I checked (including Mac OS X).
      89c6c6c8
Loading