Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2010 17:06:22 +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:  <201008281706.o7SH6ZxH023415@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    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 211938 on 2010-08-28 17:06:22Z 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.59.2.2   +8 -3      src/lib/libc/net/gethostbydns.c
  1.27.10.2  +12 -4     src/lib/libc/net/gethostbyht.c
  1.28.10.2  +6 -2      src/lib/libc/net/gethostbynis.c
  1.33.10.2  +17 -5     src/lib/libc/net/gethostnamadr.c
  1.34.10.2  +6 -2      src/lib/libc/net/getnetbydns.c
  1.19.10.2  +12 -4     src/lib/libc/net/getnetbyht.c
  1.21.10.2  +6 -2      src/lib/libc/net/getnetbynis.c
  1.23.10.2  +12 -4     src/lib/libc/net/getnetnamadr.c
  1.7.10.2   +10 -8     src/lib/libc/net/getproto.c
  1.9.10.2   +10 -7     src/lib/libc/net/getprotoent.c
  1.7.10.2   +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?201008281706.o7SH6ZxH023415>