aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Teach /etc/rc.d/growfs how to handle systems running ZFS.Colin Percival2019-02-081-2/+22
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* rtld: pacify -Wmaybe-uninitialized from gcc6Eric van Gyzen2019-02-011-0/+4
* Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.Konstantin Belousov2019-01-302-3/+11
* Add header file missed in r343564.Konstantin Belousov2019-01-291-0/+45
* Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix.Konstantin Belousov2019-01-294-16/+59
* rc(8): do not stop dhclient(8) when wpa_supplicant(8) / hostapd(8) is usedAndriy Voskoboinyk2019-01-271-3/+1
* Remove now redundand ifunc relocation code which should have beenKonstantin Belousov2019-01-271-10/+0
* Fix potential buffer overflow and undefined behavior.Stefan Eßer2019-01-261-2/+2
* Use a private definition of osockaddr rather then relying on typeBrooks Davis2019-01-181-1/+2
* Revert r343093 until I can address the issues raised by kib@.Dag-Erling Smørgrav2019-01-171-27/+18
* Implement dlopenat(3).Dag-Erling Smørgrav2019-01-161-18/+27
* Fix rtld-elf compilation warning for powerpc64 ELFv2 ABIJustin Hibbits2019-01-131-1/+1
* rc.subr: Fix typoKyle Evans2019-01-061-2/+2
* rc.subr: Provide rc_service variable for service scriptsKyle Evans2019-01-051-0/+12
* rtld-elf: Fix powerpc64 TLS handling, matching powerpc's fixJustin Hibbits2019-01-011-1/+1
* 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