aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Make ld-elf.so.1 directly executable.Konstantin Belousov2017-05-151-6/+58
* Fix the AT_EXECFD functionality.Konstantin Belousov2017-05-151-0/+2
* In _rtld(), reorder local declarations to compact the block andKonstantin Belousov2017-05-131-23/+10
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Improve blacklist support before upgrading libblacklistKurt Lidl2017-05-062-3/+5
* Fix markup in gettytab(5).Edward Tomasz Napierala2017-05-041-36/+36
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-3/+5
* Emply contemporary function prototypes in bootpd, rather than relying onRobert Watson2017-03-264-13/+12
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-1/+7
* Remove unused vmmeter.Gleb Smirnoff2017-03-171-2/+0
* rtld(1): Document that LD_BIND_NOT is unset for setugid processes.Jilles Tjoelker2017-03-161-0/+1
* Disable LD_BIND_NOT for setugid processes.Konstantin Belousov2017-03-151-3/+3
* Implement LD_BIND_NOT knob for rtld.Konstantin Belousov2017-03-1521-65/+86
* Increase WARNS for rtld-elf testsAlan Somers2017-03-113-0/+3
* Avoid bind lock recursion.Konstantin Belousov2017-03-091-25/+33
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-1/+1
* libexec: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-0411-17/+16
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* 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