On Tue, Feb 03, 2015 at 07:01:37PM -0500, Eric Haszlakiewicz wrote: > Ew... how about having dhcpcd call mlockall()?
I looked at that, but it doesn't seem to promise what we need - only pages already paged in will be locked (and/or any future ones). But I wonder if that and setting LD_BIND_NOW in the environment will be enough. Martin