History log of /freebsd/libexec/rtld-elf/rtld.1 (Results 101 – 125 of 150)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/7.2.0_cvs, release/7.2.0
# 9c797940 13-Apr-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# b2e4ce45 01-Apr-2009 Konstantin Belousov <kib@FreeBSD.org>

Document RTLD_NODELETE, -z nodelete and -z origin support.


# 569e2ef6 23-Mar-2009 Xin LI <delphij@FreeBSD.org>

Support for a new environment variable, LD_ELF_HINTS_PATH for overriding
the rtld hints file. This environment variable would be unset if the
process is considered as tainted with setuid/setgid. Th

Support for a new environment variable, LD_ELF_HINTS_PATH for overriding
the rtld hints file. This environment variable would be unset if the
process is considered as tainted with setuid/setgid. This feature gives
a convenient way of using a custom set of shared library that is not
located in the default location and switch back.

Feature requested by: iXsystems
Original patch by: John Hixson
MFC after: 2 weeks

show more ...


Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 523b17ef 15-May-2008 Bruce M Simpson <bms@FreeBSD.org>

Make the meaning of the %A format specifier, as passed to
LD_TRACE_LOADED_OBJECTS_FMT[12], more obvious for users like me.


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# b075897e 17-May-2007 Christian S.J. Peron <csjp@FreeBSD.org>

Update the man page to reflect that certain variables will be unset in
the case that the program is set-user-ID or set-group-ID. Add missing
annotations for LIBMAP and LIBMAP_DISABLE.


# 88922cf0 12-May-2007 Pav Lucistnik <pav@FreeBSD.org>

Remove %m formatter, it's ifdef 0'ed in the code from the very beginning

MFC after: 1 week


# b9e1d83e 12-May-2007 Pav Lucistnik <pav@FreeBSD.org>

Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables

PR: docs/66265 (inspired by)
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 1 week


# f0ac0f92 23-Jan-2007 John Baldwin <jhb@FreeBSD.org>

Document LD_UTRACE.

MFC after: 3 days


Revision tags: release/6.2.0_cvs, release/6.2.0
# a3ec17db 17-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Markup fixes.


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 8a50f51b 27-Mar-2006 Pav Lucistnik <pav@FreeBSD.org>

- Document LD_32_* environment variables
- Mention 32-bit files in FILES section

MFC after: 1 week


Revision tags: release/6.0.0_cvs, release/6.0.0
# cc4fdb1d 14-Jun-2005 Ruslan Ermilov <ru@FreeBSD.org>

Removed trailing whitespace.

Approved by: re (blanket)


Revision tags: release/5.4.0_cvs, release/5.4.0
# 5b08cb04 04-Feb-2005 Matthew N. Dodd <mdodd@FreeBSD.org>

Description from Dan:

Another handy libmap patch. Lets you do stuff like this:

LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp

If you already have a program-specific override in libmap.c

Description from Dan:

Another handy libmap patch. Lets you do stuff like this:

LD_LIBMAP="libpthread.so.1=libthr.so.1" mythreadedapp

If you already have a program-specific override in libmap.conf, note
that you must use a program-specific override in LD_LIBMAP:

LD_LIBMAP="[mythreadedapp],libpthread.so.1=libthr.so.1" mythreadedapp

PR: bin/74471
Submitted by: Dan Nelson <dnelson AT allantgroup.com>
MFC after: 2 weeks

show more ...


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# ded0e523 19-Jun-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don't
claim that they do.


# c5d061c1 19-Jun-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

Provide a mechanism for dumping relocation information.

Setting the LD_DUMP_REL_PRE or LD_DUMP_REL_POST environment variables
cause rtld-elf to output a table of all relocations.

This is useful for

Provide a mechanism for dumping relocation information.

Setting the LD_DUMP_REL_PRE or LD_DUMP_REL_POST environment variables
cause rtld-elf to output a table of all relocations.

This is useful for debugging.

show more ...


Revision tags: release/5.1.0_cvs, release/5.1.0
# 09f84dd1 02-Jun-2003 Ruslan Ermilov <ru@FreeBSD.org>

Assorted mdoc(7) fixes.


# 4df60d1c 31-May-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

Use the environment variable LD_LIBMAP_DISABLE to disable
libmap.conf(5) functionality.


# 94deb3f0 17-May-2003 Robert Watson <rwatson@FreeBSD.org>

Since libmap.conf is referenced in rtld.1, include it in the references
section.

Approved by: re (scottl)


# 60cdf2f1 16-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Normalize the FILES section.

Approved by: re (blanket)


# 29ade362 07-Apr-2003 Matthew N. Dodd <mdodd@FreeBSD.org>

Dynamic object dependency mapping: libmap.

This is an optional feature, disabled by default.

This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easil

Dynamic object dependency mapping: libmap.

This is an optional feature, disabled by default.

This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.

show more ...


Revision tags: release/4.8.0_cvs, release/4.8.0
# d9943f16 14-Feb-2003 Alexey Zelkin <phantom@FreeBSD.org>

Advertize rtld(1) as ld.so(1) in manual pages world


Revision tags: release/5.0.0_cvs, release/5.0.0
# 8d5d039f 12-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

Uniformly refer to a file system as "file system".

Approved by: re


Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1
# 3f162cb8 06-Jul-2002 Philippe Charnier <charnier@FreeBSD.org>

The .Nm utility


Revision tags: release/4.6.0_cvs
# 20249943 17-Feb-2002 David E. O'Brien <obrien@FreeBSD.org>

Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
non-empty string in the environment; we indicate which objects caused
each object to be loaded.

PR: 30908
Submitted-by: Mike Mey

Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
non-empty string in the environment; we indicate which objects caused
each object to be loaded.

PR: 30908
Submitted-by: Mike Meyer <mwm@mired.org>

show more ...


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# bcf2b1b3 10-Jan-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: tidy up.


# c4d9468e 07-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case)

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.

show more ...


123456