Skip to content
Snippets Groups Projects
  1. Dec 27, 2019
    • bors's avatar
      Auto merge of #1621 - coolreader18:fdset-redox-ai-android, r=gnzlbg · 74ff4122
      bors authored
      Add Redox FD_* function-macros and Android AI_* constants
      
      I'm not sure if I'm allowed to add multiple, separate APIs in the same PR, but I guess they're both for uncommon/exotic platforms?
      
      The `AI_*` constants were taken from `usr/include/netdb.h` on my Termux install; the `FD_` functions were taken from `linux_like/mod.rs`.
      74ff4122
  2. Dec 23, 2019
    • bors's avatar
      Auto merge of #1624 - noam93k:master, r=gnzlbg · 80c6c648
      bors authored
      Add dlmopen dlinfo and related consts.
      
      I actually have no idea if the constants I copied from my computer are cross-platform.
      80c6c648
    • bors's avatar
      Auto merge of #1612 - GrayJack:fix_utmpx_debug_solarish, r=gnzlbg · 4c41ef07
      bors authored
      Solarish: Fix utmx Debug impl and re-add support for extra traits
      
      Fix a bug where the compilation failed cause `utmpx.host` is bigger than 32 so we cannot print it.
      
      Due to a break of compilation (only with extra trait enabled) on a Tier 2 platform, I do think it would be better to do another release as soon as proven fixing compilation
      4c41ef07
    • bors's avatar
      Auto merge of #1616 - mcpherrinm:withandroid, r=gnzlbg · a3c5f9b7
      bors authored
      Add sock_extended_err and associated constants from errqueue.h to linux_like
      
      This is an alternate version of #1614 that attempts to fix issues with the android ctests by rearranging the headers.  Due to long CI cycle time, I've opened it as an alternate PR.  Only one or the other should merge, depending if linux_like or linux is the correct place for this.
      
      sock_extended_err is a struct returned as a control message when the sockopt
      IP_RECVERR is set, when recvmsg has the MSG_ERRQUEUE flag set. IP_RECVERR and
      MSG_ERRQUEUE are constants both already defined here.
      a3c5f9b7
  3. Dec 18, 2019
  4. Dec 16, 2019
  5. Dec 11, 2019
  6. Dec 09, 2019
  7. Dec 08, 2019
  8. Dec 03, 2019
    • Matthew McPherrin's avatar
      Add test for SO_EE_OFFENDER · 06938add
      Matthew McPherrin authored
      Modelled after the cmsg tests, this wraps the C macro into a function, and then
      compares the results to the Rust implementation in libc.
      06938add
  9. Dec 02, 2019
  10. Nov 30, 2019
  11. Nov 29, 2019
  12. Nov 28, 2019
  13. Nov 27, 2019
  14. Nov 25, 2019
Loading