aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-232-4/+4
* ftpd: Add missing braces around a statfd checkMark Johnston2020-09-221-1/+2
* tftpd: Check for errors from chdir()Mark Johnston2020-09-221-1/+4
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-0/+19
* ftpd: Exit during authentication if an error occurs after chroot().Mark Johnston2020-09-151-4/+11
* Only set WARNS if not definedKyle Evans2020-09-112-2/+2
* phttpget: move out of portsnapKyle Evans2020-09-095-0/+847
* rtld: pass argc/argv/env to dso inits.Konstantin Belousov2020-09-071-1/+1
* Undo 'fix off by one' part of r365360.Konstantin Belousov2020-09-051-1/+1
* rtld: do not refuse to relocate objects without dynamic symtabs.Konstantin Belousov2020-09-051-5/+2
* rtld: do not process absent dynamic.Konstantin Belousov2020-09-051-1/+4
* rtld: Handle ELF dso with program headers outside the first page.Konstantin Belousov2020-09-051-10/+28
* Declare dependency relationship once instead of twice for zpoolXin LI2020-09-051-1/+1
* Make zpool on GELI work again.Xin LI2020-09-042-2/+1
* Maintain a stack alignment of 16-bytes.Brooks Davis2020-09-041-2/+3
* /etc/zfs/zpool.cache is the preferred (and new) location of zpool.cache.Cy Schubert2020-08-271-2/+2
* To avoid breakage for those who build/install without ZFS onlyCy Schubert2020-08-261-1/+1
* As of r364746 (OpenZFS import) existing ZPOOLs are not importedCy Schubert2020-08-265-9/+34
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+7
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-1/+0
* Properly disable LUA_USE_DLOPEN for bootstrap fluaKyle Evans2020-08-141-3/+0
* flua: don't allow dlopen, et al., for bootstrap fluaKyle Evans2020-08-141-2/+4
* flua: support "require" for binary objects in the base systemEd Maste2020-08-131-0/+2
* When booting a system with WITHOUT_IPFILTER the following errorsCy Schubert2020-08-116-5/+5
* Load ipfilter, ipnat, and ippool rules, and start ipmon in a vnet jail.Cy Schubert2020-07-234-4/+4
* rc.firewall: Merge two identical conditions into one.Mark Johnston2020-07-231-3/+0
* getty appears to date from 3rd edition research unix. That's the oldest man pageWarner Losh2020-07-221-2/+2
* Revert that!Simon J. Gerraty2020-07-192-3/+2
* Oops missed Makefile.configSimon J. Gerraty2020-07-192-2/+3
* Include FreeBSD ABI tag note in the ELF runtime loader.John Baldwin2020-07-162-14/+3
* Remove excess spaces from rc.d scriptsAllan Jude2020-07-132-2/+2
* Add cross references betwen ttys(5) and related driversAllan Jude2020-07-111-1/+4
* Handle non-PLT GNU IFUNC relocations in rtldLeandro Lupori2020-07-061-1/+4
* Make the linux rc script use linrdlnk by default.Edward Tomasz Napierala2020-07-041-1/+1
* Fix build with recent byacc.Jung-uk Kim2020-06-241-0/+2
* Remove ldconfig_paths_aout from rc.conf after r362543Mateusz Piotrowski2020-06-231-2/+0
* ldconfig: remove i386 aout invocationEd Maste2020-06-231-16/+0
* network.subr: unobsolete gif_interfacesEugene Grosbein2020-06-221-3/+0
* flua: add ucl libraryRyan Moeller2020-06-222-0/+8
* rtld: Apply relro to itself.Konstantin Belousov2020-06-181-0/+1
* rtld: Parse own phdr and notes.Konstantin Belousov2020-06-181-0/+30
* rtld: Allow to load ET_DYN && DF_1_PIE when tracing.Konstantin Belousov2020-06-161-3/+4
* rtld: Add debug line for dlopen_object().Konstantin Belousov2020-06-161-0/+3
* Systematically pass RTLD_LO_TRACE to load_needed_objects().Konstantin Belousov2020-06-161-2/+3
* rtld: set osrel when in the direct exec mode.Konstantin Belousov2020-06-122-3/+32
* Uppercase 'dso' to indicate that it is abbreviation.Konstantin Belousov2020-06-021-1/+1
* Do not allow to load ET_DYN object with DF_1_PIE flag set.Konstantin Belousov2020-06-022-0/+7
* rtld: Add -b option to allow to specify image name different from arg0.Konstantin Belousov2020-05-312-6/+40
* rtld: Fix indent in print_usage().Konstantin Belousov2020-05-311-9/+9
* rtld: Add -v switch to print some useful information about the rtld binary.Konstantin Belousov2020-05-312-1/+24