Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2009 14:13:13 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/rtld-elf map_object.c
Message-ID:  <200912221413.nBMEDKZU022069@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd levsha org ua>
  
  Revision  Changes    Path
  1.18.2.1  +33 -30    src/libexec/rtld-elf/map_object.c



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