aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtld/powerpc: Fix _rtld_bind_start for powerpcspeJustin Hibbits2019-11-241-3/+107
* Create /etc/os-release file.Warner Losh2019-11-203-0/+48
* flua: newer GCC complains about format-nonliteral at WARNS=2Kyle Evans2019-11-191-0/+2
* Add flua to the base system, install to /usr/libexecKyle Evans2019-11-188-0/+1436
* Add 'linux_mounts_enable' rc.conf(5) variable, to make it possibleEdward Tomasz Napierala2019-11-132-6/+10
* libcompat: Correct rtld MLINKSBrooks Davis2019-11-122-1/+2
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-073-8/+23
* Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-073-23/+8
* Extend the linux rc script to mount the neccessary file systems,Edward Tomasz Napierala2019-11-071-1/+20
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-073-8/+23
* rc.shutdown: print a newline before watchdog timeout messageEd Maste2019-11-071-1/+2
* Remove trailing tab.Cy Schubert2019-10-271-1/+1