summaryrefslogtreecommitdiffstats
path: root/etc/rc
AgeCommit message (Expand)AuthorFilesLines
2021-03-13because the kernel has been replaced after last boot, run kvm_mkdbderaadt1-5/+5
2021-03-09dhcpleased wants /var (but contains code to handle when it isn't there).deraadt1-3/+3
2021-02-26Ship resolvd service, enable it by defaultkn1-2/+2
2021-02-26rc(8) bits for dhcpleased(8).florian1-2/+2
2021-02-09rc: ensure that vfs.mounts.nfs check works without NFSnaddy1-2/+2
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityderaadt1-1/+6
2020-01-24retire rebound etc bits to the attictedu1-2/+2
2019-11-11move /usr and var remounting (nfs diskless case...) earlier, so thatderaadt1-5/+7
2019-11-10use $(<file) instead of $(cat file) since this script uses ksh; ok ajacoutot@naddy1-3/+3
2019-11-06we have emergency entropy injection code in rc, for if the bootblocks andderaadt1-5/+4
2019-10-06for now, only mix in sysctl hw.{uuid,serialno,sensors} to /dev/random.sthen1-2/+2
2019-10-02feed "sysctl hw" into /dev/random; a cheap way to feed in sensor datasthen1-1/+2
2019-05-10ld.so boot cleanup support:guenther1-3/+5
2019-04-01revert previous. ifconfig errors may be interesting... to be revisited.tedu1-3/+3
2019-04-01catch/hide errors from ifconfig carp in case there is no carp.tedu1-3/+3
2019-02-24Remove -S from install commandskn1-2/+2
2019-02-19Simplify NFS check in reorder_libs()kn1-8/+6
2019-01-26rc(8) bits for unwind(8); OK deraadtflorian1-2/+2
2019-01-24Drop the ttyflags message.ajacoutot1-2/+1
2019-01-12Use acpidump -q to avoid message about ACPI information not being found.kettenis1-2/+2
2018-07-23It's time to switch to rad(8); tested by many.florian1-2/+2
2018-07-12rc(8) infrastructure for radflorian1-2/+2
2018-07-11Explicitly call "/etc/rc.d/vmd stop". This issues graceful shutdown commandssthen1-1/+7
2018-07-11Don't hide errors when IPv6 forwarding is not enabled.florian1-9/+2
2018-02-18Remove unecessary line continuation markers after || and &&rpe1-3/+3
2018-02-10Load RFC 7217 key material and generate if it does not already exist.florian1-1/+7
2017-11-09kill trailing whitespace introduced in previous committb1-3/+3
2017-11-06Use a variable for /usr/share/relinkrpe1-6/+7
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intorpe1-23/+29
2017-10-25Partially revert rev 1.457 of /etc/rc. The pipe introduced inbluhm1-7/+11
2017-10-12The testprogram for ld.so reordering is executed in tmpdir.rpe1-3/+3
2017-10-10Move comment line and spacing.rpe1-3/+2
2017-08-29Based on previous work from deraadt, add relinking of ld.so torpe1-9/+21
2017-08-28Display that we are running the upgrade scripts when they exist. On slowishajacoutot1-1/+2
2017-08-21Move the kernel relinking code from /etc/rc into a seperate scriptrpe1-42/+4
2017-08-20Simplify the code for stopping daemons listed in pkg_scripts inrpe1-7/+7
2017-07-18Use a bit better idiom to get most recent version of the libraryzhuk1-2/+2
2017-07-18Use numerical sysctl output to check for nfs mounts.rpe1-2/+2
2017-07-17Tweak previous.rpe1-4/+5
2017-07-17Use a more compact way to compose the initial pf ruleset.rpe1-20/+27
2017-07-17Now that choosing the library versions is much faster, we can dotb1-7/+7
2017-07-17Optimize and simplify the selection of the latest library version intb1-8/+5
2017-07-04Switch reorder_kernel() from sending emails to logging via syslogrpe1-15/+17
2017-06-30Improve reorder_kernel()rpe1-17/+23
2017-06-27remove some old cruft.tedu1-8/+2
2017-06-22Adjust relink procedure to use new targets. Better use semantics forderaadt1-5/+5
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt1-1/+2
2017-06-14Add a new function reorder_kernel() that relinks and installs therpe1-1/+35
2017-06-06start slaacd as early as possible, right after pf and sysctl.conf areflorian1-2/+4
2017-06-03We have been running a small awk program before installing the relinked libc.deraadt1-1/+3