aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete amd(8) rc.conf configurationTom Hukins2021-10-051-4/+0
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* bootp: remove the USE_BFUNCS knobKyle Evans2021-10-0110-79/+3
* bluetooth: Remove stray btccc referencesWarner Losh2021-09-301-4/+0
* bluetooth: remove hcserialdWarner Losh2021-09-301-29/+0
* Fix gssd rc.d installationEmmanuel Vadot2021-09-271-1/+1
* rc.d/mixer: Use -o flag instead of -s flag to get current mixer state.Hans Petter Selasky2021-09-221-1/+1
* dma: make the version exposed reflect the new versionBaptiste Daroussin2021-09-221-1/+1
* The linux rc.d script mounts several filesystems related to Linux ABIXin LI2021-09-201-1/+1
* Add support for jail.conf.dAntranig Vartanian2021-09-101-0/+4
* wpa: Address CTRL-EVENT-SCAN-FAILEDCy Schubert2021-09-091-0/+2
* wpa: Address CTRL-EVENT-SCAN-FAILEDCy Schubert2021-09-071-0/+5
* pkgbase: Create a FreeBSD-hyperv packageEmmanuel Vadot2021-09-071-0/+1
* pkgbase: Create a FreeBSD-kerberos packageEmmanuel Vadot2021-09-071-1/+6
* pkgbase: Create a FreeBSD-telnet packageEmmanuel Vadot2021-09-071-0/+2
* Allow rc.d script to provide "status" method, even if it does notMaxim Sobolev2021-08-201-0/+5
* - Fix the growfs rc script to cope with diskid labels.Scott Long2021-08-171-3/+27
* rtld: constify most variables holding references to the environment valuesKonstantin Belousov2021-08-173-32/+40
* rtld: provide private getenv(3)Konstantin Belousov2021-08-172-1/+7
* rtld: avoid use of of getenv(3) for evaluating rtld env vars (LD_XXX)Konstantin Belousov2021-08-171-61/+83
* rtld: rework how environment variables are namedKonstantin Belousov2021-08-172-48/+131
* Enable rc.d/jail within jailsDan Langille2021-08-171-1/+1
* rtld: Switch to the standard symbol lookup behavior if LD_DYNAMIC_WEAK is setFangrui Song2021-08-162-17/+43
* rtld: Remove calculate_tls_endFangrui Song2021-08-1611-29/+24
* rtld: Fix i386/amd64 TP offset when p_vaddr % p_align != 0Fangrui Song2021-08-162-30/+24
* rtld: Round down relro_sizeKonstantin Belousov2021-08-132-2/+4