aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-036-181/+23
* 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-9/+21
* 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-214/+232
* 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
* Block almost all signals in the default locking method instead ofJohn Polstra2000-01-254-32/+40
* Allow files in LD_PRELOAD to be separated by white space, like SolarisJohn Polstra2000-01-221-3/+4
* Revamp the mechanism for enumerating and calling shared objects'John Polstra2000-01-096-139/+187
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-284-16/+32
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-2711-45/+509
* In revision 1.21 I changed the search order for shared libraries,John Polstra1999-11-191-1/+1
* .Nm += "rtld"Alexey Zelkin1999-09-281-1/+2
* Make jdk-1.1.8 work again. It turns out that some code insideJohn Polstra1999-09-051-5/+9
* Enable -Wformat checking for debug_printf().John Polstra1999-09-041-1/+3
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startJohn Polstra1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-303-12/+31