summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.1
AgeCommit message (Expand)Author
2025-11-25Add description of the LD_DEBUG environment variable.George V. Neville-Neil
2024-11-07rtld.1: cross-reference rtld_get_var.3Konstantin Belousov
2024-10-28manuals: Fix datesGraham Percival
2024-07-30rtld: add LD_NO_DL_ITERATE_PHDR_AFTER_FORK env varKonstantin Belousov
2024-07-30rtld(1): Spell value as VALUE, not NAMEKonstantin Belousov
2024-04-30rtld.1: clarify interaction between -u and -oKonstantin Belousov
2024-04-30rtld: add direct-exec option -oKonstantin Belousov
2024-04-20rtld(1): minor clarification for LD_STATIC_TLS_EXTRAKonstantin Belousov
2023-10-30rtld: introduce STATIC_TLS_EXTRAStephen J. Kiernan
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2022-11-11rtld: add support for the $LIB tokenKonstantin Belousov
2022-02-25rtld.1: Fix misplaced textJohn F. Carr
2021-11-13rtld: Implement LD_SHOW_AUXVKonstantin Belousov
2021-10-13rtld direct exec: add -d optionKonstantin Belousov
2021-08-16rtld: Switch to the standard symbol lookup behavior if LD_DYNAMIC_WEAK is setFangrui Song
2021-06-03rtld: Rename -t option to -u (ignore LD_ vars)Konstantin Belousov
2021-05-29rtld direct exec: add option to ignore LD_ variablesKonstantin Belousov
2021-04-06rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov
2021-03-25rtld: fix the man pageMariusz Zaborski
2021-03-24rtld: introduce PRELOAD_FDSMariusz Zaborski
2020-10-09Fix a few mandoc issuesGordon Bergling
2020-05-31rtld: Add -b option to allow to specify image name different from arg0.Konstantin Belousov
2020-05-31rtld: Add -v switch to print some useful information about the rtld binary.Konstantin Belousov
2020-05-26Add version indicators to rtld.Konstantin Belousov
2017-09-01Add serial comma.Konstantin Belousov
2017-07-14Language improvements.Konstantin Belousov
2017-05-29Document direct execution mode for rtld.Konstantin Belousov
2017-05-29Correct explanation of the dynamic tokens handling.Konstantin Belousov
2017-05-18Fix some nroff syntax in rtld.1.Jonathan Anderson
2017-03-16rtld(1): Document that LD_BIND_NOT is unset for setugid processes.Jilles Tjoelker
2017-03-15Implement LD_BIND_NOT knob for rtld.Konstantin Belousov
2014-06-23mdoc: remove superfluous paragraph macros.Joel Dahl
2014-06-20Add the LD_LIBRARY_PATH_FDS environmental variable.Jonathan Anderson
2012-07-15Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4Konstantin Belousov
2010-12-25Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
2009-04-01Document RTLD_NODELETE, -z nodelete and -z origin support.Konstantin Belousov
2009-03-23Support for a new environment variable, LD_ELF_HINTS_PATH for overridingXin LI
2008-05-15Make the meaning of the %A format specifier, as passed toBruce M Simpson
2007-05-17Update the man page to reflect that certain variables will be unset inChristian S.J. Peron
2007-05-12Remove %m formatter, it's ifdef 0'ed in the code from the very beginningPav Lucistnik
2007-05-12Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variablesPav Lucistnik
2007-01-23Document LD_UTRACE.John Baldwin
2006-09-17Markup fixes.Ruslan Ermilov
2006-03-27- Document LD_32_* environment variablesPav Lucistnik
2005-06-14Removed trailing whitespace.Ruslan Ermilov
2005-02-04Description from Dan:Matthew N. Dodd
2003-06-19LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tMatthew N. Dodd
2003-06-19Provide a mechanism for dumping relocation information.Matthew N. Dodd
2003-06-02Assorted mdoc(7) fixes.Ruslan Ermilov