From owner-cvs-src@FreeBSD.ORG Fri May 6 04:10:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86EF16A4CE; Fri, 6 May 2005 04:10:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926EB43D98; Fri, 6 May 2005 04:10:44 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j464AiQp013930; Fri, 6 May 2005 04:10:44 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j464Ai74013929; Fri, 6 May 2005 04:10:44 GMT (envelope-from kensmith) Message-Id: <200505060410.j464Ai74013929@repoman.freebsd.org> From: Ken Smith Date: Fri, 6 May 2005 04:10:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Subject: cvs commit: src/lib/libc/net getnameinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 04:10:45 -0000 kensmith 2005-05-06 04:10:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_4) lib/libc/net getnameinfo.c Log: MFC v1.14.6.1 and v1.14.6.2: > Log: > enclose getservbyport(3) call with mutex lock. > since our getservbyport(3) is thread-safe on CURRENT, we don't need > this workaround on CURRENT. however, it is not MFC'ed to RELENG_5, > yet. so, we need this for RELENG_5. > this fix is candidate for MFS to be in time for 5.4-RELEASE. > > Found by: tools/regression/lib/libc/resolv/resolv -r > Reviewed by: hrs > Tested by: hrs Work done by: ume (he requested merge but I approved it too late) Approved by: re (scottl approved me doing merge so tagging can be done) Revision Changes Path 1.14.10.1 +24 -2 src/lib/libc/net/getnameinfo.c