aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* dumpon: use underlying device if encrypted swap is in useEd Maste2022-03-101-0/+19
* rc.d/ggated: Simplify service scriptMateusz Piotrowski2022-03-042-6/+4
* Add ggated rc scriptAlan Somers2022-02-283-0/+25
* rtld.1: Fix misplaced textJohn F. Carr2022-02-251-4/+4
* rc.subr: boottrace annotationsMitchell Horne2022-02-221-1/+28
* gssd: Modify /etc/rc.d/gssd so that it starts after NETWORKINGRick Macklem2022-02-151-1/+2
* rtld: Add ${TOKEN} aliases to $TOKENKonstantin Belousov2022-02-111-0/+4
* rtld: make token substitution table-drivenKonstantin Belousov2022-02-111-7/+20
* rc: Allow the removal of firstboot_sentinel on read-only file systemsJose Luis Duran2022-02-101-1/+1
* rc: Remove extra whitespaceJose Luis Duran2022-02-101-3/+3
* 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