summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Fix a nasty memory corruption bug caused by having a bogus pointermarcel2002-08-221-0/+8
* Include stddef.h for NULL definition, rather than rolling our own here.imp2002-08-211-2/+1
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.marcel2002-08-201-0/+30
* Don't acquire the writer lock in rtld_exit when clearing the sharedjdp2002-08-081-2/+0
* Add END markers to asm functions so that debuggers can find their size.jake2002-07-171-1/+3
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-065-42/+7
* The .Nm utilitycharnier2002-07-061-2/+6
* Update the asm statements to use the "+" modifier instead ofjdp2002-06-244-16/+16
* Add needed include of mman.h to fix sparc64 buildworld.jake2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-222-21/+58
* This is the same alloca() fix as was committed for i386. David O'Briendillon2002-06-181-5/+17
* Dillon's recent commits to the dynamic linker without running themjdp2002-06-101-1/+0
* Correct a bug in the last commit. The whole point of creating a 'done:'dillon2002-06-102-6/+6
* In tracking down an installation seg fault with then openoffice portdillon2002-06-102-18/+42
* Include machine/ia64_cpu.h because we use ia64_mf().marcel2002-05-211-0/+1
* Fix handling of weak references to undefined symbols on ia64:marcel2002-04-272-29/+21
* Now that local symbols aren't looked up with the symbol hash table,marcel2002-04-271-10/+3
* Don't do symbol lookups for local symbols. The symbol index in themarcel2002-04-271-7/+14
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedpeter2002-04-071-3/+16
* Minor changes to make this work on sparc64.jake2002-04-021-33/+46
* rtld support for sparc64.jake2002-03-135-0/+1073
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.des2002-02-271-3/+6
* ld-elf.so.1 assumed a few too many things about the ordering of sectionspeter2002-02-185-72/+265
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aobrien2002-02-172-2/+11
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-9/+35
* Mark a function as __printflike()kris2002-02-041-1/+1
* Change the library search order so that LD_LIBRARY_PATH overridesjdp2002-01-251-2/+2
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-1/+0
* mdoc(7) police: tidy up.ru2002-01-101-17/+25
* Update rtld for the "new" ia64 ABI. In the old toolchain, thepeter2001-10-297-9/+34
* Fix a dependency violation (branch after alloc)peter2001-10-291-1/+1
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-1514-33/+1069
* The support for accelerating find_symdef() with a cache was broken. Thisdfr2001-10-101-8/+9
* mdoc(7) police:ru2001-08-071-4/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-262-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Use new backup feature of install(1).ru2001-05-281-14/+1
* Performance improvements for the ELF dynamic linker. Thesejdp2001-05-055-18/+60
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+2
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-1/+1
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Fix a bug in which a program called dlclose from a destructor andjdp2001-01-051-2/+43
* Prepare for mdoc(7)NG.ru2000-12-201-3/+5
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* Remove the superfluous call to _rtld_error() in symlook_default().jdp2000-11-071-2/+0
* Add support for dlsym(RTLD_DEFAULT, ...).jdp2000-09-192-69/+97
* Pass two pointer parameters to the r_debug_state() hookjwd2000-08-261-8/+18
* Revamp the code that calls shared libraries' init and fini functions.jdp2000-07-262-106/+185
OpenPOWER on IntegriCloud