aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Limit access to system accounting files.Ian Lepore2019-07-131-11/+18
* Fix build race when building rtldAlex Richardson2019-07-021-1/+1
* Fix CROSS_TOOLCHAIN=amd64-gcc build after r349554Alex Richardson2019-06-301-1/+1
* Fix my name in license headerAlex Richardson2019-06-305-5/+5
* Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson2019-06-3012-23/+456
* Use rtld_putstr() instead of write() for the rtld msg() macroAlex Richardson2019-06-262-2/+3
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-254-27/+73
* rc.d/motd: Update motd more robustlyConrad Meyer2019-06-211-4/+8
* Allow the hostapd program to be specified. This allows users to useCy Schubert2019-06-172-1/+2
* /etc/rc.d/local: Fix typo in descriptionConrad Meyer2019-06-101-1/+1
* Correctly align usage: outputRodney W. Grimes2019-05-251-7/+7
* pkgbase: Remove etc/zfs from being packagedEmmanuel Vadot2019-05-231-3/+0
* Remove accidentally-added blank line; the style throughout this fileIan Lepore2019-05-231-1/+0
* Handle the driftfile option correctly when ntpd_flags is empty.Ian Lepore2019-05-231-3/+5
* save-entropy(8), rc.d/random: Set nodump flagConrad Meyer2019-05-222-14/+6
* pkgbase: Really move rc.sendmailEmmanuel Vadot2019-05-221-0/+277
* pkgbase: Really move rc.bsdextendedEmmanuel Vadot2019-05-221-0/+138
* pkgbase: Really move rc.firewallEmmanuel Vadot2019-05-221-0/+557
* pkgbase: Move rc.sendmail to libexec/rcEmmanuel Vadot2019-05-221-0/+3
* pkgbase: Move rc.bsdextended to libexec/rcEmmanuel Vadot2019-05-221-1/+1
* pkgbase: Move rc.firewall to libexec/rcEmmanuel Vadot2019-05-221-0/+5
* Marginally improve usage() message style in bootpd.Mark Johnston2019-05-222-3/+4
* bootpd: avoid the same error indication for different issuesEd Maste2019-05-211-3/+3
* bootpd: Add an option to skip modifications to the ARP table.Mark Johnston2019-05-213-20/+38
* Change ed(4), ep(4), and fxp(4) examples to em(4).Brooks Davis2019-05-181-15/+15
* rtld_malloc.c: cleanup morepages().Konstantin Belousov2019-05-161-10/+10
* Remove more dead definitions from rtld_malloc.c after r347019.Konstantin Belousov2019-05-161-4/+0
* Add ipsec.ko to required_modules for rc.d/ipsec script.Andrey V. Elsukov2019-05-061-0/+1
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-1/+1
* Cleanup for rtld_malloc.c.Konstantin Belousov2019-05-021-124/+13
* Make mdmfs verbose if diskless boot is verbose.Lev A. Serebryakov2019-04-261-1/+5
* Fix order of destructors between main binary and libraries.Konstantin Belousov2019-04-151-1/+20
* ld-elf.so: make LD_DEBUG always functional.Konstantin Belousov2019-04-142-3/+3
* Revert r346017 pending compiled-in zfs fixChris Rees2019-04-109-24/+43
* Remove now unnecessary kldstat check before attempting to load modules.Chris Rees2019-04-079-43/+24
* Add firewall_[nat64|nptv6|pmod]_enable variables to /etc/defaults/rc.confAndrey V. Elsukov2019-04-061-0/+3
* network.subr: improve configuration of cloned gif(4) interfacesEugene Grosbein2019-04-051-3/+15
* random(4): Attempt to persist entropy promptlyConrad Meyer2019-03-312-1/+9
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-292-6/+42
* rtld: attempt to fix reloc_non_plt TLS allocation on MIPSEd Maste2019-03-291-2/+2
* rtld: attempt to fix reloc_nonplt_object TLS allocationEd Maste2019-03-291-1/+1
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-1/+0
* rtld: disable relro enforcement for irelative relocation processing.Konstantin Belousov2019-03-271-7/+7
* Add ability to automatically load ipfw_nat64, ipfw_nptv6 and ipfw_pmodAndrey V. Elsukov2019-03-231-0/+9
* The check for $ippool_rules in start_cmd is tautological.Cy Schubert2019-03-231-6/+3
* Use internal command variables for consistent style.Cy Schubert2019-03-221-2/+2
* From r345400, connect ippool to the build/install.Cy Schubert2019-03-221-1/+2
* Add rc.d support for ippool(8).Cy Schubert2019-03-222-0/+44
* Fix legacy IP autoconfiguration.Bjoern A. Zeeb2019-03-171-2/+3
* Enhance IPv6 autoconf startup.Bjoern A. Zeeb2019-03-131-3/+7