Mariusz Zaborski f90218886f rtld: introduce PRELOAD_FDS
The new PRELOAD_FDS variable accepts a list of file descriptors
that should be loaded into the process.

This may be used to optimize a loading process - in the case when
we already have a file descriptor to the library; we don't have
to look into multiple PATH to find it.

It may also be used in capability mode to load a single additional
library without the need to open a directory that contains it.

The last use of this functionality t may be a race-free method
of loading libraries.

Reviewed by:	kib, markj
Differential Revision:	https://reviews.freebsd.org/D29334
2021-03-24 23:40:48 +01:00
..
2021-03-24 23:40:48 +01:00
2020-02-09 12:22:43 +00:00
2017-02-28 23:42:47 +00:00
2021-03-24 23:40:48 +01:00
2021-03-24 23:40:48 +01:00
2020-05-26 19:22:46 +00:00