aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* yp*: fix -fno-common buildKyle Evans2020-04-061-2/+2
* Make p_vaddr % p_align == p_offset % p_align for (some) TLS segments.Konstantin Belousov2020-04-044-35/+49
* flua: follow-up to r359453, don't bother with libedit in bootstrapKyle Evans2020-03-301-1/+4
* flua: enable readline bits, courtesy of libeditKyle Evans2020-03-301-0/+5
* Revert r359294 per manu's requestBaptiste Daroussin2020-03-252-78/+62
* pkgbase: Stop threating rc files as config filesEmmanuel Vadot2020-03-252-62/+78
* Make ICMP redirect processing depend on routing daemon.Alexander V. Chernikov2020-03-233-3/+34
* Add fsck_flags config optionLeandro Lupori2020-03-182-2/+5
* Remove /etc/host.conf, which was automatically generated fromHiroki Sato2020-03-182-105/+0
* Add an internal liblua and use it in flua.Brooks Davis2020-03-172-808/+2
* flua: implement chmodEd Maste2020-03-133-0/+40
* retire amd(8)Ed Maste2020-03-092-55/+0
* tftpd: tests: raise targeted cstd to c11Kyle Evans2020-03-051-0/+1
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-029-49/+422
* Remove sparc64 source files from rtld-elfWarner Losh2020-02-264-1139/+0
* Remove sparc64 specific parts of rtld-elf.Warner Losh2020-02-263-12/+5
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+1
* r357895: fix typo in the relocation name for i386 IRELATIVE.Konstantin Belousov2020-02-141-1/+1
* Handle non-plt IRELATIVE relocations, at least for x86.Konstantin Belousov2020-02-1311-49/+180
* Fix indent.Konstantin Belousov2020-02-121-20/+24
* Use sigfastblock(2) in rtld.Konstantin Belousov2020-02-094-43/+74
* auditd_stop: wait_for_pids instead of sleepingRyan Libby2020-02-061-1/+3
* Fix the following -Werror warning from clang 10.0.0 in rbootd:Dimitry Andric2020-01-281-1/+2
* libexec/rc/rc.d/ipfw: style fix after r356943Eugene Grosbein2020-01-211-2/+3
* Correct "service ipfw status" for INET6-only systems.Eugene Grosbein2020-01-211-0/+3
* rtld: remove hand rolled memset and bzeroMateusz Guzik2020-01-152-25/+3
* rtld: clean up Makefile.Konstantin Belousov2020-01-117-32/+18
* Stop prepending prefix to the result of realpath(3).Konstantin Belousov2020-01-111-21/+6
* rtld: Return error if $ORIGIN for a dlopen-ed library cannot be resolved ...Konstantin Belousov2020-01-091-14/+25
* Resolve relative argv0 for direct exec mode to absolute path for AT_EXECPATH.Konstantin Belousov2020-01-091-4/+32
* Run netoptions startup script in vnet jails.Bjoern A. Zeeb2020-01-081-1/+1
* rtld: fix after r356300Konstantin Belousov2020-01-081-6/+3
* rtld: Fix segfault in direct exec modeRyan Stone2020-01-071-2/+3
* Fix AT_EXECPATH for direct exec mode.Konstantin Belousov2020-01-021-6/+27
* rtld(1): Do booleans like C99Conrad Meyer2019-12-311-5/+1
* Eliminate the last MI difference in AT_* definitions (for powerpc).Justin Hibbits2019-12-271-0/+24
* [PowerPC] powerpc32 rtld IFUNC handling codeBrandon Bergren2019-12-242-97/+235
* [PowerPC] powerpc64 rtld IFUNC handling codeBrandon Bergren2019-12-242-82/+237
* rtld: make checks for mmap(2) failures compliant with documentation.Konstantin Belousov2019-12-121-3/+3
* rtld: do not try to mmap a zero-sized PT_LOADBrandon Bergren2019-12-121-5/+6
* Update Makefile.depend filesSimon J. Gerraty2019-12-114-16/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-114-0/+24
* Correct the offset of static TLS variables for Initial-Exec on RISC-V.John Baldwin2019-12-101-1/+1
* rc.shutdown: kill shutdown process after logging messageEd Maste2019-12-071-1/+1
* Regularize my copyright noticeWarner Losh2019-12-042-2/+2
* Simplify code with strlcpy/strlcat.Xin LI2019-12-012-7/+4
* Reduce disk write load in /usr/libexec/save-entropy.Xin LI2019-11-301-14/+51
* ldconfig: fetch hw.machine_arch only onceMateusz Guzik2019-11-301-3/+5
* Allow opt-out of automatic ntpd leapfile checking/fetching.Ian Lepore2019-11-251-2/+32
* [PowerPC] Fix stack padding issue on ppc32.Brandon Bergren2019-11-241-1/+1