On Wed, Mar 15, 2017 at 05:19:54PM -0400, Shawn Webb wrote: > On Wed, Mar 15, 2017 at 09:11:58PM +0000, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Mar 15 21:11:57 2017 > > New Revision: 315331 > > URL: https://svnweb.freebsd.org/changeset/base/315331 > > > > Log: > > Implement LD_BIND_NOT knob for rtld. > > > > From the manpage: > > When set to a nonempty string, prevents modifications of the PLT slots > > when doing bindings. As result, each call of the PLT-resolved > > function is resolved. In combination with debug output, this provides > > complete account of all bind actions at runtime. > > > > Same feature exists on Linux and Solaris. > > > > Sponsored by: The FreeBSD Foundation > > MFC after: 2 weeks > > Hey Kostik, > > I'm curious what the use case is for this. When would someone use > LD_BIND_NOT?
The commit message explicitely describes the supposed use case, which also triggered my implementation of the feature. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"