Skip to content
Snippets Groups Projects
  1. May 19, 2017
  2. May 18, 2017
  3. May 16, 2017
  4. May 15, 2017
  5. May 08, 2017
  6. May 07, 2017
  7. May 06, 2017
  8. May 05, 2017
  9. May 04, 2017
  10. May 03, 2017
  11. May 02, 2017
    • bors's avatar
      Auto merge of #589 - tokenrove:recvmmsg-sendmmsg, r=alexcrichton · fd9d460a
      bors authored
      Add Linux-specific recvmmsg(2) and sendmmsg(2)
      
      This is just the patch that @nodakai submitted in #257, updated against current master, but I'm opening this PR as a vehicle for whatever additional changes need to be made to get it merged.  Thanks.
      fd9d460a
    • NODA, Kai's avatar
      Add Linux-specific recvmmsg(2) and sendmmsg(2) · 61c23fb9
      NODA, Kai authored
      
      There is a compatibility issue regarding the type of a flag parameter:
      int vs uint. Linux does declare the syscall to use uint and musl
      followed it, but it is incompatible with other POSIX recv*/send*
      syscalls. So it seems to be wise to follow the glibc version of
      prototypes with int.
      
      Signed-off-by: default avatarNODA, Kai <nodakai@gmail.com>
      61c23fb9
  12. May 01, 2017
  13. Apr 30, 2017
  14. Apr 29, 2017
  15. Apr 28, 2017
  16. Apr 27, 2017
  17. Apr 26, 2017
  18. Apr 25, 2017
Loading