aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-095-0/+63
* Fix handling of DT_TEXTREL for an object with more than one read-onlyKonstantin Belousov2016-03-023-19/+42
* 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
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-2513-1709/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-245-22/+0
* Fix installation of makewhatis.local(1) since r283777.Bryan Drewery2016-02-185-0/+166
* Fix build race after r295643.Bryan Drewery2016-02-171-0/+1
* Fix the type for hw.ncpu, so sysctlbyname doesn't consistently fail onEnji Cooper2016-01-301-1/+2
* This seems like a very trivial bug that should have been squashed a longMaxim Sobolev2016-01-301-3/+9
* Do not unlock rtld_phdr_lock over callback invocations.Alexander Kabaev2016-01-271-3/+1
* Follow r293066 adding a generalized exec hook for RISC-V as well.Ruslan Bukin2016-01-231-0/+2
* Fix initlist_add_object invocation parameters.Alexander Kabaev2016-01-201-3/+3
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andKonstantin Belousov2016-01-2011-105/+182
* Restore ABI variants now that ldconfig groks -soft. In addition, as aWarner Losh2016-01-183-7/+16
* Remove the compat code to handle the kernel passing us an unalingedAndrew Turner2016-01-131-7/+1
* Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa...Ed Maste2016-01-082-5/+2
* Disable abi variant hook until strangeness with packages can be sortedWarner Losh2016-01-051-1/+1
* rtld: populate DT_DEBUG iff DYNAMIC segment is writableEd Maste2016-01-051-0/+1
* rtld: populate DT_DEBUG iff DYNAMIC segment is writableEd Maste2016-01-051-2/+4
* rtld: wrap a comment to 80 columnsEd Maste2016-01-051-2/+2
* If md_exec_hook is defined, provide a way to create the stringsWarner Losh2016-01-031-2/+18
* Create a generalized exec hook that different architectures can hookWarner Losh2016-01-0311-3/+63
* Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) moreNathan Whitehorn2016-01-012-39/+33
* Use a macro to create the names for the library path names. This willWarner Losh2015-12-272-23/+26
* rtld: remove old XXX comment missed in r35529Ed Maste2015-12-241-1/+0
* Add support for RISC-V architecture.Ruslan Bukin2015-12-244-1/+641
* rtld: Use common NT_FREEBSD_* note types introduced in r291909Ed Maste2015-12-211-4/+4
* Use variable names that aren't as prone to dyslexic confusion.Warner Losh2015-12-181-2/+2
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* Follow-on to r291666: use -ffreestanding instead of -fno-builtin.Nathan Whitehorn2015-12-031-1/+1
* Provide support for ELFv2 userland if using a newer compiler (recent clangNathan Whitehorn2015-12-034-10/+70
* Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"Nathan Whitehorn2015-12-031-2/+1
* Fix build after r291620.Bryan Drewery2015-12-011-1/+1
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-4/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-018-0/+129
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-263-3/+3
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-1/+0
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-252-4/+4
* Remove unneeded libutil dependency for sendmail.Bryan Drewery2015-11-242-2/+0