aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Fully handle the special encoding of GOT[1] on mips64.John Baldwin2017-02-231-3/+19
* Handle protected symbols in rtld.Konstantin Belousov2017-02-091-8/+12
* Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8)Alexey Dokuchaev2017-02-022-52/+48
* Remove a duplicate store when performing REL32 relocations in rtld.John Baldwin2017-01-301-1/+0
* Extend LD_UTRACE by also generating utrace(2) log events for runtime linkerPeter Jeremy2017-01-302-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
* Pull the R_AARCH64_TLSDESC code out into a common function and use them inAndrew Turner2017-01-251-8/+16
* rtld: do not rely on a populated GOT on amd64Ed Maste2017-01-162-2/+14
* For the main binary, postpone enforcing relro read-only protectionKonstantin Belousov2017-01-121-8/+20
* Fix acquisition of nested write compat rtld locks.Konstantin Belousov2017-01-101-24/+29
* Use ANSI C definitions, update comment.Konstantin Belousov2017-01-101-4/+4
* Conditionalize all code that uses tcpd.h behind `LIBWRAP` guardEnji Cooper2017-01-062-1/+11
* Don't use high precision clock for expiration as only second portion isXin LI2016-12-261-7/+7
* Avoid use after free.Xin LI2016-12-261-4/+6
* rtld: Fix a couple of bugs around the unloading of ELF filters.Mark Johnston2016-12-221-5/+23
* rtld: Ensure that dlopen() cannot obtain a reference on a doomed object.Mark Johnston2016-12-222-10/+9
* rtld: Fix a race between dl_iterate_phdr() and dlclose().Mark Johnston2016-12-222-5/+50
* Fix typo.Konstantin Belousov2016-12-161-1/+1
* Take write lock for rtld_bind before modifying obj_list in dl_iterate_phdr().Bryan Drewery2016-12-131-2/+2
* Retire long-broken/unused static rtld supportEd Maste2016-12-024-19/+11
* Fix _mips_rtld_bind() to handle ELF filters.John Baldwin2016-11-232-4/+15
* Adjust r308689 to make rtld compilable with either in-tree orKonstantin Belousov2016-11-2110-14/+26
* Pass CPUID[1] %edx (cpu_feature), %ecx (cpu_feature2) andKonstantin Belousov2016-11-1520-5/+139
* Assert that there is no unresolved symbols during rtld linking.Konstantin Belousov2016-11-151-1/+1
* Update hint to utilize user variable.Konstantin Belousov2016-11-151-1/+1
* Fix build when WITHOUT_BLACKLIST=yes is specifiedKurt Lidl2016-11-121-3/+0
* Pass the correct flag to find_symdef() from _rtld_bind().John Baldwin2016-11-082-3/+3
* Revisit blacklistd support in ftpdKurt Lidl2016-11-014-15/+50
* Reference the libc symbols ypresp_{allfn,data} instead of local symbols.Mark Johnston2016-10-161-2/+2
* Use SRCTOP instead of the longhand version for defining the path to contrib/atfEnji Cooper2016-09-202-2/+2
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-312-0/+36
* [mips] flip from =v to =r - let the compiler choose a temp register.Adrian Chadd2016-08-251-2/+2
* Import Dragonfly Mail Agent snapshort from 20160806 aka v0.11+Baptiste Daroussin2016-08-201-1/+1
* Move defines common between rtld and libsysdecode into the header,Konstantin Belousov2016-08-122-27/+65
* Fill phdr and phsize for rtld object. It is needed forKonstantin Belousov2016-08-121-0/+4
* Remove all remaining uses of TAILQ_FOREACH_FROM() from rtld-elf.Konstantin Belousov2016-08-121-10/+6
* [mips] add support for using the MIPS user register for TLS data.Adrian Chadd2016-08-071-0/+54
* Fix dlsym(RTLD_NEXT) handling to only return the next library in last library...Bryan Drewery2016-07-151-1/+1
* Fix race for incrementally rebuilding VERSION_MAP.Bryan Drewery2016-07-031-2/+1
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-144-0/+8
* Separate BLACKLIST vs BLACKLIST_SUPPORT properlyKurt Lidl2016-06-071-1/+1
* Update blacklist support in ftpd to clarify fd usageKurt Lidl2016-06-062-13/+11
* Add blacklist support to rlogindKurt Lidl2016-06-052-3/+27
* DIRDEPS_BUILD: Connect new directories and update dependencies.Bryan Drewery2016-06-031-0/+11
* Add blacklist support to fingerdKurt Lidl2016-06-032-0/+20
* Add blacklist support to rshdKurt Lidl2016-06-032-1/+42
* Add blacklist support to ftpdKurt Lidl2016-06-034-0/+109
* Add basic blacklist build supportKurt Lidl2016-06-022-0/+12
* Revert r301137 and r301163, and implement a correct fixGlen Barber2016-06-011-0/+2
* Implement a hack to re-enable installation of the dma.conf.Glen Barber2016-06-011-2/+0