From owner-cvs-src-old@FreeBSD.ORG Tue Dec 22 14:13:23 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B14410656AB for ; Tue, 22 Dec 2009 14:13:23 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8BBE8FC14 for ; Tue, 22 Dec 2009 14:13:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBMEDKTt022070 for ; Tue, 22 Dec 2009 14:13:20 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBMEDKZU022069 for cvs-src-old@freebsd.org; Tue, 22 Dec 2009 14:13:20 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200912221413.nBMEDKZU022069@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 22 Dec 2009 14:13:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/rtld-elf map_object.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 14:13:23 -0000 kib 2009-12-22 14:13:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/rtld-elf map_object.c Log: SVN rev 200839 on 2009-12-22 14:13:13Z by kib MFC r190883: Update comment, fix spacing. MFC r190885: Change the way the mapping of the ELF objects is constructed, by first mapping PROT_NONE anonymous memory over the whole range, and then mapping the segments of the object over it. MFC r195743: Only perform .bss mapping and cleaning operations when segment file size is not equal to its memory size. Tested by: Mykola Dzham Revision Changes Path 1.18.2.1 +33 -30 src/libexec/rtld-elf/map_object.c