Skip to content
  1. Aug 23, 2015
  2. Aug 22, 2015
    • Gregory Nutt's avatar
      Upate submodules · 64cff548
      Gregory Nutt authored
      64cff548
    • Gregory Nutt's avatar
      Update ChangeLog · 7f3a36fb
      Gregory Nutt authored
      7f3a36fb
    • Pavel Pisa's avatar
      [PATCH] gethostbyname(): correct returned address format when DNS is used. ... · 23035ca6
      Pavel Pisa authored
      
      [PATCH] gethostbyname(): correct returned address format when DNS is used.  The hostent.h_addr_list should point to raw in_addr or in6_addr as defined in the standard. Original implementation used that
      for numeric addresses but for DNS lookup returned pointer to whole sockaddr_in or sockaddr_in6.
      
      getaddrinfo() should be preferred in a long term perspective. Return of complete addresses from the lookup would be better in such case but it requires significant changes anyway - multiple addresses support and most probably dynamic memory allocation which is bad for many RT applications. So gethostbyname() is sufficient for most applications now.
      
      Signed-off-by: default avatarPavel Pisa <ppisa@pikron.com>
      23035ca6
  3. Aug 21, 2015
  4. Aug 20, 2015
  5. Aug 18, 2015
  6. Aug 17, 2015
  7. Aug 16, 2015
  8. Aug 15, 2015
  9. Aug 14, 2015
  10. Aug 13, 2015
  11. Aug 12, 2015
  12. Aug 11, 2015