summaryrefslogtreecommitdiff
path: root/libexec/ld.aout_so
AgeCommit message (Expand)Author
2003-01-16Fix problem where dlclose() falls into infinite loop.itohy
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-11-22Only warn on double-word displacements for displacements lesssimonb
2002-11-12MKDYNAMICROOT for a.outitohy
2002-09-29Begin new sentences on new lines.wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-04-24- in <bsd.files.mk>, don't clear FILES after using it, as that preventslukem
2002-03-29Add support for a VAX ld.so when VAX is ELFmatt
2002-03-05Use ${PRINTOBJDIR}.thorpej
2002-02-24Change to use a register prefix.matt
2002-02-07Edit -mdoc usage.ross
2002-02-06Rename to reflect the MACHINE_ARCH that will be used on ARM ELFthorpej
2002-02-06MACHINE_ARCH for ELF ARM platforms is "arm", not "arm32".thorpej
2002-01-31Make it possible for uudecode to be a host tool.tv
2002-01-22Add a uuencoded binary of a.out arm32 ld.so and update Makefile to extractskrll
2002-01-15Drop some unnecessary .Pps.wiz
2001-11-21"than" instead of "then".wiz
2001-09-20Use vsnprintf instead of vsprintf.wiz
2001-07-25Add hack bits to be able to compile a cross-linker for 8K-pages m68k targetsaymeric
2001-06-21make sure we remove all the global references refering to a shared objectchristos
2001-05-06Newly built binaries from netbsd-1-4 sources, including fix forhe
2001-05-06Rename rtld.1 to ld.aout_so.1, since it only describes ld.so for a.out.wiz
2001-05-06This man page only documents behaviour on a.out. ld.aout_so useswiz
2001-05-06LD_PRELOAD wants a space (not colon) separated list of libraries.wiz
2001-04-18Add a uuencoded binary of a.out m68k ld.so.tsutsui
2001-03-19Common symbol is not a member of particular shlib have particular shlib,itohy
2000-12-17Deal with an empty hints file.pk
2000-11-28Add another debugging message.mycroft
2000-11-28Make this compile with -DDEBUG.mycroft
2000-10-29In dlopen(), use the main program's library search path, to match semantics ofmycroft
2000-09-12- Add "dependall" target so that "make build" will really uudecode thetron
2000-09-11Add uuencoded binaries for a.out dynamic loaders on i386 and sparc,fvdl
2000-05-28Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT as it's always the casematt
2000-05-27Changes to put the COMPAT_AOUT code into ld.aout_so. Search <dir> for <lib>matt
2000-03-24Document LD_PRELOAD, fixing PR lib/9663, and note that (and why) neitherkleink
2000-02-11Const poison dladdr().thorpej
1999-11-29Use <link_aout.h> instead of <link.h>itohy
1999-11-18Spellingkristerw
1999-06-28Make longjmp work with dynamic linking. From Matt Thomas.ragge
1999-06-17MAP_COPY -> MAP_PRIVATEthorpej
1999-04-23Allow rpaths in setuid binaries, noticed by tron. This is already donetv
1999-04-12Allow reading SunOS/4.1.1 object files. Fixes pr/7363gwr
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-19Move the link.h files for the different shlib formats via repository copy,thorpej
1999-03-13Need a small prototype. (Where did it go?)ragge
1999-03-13unbalanced `#endif', pointed out by Ken Wellsch.ragge
1999-02-27Add ld.so hacks for arm32, and reenable ld.aout_so on arm32. As is welltv