Skip to content
Snippets Groups Projects
  1. Feb 02, 2019
  2. Jan 22, 2019
  3. Jan 16, 2019
    • Alan Somers's avatar
      Fix CMSG_DATA(3) and friends on BSD · 8067378d
      Alan Somers authored
      PR #1098 added the CMSG_DATA(3) family of functions into libc.  Because
      they're defined as macros in C, they had to be rewritten as Rust
      functions for libc.  Also, they can't be tested in CI for the same
      reason.  But that PR erroneously used the same definitions in BSD as in
      Linux.
      
      This commit corrects the definitions for OSX, FreeBSD, DragonflyBSD,
      OpenBSD, and NetBSD.  I renamed a few variables and collapsed a few
      macros in order to combine the definitions where possible.
      
      Fixes #1210
      8067378d
  4. Jan 15, 2019
  5. Jan 13, 2019
  6. Jan 12, 2019
  7. Jan 09, 2019
  8. Jan 08, 2019
  9. Jan 03, 2019
    • Alan Somers's avatar
      Fix uname on FreeBSD · 36baf932
      Alan Somers authored
      On FreeBSD, uname is an inline function.  The uname that is present in
      libc.so is for FreeBSD 1.0 compatibility.  It expects a buffer of a
      different size.
      
      Fixes #1190
      Reported-by: Alex Zepeda
      36baf932
  10. Dec 28, 2018
  11. Dec 27, 2018
  12. Dec 25, 2018
  13. Dec 24, 2018
  14. Dec 23, 2018
  15. Dec 21, 2018
  16. Dec 20, 2018
  17. Dec 18, 2018
  18. Dec 17, 2018
  19. Dec 15, 2018
  20. Dec 14, 2018
Loading