cvs commit: src/lib/libc/net getaddrinfo.c getnameinfo.c name6.c

Hajimu UMEMOTO ume at FreeBSD.org
Mon May 16 10:02:07 PDT 2005


ume         2005-05-16 17:02:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    lib/libc/net         getaddrinfo.c getnameinfo.c name6.c 
  Log:
  MFC:
  - we are no longer shareing any resources to be locked between
    getaddrinfo(3) and getipnodeby*(3).
  - use definitions in reentrant.h.
  - remove obsolete comment.
  - now, our getservbyname(3) is thread-safe.  So, we don't need
    to protect it with mutex lock.
  
          lib/libc/net/getaddrinfo.c:     1.62, 1.65
          lib/libc/net/name6.c:           1.43, 1.44
  
  Revision   Changes    Path
  1.52.2.11  +1 -18     src/lib/libc/net/getaddrinfo.c
  1.14.6.5   +2 -24     src/lib/libc/net/getnameinfo.c
  1.39.2.5   +10 -17    src/lib/libc/net/name6.c


More information about the cvs-all mailing list