summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2013-05-03Remove dbg for _ctype_matt
2013-05-03Consistently use LDELFSO_MACHINE_ARCH.matt
2013-05-03Remove trailing whitespaceskrll
2013-05-03Provide a default LDELFSO_MACHINE_ARCH. hi matt!skrll
2013-05-02Print out &_DYNAMIC too.matt
2013-05-02Print out PT_DYNAMIC address for objmain.matt
2013-04-27Changes for MKCOMPAT for earm.matt
2013-04-25Use __printflike and __dead instead of __attributes__matt
2013-04-25Use phdr as start of phdrs (duh)matt
2013-04-25Use ph, not phdr, consistently.matt
2013-04-25Use relocbase, not mapbase.matt
2013-04-25Don't assume that PT_PHDR is always first.matt
2013-04-25Adjust exidx_start by relocbaseskrll
2013-04-25Handle PT_ARM_EXIDX when mapping objects.skrll
2013-04-25Only include unwind.h if _RTLD_SOURCEmatt
2013-04-24Add support for PT_ARM_EXIDX and __gnu_Unwind_Find_exidx for libgcc's supportmatt
2013-04-24Add a ld.elf_so internals version of __gnu_Unwind_Find_exidx for that thematt
2013-04-05split debug info for rtldchristos
2013-03-21Convert from __attribute__(foo) to the __foo equiv in <sys/cdefs.h>lukem
2013-03-21Update version to 20110904 for the user-visible change I made back then:lukem
2013-03-09fix PR 47629, using a slightly different patch to the one in the PR.mrg
2013-03-02Fix typo, releaases.ryoon
2013-02-05Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aoutmartin
2013-02-05There are other little endian arm machine_arches other than "arm"matt
2013-01-24don't free cp before we copy it!christos
2013-01-23Handle CPUFLAGS being emptymatt
2013-01-23Make sure CFLAGS is not empty.matt
2013-01-22If you are using aapcs, you must be using INITFINImatt
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-12-16Fix the other lwp_park() to pass 0 for the 'unpark' lwp.dsl
2012-12-16You need to pass 0 (not -1) to lwp_park() if you don't alsodsl
2012-12-04Minor typopgoyette
2012-11-07Add support for R_386_TLS_TPOFF32. This patch was created byapb
2012-11-04Only include the headers we use and remove useless variable.christos
2012-11-04if you are going to use utmpx.h, include it.christos
2012-11-04remove useless include (sys/stat.h) and add useful one (stdio.h)christos
2012-11-04include pwd.h for password stuffchristos
2012-10-13Improve the diagnostic messages for invalid/non-ELF files. Proposed adholland
2012-10-01On failure in _rtld_dlcheck, call _rtld_error, not xwarnx.riastradh
2012-09-15does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files areplunky
2012-08-23Revert last, it breaks the tricks xsrc uses.joerg
2012-08-23Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, ifjoerg
2012-08-15Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY).matt
2012-08-13Add a comment for EABI. Use "pop" instructions to save one instruction.matt
2012-08-04Don't abuse DBG, use COPTS instead.matt
2012-07-25Try to make dbg() printfs realy ELFSIZE independentmartin
2012-07-22Add special handling needed for OLO10 relocations.martin
2012-07-22Remove a debug assert that does not hold for PIE (e.g. phdr = 0x40, butmartin
2012-07-19when generating URIs escape various characters as specified in RFC 3986.mrg
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr