aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* rtld: Fix assertion I broke.John Baldwin2022-01-271-1/+1
* rtld: Trim a few more MIPS #ifdefs.John Baldwin2022-01-271-6/+1
* mountd: Delay starting mountd until after mountlateRick Macklem2022-01-233-3/+3
* etc/defaults/rc.conf: set default of zfskeys_enable to NORobert Wing2022-01-181-0/+1
* rc.d/ntp: Ensure ntpd.leap-seconds.list is readable by ntpdCy Schubert2022-01-181-0/+2
* rtld-elf: Remove libsoft supportWarner Losh2022-01-073-52/+0
* libsoft: Remove runtime ldconfig support for libsoftWarner Losh2022-01-072-27/+0
* Restore DT_DEBUG processingKonstantin Belousov2022-01-061-0/+6
* rtld: remove mips arch directoryKonstantin Belousov2022-01-064-1158/+0
* rtld: remove mips-specific cases from generic codeKonstantin Belousov2022-01-062-53/+0
* pkgbase: Create a FreeBSD-ftpd packageEmmanuel Vadot2021-12-211-0/+2
* pkgbase: Create a FreeBSD-tcpd packageEmmanuel Vadot2021-12-211-0/+2
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot2021-12-211-0/+1
* hostapd: Fix wlan interfaces not UP/RUNNINGCy Schubert2021-12-141-0/+7
* rc: network.subr improve network6_getladdr()Bjoern A. Zeeb2021-12-131-1/+1
* TLS: Use <machine/tls.h> for libc and rtld.John Baldwin2021-12-0919-96/+48
* amd64: Allocate TCB with alignment of 16 rather than 8.John Baldwin2021-12-091-1/+1
* mips: Add TLS_DTV_OFFSET to the result of tls_get_addr_common.John Baldwin2021-12-091-3/+2
* mips: Rename TLS_DTP_OFFSET to TLS_DTV_OFFSET.John Baldwin2021-12-092-3/+2
* rtld: load preloaded vdsoKonstantin Belousov2021-12-061-0/+79
* rtld: extract header validation into new helper check_elf_headers()Konstantin Belousov2021-12-062-26/+35
* Pass vdso address to userspaceKonstantin Belousov2021-12-061-0/+1
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-0/+1
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-1/+0
* rc: Hook zfskeys to the buildMateusz Piotrowski2021-12-021-0/+1
* etc/defaults/rc.conf: Add -i flag to rtsol/rtsoldColin Percival2021-11-261-2/+2
* rtld_paths.h: Provide _PATH_ELF32_HINTS string, unconditionallyKonstantin Belousov2021-11-241-1/+5
* os-release: Quote variables as documented in the manualMateusz Piotrowski2021-11-241-5/+5
* devmatch: Allow devmatch_blocklist to be set in kenv tooWarner Losh2021-11-211-1/+1
* rc.d/rctl: unbreak for distinct /usr filesystemEugene Grosbein2021-11-201-0/+1
* rtld-elf: Use _get_tp in __tls_get_addr for aarch64 and riscv64.John Baldwin2021-11-172-11/+6
* nfsd: Add a new rc variable nfs_server_maxioRick Macklem2021-11-172-0/+7
* rtld dump_auxv: be pedantic and distiguish between auxv union members based o...Konstantin Belousov2021-11-131-1/+16
* rtld dump_auxv: consistently use long modifier for non-pointer auxv valsKonstantin Belousov2021-11-131-14/+14
* rtld: Implement LD_SHOW_AUXVKonstantin Belousov2021-11-132-1/+73
* rtld: add rtld_fdprintfx()Konstantin Belousov2021-11-132-0/+13
* rc.d/linux: Attempt to mount only if necessaryMateusz Piotrowski2021-11-131-6/+17
* rtld: style adjustmentsKonstantin Belousov2021-11-061-61/+65
* rtld: ignore fstatfs(2) errors when checking MNT_NOEXEC flagKonstantin Belousov2021-11-061-9/+7
* rtld: fix dangerous_ld_env calculation for ld_dynamic_weakKonstantin Belousov2021-11-061-1/+1
* rtld: Print currently configured search path for libraries for -vKonstantin Belousov2021-10-251-3/+15
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-225-46/+1
* rtld-elf/paths.h: Make it usable outside rtldKonstantin Belousov2021-10-215-8/+18
* crt_malloc: more accurate handling of mmap(2) failureKonstantin Belousov2021-10-181-4/+4
* rtld: Support DT_RELR relative relocation formatFangrui Song2021-10-162-0/+38
* rtld: Do not install libmap.conf when installing the COMPAT32 versionEmmanuel Vadot2021-10-131-0/+2
* rtld direct exec: add -d optionKonstantin Belousov2021-10-132-6/+18
* crt_malloc: Be more persistent when handling mmap() failureKonstantin Belousov2021-10-121-1/+5
* crt_malloc: use uintptr_t instead of long for arithmetic on addressesKonstantin Belousov2021-10-121-3/+3