aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part1: userspaceMateusz Guzik2018-12-192-21/+0
* bootpd: validate hardware typeEd Maste2018-12-191-0/+4
* Conditionally install /etc/rc.d/audit* based on ${MK_AUDIT}Alan Somers2018-12-161-2/+6
* Remove, the now very outdated, timed.George V. Neville-Neil2018-12-152-23/+0
* Improve R_AARCH64_TLSDESC relocation.Michal Meloun2018-12-1512-110/+199
* rc.subr: Implement list_vars without using 'read'Conrad Meyer2018-12-111-7/+19
* Implement R_AARCH64_TLS_DTPMOD64 and A_AARCH64_TLS_DTPREL64 relocations.Michal Meloun2018-12-081-0/+19
* Tidy up arm64 reloc_jmpslots() implementation.Michal Meloun2018-12-051-13/+4
* Implement arm64 version of __tls_get_addr().Michal Meloun2018-12-051-0/+12
* Fix style(9).Michal Meloun2018-12-052-6/+7
* Some fixes for LD_BIND_NOW + ifuncs.Konstantin Belousov2018-12-032-42/+50
* Provide naive but self-contained implementations of memset(3) andKonstantin Belousov2018-12-031-0/+22
* disable BIND_NOW in libc, libthr, and rtldEd Maste2018-12-031-0/+1
* rtld: parse FreeBSD Feature Control note on the object load.Konstantin Belousov2018-11-232-0/+9
* Revert r340843 - addressed independently in r340842!Conrad Meyer2018-11-231-4/+0
* rtld: Silence a false positive GCC 6.4.0 warningConrad Meyer2018-11-231-0/+4
* Silence gcc warnings.Konstantin Belousov2018-11-231-0/+3
* Allow forced start of ipmon in special cases where testing is desiredCy Schubert2018-11-221-1/+1
* rtld: when immediate bind mode is requested, process irelocs in PLTKonstantin Belousov2018-11-201-2/+5
* Move definition of $jail_conf variable to /etc/defaults/rc.confEugene Grosbein2018-11-102-1/+1
* Handle the DT_MIPS_RLD_MAP_REL dynamic tag in RTLDAlex Richardson2018-11-071-0/+7
* rtld: move relro enforcement after ifunc processingEd Maste2018-11-041-4/+4
* Remove Obj_Entry textsize member.Konstantin Belousov2018-11-043-6/+0
* Flush data cache for executable loadable segments explicitly.Konstantin Belousov2018-11-032-4/+26
* Run unbound-anchor when root.key is empty, not just when it is absent.Dag-Erling Smørgrav2018-11-011-1/+1
* Add new rc keywords: enable, disable, deleteDevin Teske2018-10-312-3/+30
* Remove rtld use of libc amd64_set_fsbase().Konstantin Belousov2018-10-291-9/+19
* Initialize ifunc calling machinery earlier.Konstantin Belousov2018-10-291-1/+2
* rtld-elf: fix more warnings to allow compiling with WARNS=6Alex Richardson2018-10-298-25/+31
* rtld-elf: compile with WANRS=4 warnings other than -Wcast-alignAlex Richardson2018-10-2920-208/+249
* rtld-elf: make it compile with WARNS=3Alex Richardson2018-10-296-27/+34
* rtld: set obj->textsize correctlyAlex Richardson2018-10-292-4/+11
* rcorder(8): add support for /etc/rc.resume, so it calls "rcorder -k resume"Eugene Grosbein2018-10-271-0/+18
* makewhatis: do not try to operate on read-only mounted directoriesEugene Grosbein2018-10-271-2/+2
* Add default value for local_unbound_tls + fix nearby style bugs.Dag-Erling Smørgrav2018-10-271-2/+3
* Remove code that is dead since r287197. Today wlan(4) interfaces aren'tGleb Smirnoff2018-10-241-37/+2
* rc.initdiskless: fix commentary grammar after r339465Eugene Grosbein2018-10-201-1/+1
* rc.initdiskless: add support for auxiliary NVRAM.Eugene Grosbein2018-10-201-2/+20
* Make upgrade from previous FreeBSD versions less painfulEugene Grosbein2018-10-201-1/+1
* The local_unbound service will configure and bootstrap itself, but onlyDag-Erling Smørgrav2018-10-181-1/+1
* Add support for DNS-over-TLS to the local_unbound service.Dag-Erling Smørgrav2018-10-181-0/+6
* While preparing to move init(8) to its own package as indicatedBjoern A. Zeeb2018-10-182-2/+2
* Move the rc framework out of sbin/init into libexec/rc.Bjoern A. Zeeb2018-10-17179-0/+17161
* This commit reverts 338930. The approach was wrong.Andreas Tobler2018-10-012-3/+3
* Add STT_GNU_IFUNC and R_AARCH64_IRELATIVE support on arm64.Andrew Turner2018-10-012-27/+115
* Provide refobj context when doing libmap substitution insideKonstantin Belousov2018-09-261-33/+47
* When doing lm_add(), check for duplicates.Konstantin Belousov2018-09-261-5/+9
* Bring the 32-bit powerpc (PowerMac) back to live. The commit 338486 reworkedAndreas Tobler2018-09-251-2/+2
* Move libmap.conf to libexec/rtld-elf/Brad Davis2018-09-182-0/+3
* Rework rtld's TLS Variant I implementation to match r326794Brooks Davis2018-09-057-20/+73