Skip to content
Snippets Groups Projects
  1. Oct 20, 2020
  2. Oct 16, 2020
  3. Oct 15, 2020
  4. Oct 01, 2020
  5. Sep 30, 2020
  6. Sep 27, 2020
  7. Sep 25, 2020
  8. Sep 21, 2020
    • Josh Triplett's avatar
      Consolidate handling of libdl, and handle crt-static · 5bf6ee5d
      Josh Triplett authored
      Move the link line for `libdl` up to `src/unix/mod.rs`, making it easier
      to see all the libraries `libc` links to.
      
      This also makes `libdl` respect `target-feature=+crt-static`.
      5bf6ee5d
    • Josh Triplett's avatar
      Consolidate handling of libutil, and handle crt-static · e005f4ca
      Josh Triplett authored
      The two library blocks that specify `#[link(name = "util")]` do not
      actually reference any functions in `libutil`; the functions that do use
      `libutil` don't have any reference to it. And having two library blocks
      specify it results in two separate inclusions of `-lutil` on the linker
      command line. Move the link lines up to `src/unix/mod.rs`, making it
      easier to see all the libraries `libc` links to.
      
      This also makes `libutil` respect `target-feature=+crt-static`.
      e005f4ca
  9. Sep 17, 2020
  10. Sep 11, 2020
  11. Aug 31, 2020
  12. Aug 22, 2020
  13. Aug 20, 2020
  14. Aug 19, 2020
  15. Aug 11, 2020
  16. Aug 10, 2020
  17. Jul 29, 2020
  18. Jul 25, 2020
  19. Jul 23, 2020
  20. Jul 22, 2020
  21. Jul 20, 2020
    • Stefano Garzarella's avatar
      linux: add VMADDR_CID_LOCAL · e93797a6
      Stefano Garzarella authored
      
      In Linux we replaced VMADDR_CID_RESERVED with VMADDR_CID_LOCAL
      in commit ef343b35d46667668a099655fca4a5b2e43a5dfe.
      It is available since Linux v5.6, and it can be used to do
      local communication if supported.
      
      This patch deprecates VMADDR_CID_RESERVED for backward
      compatibility.
      
      Signed-off-by: default avatarStefano Garzarella <sgarzare@redhat.com>
      e93797a6
  22. Jul 03, 2020
  23. Jul 02, 2020
  24. Jun 30, 2020
  25. Jun 04, 2020
  26. May 29, 2020
  27. May 23, 2020
  28. May 21, 2020
  29. May 07, 2020
  30. Apr 30, 2020
  31. Apr 25, 2020
Loading