aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev. 1.10 (forgotten in previous commit).Max Khon2004-02-031-1/+1
* MFC:Max Khon2004-02-034-7/+26
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-02-031-0/+255
* MFC rev. 1.90:Anton Berezin2003-11-251-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-10-011-0/+7
* MFC: Properly remove unloaded objects from all lists.Alexander Kabaev2003-02-203-58/+307
* MFC: fix a bug in RTLD_TRACE when object being traced is already dlopen'ed.Maxim Sobolev2003-02-061-6/+8
* MFC ELF coredump handling fixes. Do not skip read-only pages unrelatedMatthew Dillon2002-12-281-6/+23
* MFC: r1.69, support binaries with arbitrary number of PT_LOAD segmentsAlexander Kabaev2002-11-292-42/+56
* MFC: r1.68 symbool lookup order change.Alexander Kabaev2002-11-291-12/+12
* MFC: ld-elf.so.1 assumed a few too many things about the ordering of sectionsDavid E. O'Brien2002-09-024-71/+129
* MFC 1.66: Fix OpenOffice build problems by not acquiring theJohn Polstra2002-08-131-2/+0
* MFC: Remove nanosleep calls which caused problems for OpenOffice.John Polstra2002-07-112-17/+3
* MFC: Update the asm statements to use the "+" modifier instead ofJohn Polstra2002-07-022-8/+8
* MFC 1.16 (alpha alloca -> mmap fix)Matthew Dillon2002-06-221-5/+17
* MFC 1.16: Remove maintainer line.John Polstra2002-06-221-1/+0
* MFC 1.10 - replace alloca() with mmap() to avoid unbounded stack usage.Matthew Dillon2002-06-161-8/+20
* MFC: (1.61) When searching an object on the global list, search its DAG too.Dag-Erling Smørgrav2002-04-021-3/+6
* MFC:David Malone2002-03-041-1/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-02-221-0/+135
* MFC: allow ldd(1) be used on shlibs.Maxim Sobolev2002-02-181-9/+35
* MFC 1.56: give LD_LIBRARY_PATH higher precedence.John Polstra2002-02-111-2/+2
* MFC: 1.27: tidy up the markup.Ruslan Ermilov2002-01-101-17/+25
* MFC: Fix find_symdef() cache.Doug Rabson2001-10-171-8/+9
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-6/+4
* MFC: 1.15: Use new backup feature of install(1).Ruslan Ermilov2001-08-081-14/+1
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-2/+0
* MFC: * Most of existing include/elf.h is in elf-hints.h.David E. O'Brien2001-07-111-1/+2
* MFC: Performance improvements. Includes the following revisions:John Polstra2001-05-114-14/+51
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC 1.50 -> 1.51: Make it possible to call dlclose from aJohn Polstra2001-01-211-2/+43
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-3/+5
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-2/+3
* MFC 1.49 -> 1.50: Eliminate superfluous "Undefined symbol" errorJohn Polstra2000-11-081-2/+0
* MFC: Add support for dlsym(RTLD_DEFAULT, ...).John Polstra2000-09-222-69/+97
* MFC 1.47 -> 1.48: Pass useful info to r_debug_state(), toJohn Polstra2000-09-221-8/+18
* MFC: Call init and fini functions in a proper order based on theJohn Polstra2000-07-292-106/+185
* MFC: rev 1.13 (use install(1) rather than cp)David E. O'Brien2000-07-201-1/+2
* MFC: Block signals while holding the exclusive lock to avoid lockingJohn Polstra2000-07-182-3/+56
* MFC: Use spinlocks + nanosleep for thread locking to make it workJohn Polstra2000-07-126-211/+229
* MFC 1.10 -> 1.11: Eliminate unaligned accesses while relocating.John Polstra2000-07-121-12/+27
* MFC 1.19 -> 1.20: Fix .Po usage.John Polstra2000-07-121-1/+2
* MFC 1.10 -> 1.11: Fix missing DPADDs and some style bugs.John Polstra2000-07-121-4/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+411
* MFC: rev 1.12 (save previous dynamic linker)David E. O'Brien2000-07-081-0/+12
* MFC: Cross-reference ldd(1) in rtld(1) and vice versa.Sheldon Hearn2000-03-281-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-138-783/+0
* Add a manual page for the ELF dynamic linker. I initially createdJohn Polstra2000-01-292-99/+22
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-295-50/+137