aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issues found by Coverity in the rtld-elf.c:gethints().Konstantin Belousov2016-05-251-7/+28
* Declare line[] in the outermost scope of retrieve() instead ofDon Lewis2016-05-131-3/+3
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-103-5/+5
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-047-41/+0
* libexec: minor spelling fixes in comments.Pedro F. Giffuni2016-05-014-4/+4
* Fix including Kyuafile in packaged base system.Glen Barber2016-04-293-4/+7
* rtld-elf: use our roundup2() macro when param.h is available.Pedro F. Giffuni2016-04-191-2/+2
* rtld-elf: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-195-5/+5
* rbootd: use NULL instead of zero for pointers.Pedro F. Giffuni2016-04-181-2/+2
* ftpd: replace malloc + memset 0 with calloc.Pedro F. Giffuni2016-04-181-3/+2
* Remove lib/libcapsicum and libexec/casper, brought back asGlen Barber2016-04-1716-1824/+0
* MFHGlen Barber2016-04-137-34/+31
|\
| * Restore some comments in previous commit.Pedro F. Giffuni2016-04-121-3/+3
| * bootpd(8): De-register and minor cleanups.Pedro F. Giffuni2016-04-127-37/+34
* | MFHGlen Barber2016-04-043-1/+11
|\|
| * WITHOUT_TOOLCHAIN: Fix build of rtld.Bryan Drewery2016-03-311-0/+3
| * Do not override top level CFLAGS in libexec/dmaAlexander Kabaev2016-03-271-1/+1
| * Install a usable mailer.conf for dragonfly mailer agent if sendmail is disabledBaptiste Daroussin2016-03-241-0/+7
* | MFHGlen Barber2016-03-105-0/+63
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-095-0/+63
* | MFHGlen Barber2016-03-023-19/+42
|\|