summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2009-05-27Increase the size of the static TLS area slightly (required for the NVidia'sDoug Rabson
2009-05-26Per the man page:Doug Barton
2009-04-20Prefer <sys/param.h> to <machine/param.h> for the definition ofRobert Watson
2009-04-19Explicitly include machine/param.h for CACHE_LINE_SIZE.Robert Watson
2009-04-19Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson
2009-04-10Currently, when mapping an object, rtld reserves the whole address spaceKonstantin Belousov
2009-04-10Update comment to the reality, rtld supports any number of loadable segments.Konstantin Belousov
2009-04-07Move variable externs into extern.h so they are checked against the definitions.David E. O'Brien
2009-04-03Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3).Konstantin Belousov
2009-04-01Document RTLD_NODELETE, -z nodelete and -z origin support.Konstantin Belousov
2009-03-31Use RTF_LLDATA.Olivier Houchard
2009-03-30Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov
2009-03-28Do not dereference NULL pointer. refobj is NULL for the objects that areKonstantin Belousov
2009-03-23Support for a new environment variable, LD_ELF_HINTS_PATH for overridingXin LI
2009-03-18Implement the dynamic string token substitution in the rpath andKonstantin Belousov
2009-02-21Fix build when WITH_SSP is set explicitly.Ruslan Ermilov
2009-01-30o Fix typo: indentical -> identical.Maxim Konovalov
2009-01-17Fix handling of pts(4) device names in comsat(8). Also catch fork() errors.Ed Schouten
2008-12-23Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival
2008-12-15This main goals of this project are:Qing Li
2008-12-02Provide custom simple allocator for rtld locks in libthr. The allocatorKonstantin Belousov
2008-11-27Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.Konstantin Belousov
2008-11-13Convert telnetd(8) to use posix_openpt(2).Ed Schouten
2008-11-04Whitespace and style fixes, build at WARNS level 6.Dag-Erling Smørgrav
2008-10-13This code has no copyright. It is fairly obvious to me that we're aWarner Losh
2008-10-10MFp4: Fix a bug in the mips relocation code that prevents shared imagesWarner Losh
2008-10-10Allow strong symbols to override weak ones for lookups done throughAlexander Kabaev
2008-09-21add new build knobs and jigger some existing controls to improveSam Leffler
2008-09-16Allow multiple locks to be acquired by detecting correspondingDavid Xu
2008-09-03Make sure internal rtld malloc routines are not called from unlockedAlexander Kabaev
2008-08-24Remove the now unneeded pt_chown utility.Ed Schouten
2008-08-04Mark functions as __dead2 in order to help the LLVM static checkerColin Percival
2008-06-25Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov
2008-06-10Use sysctl to fetch stats from the kernel instead of reading variablesJohn Baldwin
2008-05-15Make the meaning of the %A format specifier, as passed toBruce M Simpson
2008-05-07Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson
2008-05-06Fix the problem with the C++ exception handling for the multithreadedKonstantin Belousov
2008-04-04MFp4: Add mips support for dynamic linking.Warner Losh
2008-03-26Fix some "in in" typos in comments.Christian Brueffer
2007-12-01For un-prototyped static inline functions declared in pthread_md.h onRobert Watson
2007-11-23Add "with" to make the line go smoother.Edwin Groothuis
2007-11-23Add the -W options, which acts the same as -w but will generateEdwin Groothuis
2007-11-19Include an extra header to get a function prototype.John Birrell
2007-10-31Add a hackish knob to skip rtld, NO_RTLD. In conjunction withYaroslav Tykhiy
2007-10-16- Fix the handling of R_SPARC_OLO10, which is a bit of a special caseMarius Strobl
2007-10-01Fixed static linkage (build with -DNO_SHARED).Ruslan Ermilov
2007-07-24Stop mentioning /usr/X11R6.Xin LI
2007-07-15Unbreak the dynamic linker by not creating a cache for rtld-elfMarcel Moolenaar
2007-07-13Cache does not serve any purpose when rtld is relocating itself, doKen Smith
2007-07-11Add r_debug_state to the list of symbols exported from rtld. GDB needs toAlexander Kabaev