Skip to content
Snippets Groups Projects
  1. Oct 20, 2020
  2. Oct 01, 2020
  3. Sep 30, 2020
  4. Sep 27, 2020
  5. Sep 25, 2020
  6. 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
  7. Sep 17, 2020
    • Aaron Hill's avatar
      Add SYS_pidfd_open and SYS_clone3 · 8e58e82c
      Aaron Hill authored
      These syscalls were added recently, and therefore have consistent
      numbers across different architetures (other than the weird offsetting
      on some platforms).
      8e58e82c
  8. Aug 20, 2020
  9. Aug 11, 2020
  10. Aug 10, 2020
  11. Jul 29, 2020
  12. Jul 03, 2020
  13. Jul 02, 2020
  14. Jun 30, 2020
  15. May 23, 2020
  16. May 21, 2020
  17. May 07, 2020
  18. Apr 30, 2020
  19. Apr 25, 2020
  20. Apr 13, 2020
  21. Apr 10, 2020
  22. Apr 09, 2020
  23. Apr 04, 2020
  24. Mar 29, 2020
  25. Mar 25, 2020
  26. Mar 15, 2020
  27. Mar 14, 2020
  28. Mar 13, 2020
  29. Mar 10, 2020
  30. Mar 09, 2020
  31. Mar 08, 2020
Loading