Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 01:43:36 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net getaddrinfo.c name6.c
Message-ID:  <200210060843.g968haUU081587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2002/10/06 01:43:36 PDT

  Modified files:
    lib/libc/net         getaddrinfo.c name6.c 
  Log:
  Put giant locks due to make getaddrinfo(), getnameinfo()
  and getipnodeby*() thread-safe.
  Our res_*() is not thread-safe.  So, we share lock between
  getaddrinfo() and getipnodeby*().  Still, we cannot use
  getaddrinfo() and getipnodeby*() in conjunction with other
  functions which call res_*().
  
  Requested by:   many people
  
  Revision  Changes    Path
  1.34      +22 -1     src/lib/libc/net/getaddrinfo.c
  1.29      +19 -0     src/lib/libc/net/name6.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210060843.g968haUU081587>