Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2010 17:12:52 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/net gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c getproto.c getprotoent.c getprotoname.c
Message-ID:  <201008281713.o7SHDBGc023916@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2010-08-28 17:12:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/net         gethostbydns.c gethostbyht.c 
                         gethostbynis.c gethostnamadr.c 
                         getnetbydns.c getnetbyht.c getnetbynis.c 
                         getnetnamadr.c getproto.c getprotoent.c 
                         getprotoname.c 
  Log:
  SVN rev 211939 on 2010-08-28 17:12:52Z by ume
  
  MFC r211276:
  - When there is no room for returning the result, nss backend
    have to return ERANGE and terminate with NS_RETURN.
  - When gethostbyname_r(3) and the friends end with an error,
    set errno to the value nss backend returns, and return errno
    value.
  
  PR:             kern/131623
  
  Revision  Changes    Path
  1.58.2.2  +8 -3      src/lib/libc/net/gethostbydns.c
  1.27.2.1  +12 -4     src/lib/libc/net/gethostbyht.c
  1.28.2.1  +6 -2      src/lib/libc/net/gethostbynis.c
  1.33.2.1  +17 -5     src/lib/libc/net/gethostnamadr.c
  1.34.2.1  +6 -2      src/lib/libc/net/getnetbydns.c
  1.19.2.1  +12 -4     src/lib/libc/net/getnetbyht.c
  1.21.2.1  +6 -2      src/lib/libc/net/getnetbynis.c
  1.23.2.1  +12 -4     src/lib/libc/net/getnetnamadr.c
  1.7.2.1   +10 -8     src/lib/libc/net/getproto.c
  1.9.2.1   +10 -7     src/lib/libc/net/getprotoent.c
  1.7.2.1   +10 -8     src/lib/libc/net/getprotoname.c



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