Skip to content
Snippets Groups Projects
  1. Oct 29, 2018
  2. Oct 27, 2018
  3. Oct 26, 2018
  4. Oct 20, 2018
  5. Oct 19, 2018
  6. Oct 18, 2018
  7. Oct 17, 2018
  8. Oct 16, 2018
  9. Oct 15, 2018
  10. Oct 14, 2018
  11. Oct 08, 2018
  12. Oct 06, 2018
    • bors's avatar
      Auto merge of #1090 - xd009642:master, r=alexcrichton · dd8f56ed
      bors authored
      Add ptrace for non-apple BSDs
      
      So yesterday I did a PR for ptrace for apple, I've now gone through the ptrace header files for the other BSDs supported by libc and added ptrace + constants for all of them.
      
      Given the lack of ptrace in any of them I don't know if the test has to be changed at all for the new functions so I'll tackle any CI errors that come up if and as they appear.
      dd8f56ed
    • xd009642's avatar
      Add ptrace for non-apple BSDs · 57b136a2
      xd009642 authored
      * Added ptrace and constants for all freebsdlike and netbsdlike OSs
      57b136a2
  13. Oct 05, 2018
  14. Oct 04, 2018
  15. Oct 03, 2018
    • bors's avatar
      Auto merge of #1088 - m-hilgendorf:patch-1, r=alexcrichton · 3a04c320
      bors authored
      Add ftok on MacOS
      
      Provide a symbol for the `ftok` function declared in sys/ipc.h, for completeness and to allow calling `ftok` to generate the key value for `shmat`.
      3a04c320
    • bors's avatar
      Auto merge of #1087 - kalamay:bsd-fcntl-locks, r=alexcrichton · 4a1bae28
      bors authored
      Add fcntl constants for advisory locking on BSDs
      
      For range-based locking POSIX fcntl locks are needed. This adds the
      constants F_RDLCK, F_UNLCK, and F_WRLCK for FreeBSD, NetBSD, OpenBSD,
      DragonFlyBSD, and macOS/iOS. Fortunately these values are defined the same across these platforms.
      4a1bae28
  16. Oct 02, 2018
  17. Sep 28, 2018
Loading