aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix handling of DT_TEXTREL for an object with more than one read-onlyKonstantin Belousov2016-03-023-19/+42
* | MFHGlen Barber2016-03-029-88/+40
|\|
| * Remove reaming files of the Casper daemon.Mariusz Zaborski2016-02-275-115/+0
| * Missing tab.Pedro F. Giffuni2016-02-271-1/+1
| * rlogin(1): Replace select(2) with poll(2).Pedro F. Giffuni2016-02-261-43/+23
| * getty(8): Undo incomplete support VEOL2 and VSTATUS.Pedro F. Giffuni2016-02-261-2/+1
| * getty(8): Support VEOL2 and VSTATUSPedro F. Giffuni2016-02-261-4/+5
| * getty(8): Use poll(2) and nanosleep(2) instead of select(2).Pedro F. Giffuni2016-02-261-14/+13