Re: svn commit: r232862 - head/libexec/rtld-elf

2012-03-12 Thread Konstantin Belousov
On Mon, Mar 12, 2012 at 12:16:08PM +, Konstantin Belousov wrote: > Author: kib > Date: Mon Mar 12 12:16:08 2012 > New Revision: 232862 > URL: http://svn.freebsd.org/changeset/base/232862 > > Log: > Rtld on diet part 2: > > Do not use stdio for libmap.conf read. Directly map the file an

svn commit: r232862 - head/libexec/rtld-elf

2012-03-12 Thread Konstantin Belousov
Author: kib Date: Mon Mar 12 12:16:08 2012 New Revision: 232862 URL: http://svn.freebsd.org/changeset/base/232862 Log: Rtld on diet part 2: Do not use stdio for libmap.conf read. Directly map the file and parse lines from the mappings. Reviewed by: kan MFC after:3 weeks Modi