History log of /openbsd-src/libexec/ld.so/ld.so.1 (Results 1 – 25 of 25)
Revision Date Author Comments
# 8b7b35eb 14-Jun-2022 kn <kn@openbsd.org>

Document search order

Explain when and how LD_LIBRARY_PATH, DT_RUNPATH and DT_RPATH are used.

Input OK guenther


# b3f796b2 08-May-2020 jca <jca@openbsd.org>

LD_DEBUG is ignored for set-user-ID and set-group-ID executables

from Miod


# 87311ea8 14-Feb-2019 jmc <jmc@openbsd.org>

spelling/consistency fix; from nam nguyen


# 0ed60380 04-Jul-2016 guenther <guenther@openbsd.org>

Remove prebind support: binding to symbol table indices is too fragile
for our development process.

ok kettenis@ deraadt@


# 2d913503 22-Feb-2014 guenther <guenther@openbsd.org>

Delete descriptions of env variables that we don't actually support.
They all sound like bad ideas anyway.

ok matthew@ deraadt@


# 47962096 23-Jan-2014 deraadt <deraadt@openbsd.org>

Remove LD_NORANDOM feature. It serves no usable purpose. Determinism
in this one specific area is not going to help debugging, because so
many other parts are non-deterministic.
ok guenthre matthew

Remove LD_NORANDOM feature. It serves no usable purpose. Determinism
in this one specific area is not going to help debugging, because so
many other parts are non-deterministic.
ok guenthre matthew jsing

show more ...


# ffb38814 10-Jul-2013 jmc <jmc@openbsd.org>

no more link(5). either remove references entirely, or point folks
to elf(5) instead;

ok miod


# bf1c21e6 03-Dec-2011 schwarze <schwarze@openbsd.org>

Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no lo

Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.

ok jmc@ kristaps@

show more ...


# dd97578b 24-Aug-2008 martynas <martynas@openbsd.org>

prepends, not overrides default search path. with/ok kurt@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7f651679 27-May-2007 jmc <jmc@openbsd.org>

document differences between LD_TRACE_LOADED_OBJECTS_FMT1 and
LD_TRACE_LOADED_OBJECTS_FMT2;

based on a diff from Michel Lavondes;
help/ok drahn


# 640aad2e 04-Apr-2007 jmc <jmc@openbsd.org>

properly escape "%O"; ok jason


# f390954d 03-Apr-2007 jason <jason@openbsd.org>

s/library/object for the format string stuff


# c28b164b 03-Apr-2007 jason <jason@openbsd.org>

add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality
matches and expands on the old a.out ld.so formatting. ok drahn


# 837ac4f1 22-Jun-2006 mk <mk@openbsd.org>

These two env vars don't have a `=' in their name.

ok jmc


# 08df7e0a 04-May-2006 drahn <drahn@openbsd.org>

Fix wordo, pointed out by jmc@


# 6a54f14d 03-May-2006 drahn <drahn@openbsd.org>

prebind - how to prelink a binary without throwing security out the window

Prelink fixes the address of libraries making 'return to libc' attacks trival,
prebind uses a different method to achieve m

prebind - how to prelink a binary without throwing security out the window

Prelink fixes the address of libraries making 'return to libc' attacks trival,
prebind uses a different method to achieve most of the same gains, however
without adding any security conerns.

Still under development, now in-tree.

show more ...


# 2400a29a 16-Aug-2005 tom <tom@openbsd.org>

Missing .Pp in -compact list

ok jmc@


# dfc8e427 30-Aug-2004 espie <espie@openbsd.org>

minimal documentation for LD_DEBUG.
okay millert@, miod@


# 74a7cf7e 17-Oct-2003 jmc <jmc@openbsd.org>

double `the the';


# 75682476 26-Sep-2003 jmc <jmc@openbsd.org>

- smaller list width
- <> -> .Aq
- macro cleanup
- also kills a (new) groff warning


# 1449e16e 04-Sep-2003 jmc <jmc@openbsd.org>

- document LD_BIND_NOW
- new sentence, new line
- comment out comments

patch from (and ok) drahn@


# c48640b7 04-Aug-2003 fgsch <fgsch@openbsd.org>

document LD_NORANDOM; input and ok from several ppl.


# f99562ef 09-Jul-2003 jmc <jmc@openbsd.org>

- simplify some macros
- fix a list

ok drahn@


# 1bd37c3c 27-Jun-2003 deraadt <deraadt@openbsd.org>

put it in section 1