summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Expand)Author
2021-09-01quietly attempt mounting of /var/log early, in case someone creates suchTheo de Raadt
2021-07-28A slightly less precise match on the ifconfig output lines worksTheo de Raadt
2021-07-22Only perform the default-route-pause if there are interfaces with theTheo de Raadt
2021-07-22small tweak for default route checking, we don't care about the number ofStuart Henderson
2021-07-22After netstart, dhcpleased, and resolved are running, spin up to 10Theo de Raadt
2021-03-13because the kernel has been replaced after last boot, run kvm_mkdbTheo de Raadt
2021-03-09dhcpleased wants /var (but contains code to handle when it isn't there).Theo de Raadt
2021-02-26Ship resolvd service, enable it by defaultkn
2021-02-26rc(8) bits for dhcpleased(8).Florian Obser
2021-02-09rc: ensure that vfs.mounts.nfs check works without NFSChristian Weisgerber
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
2020-01-24retire rebound etc bits to the atticTed Unangst
2019-11-11move /usr and var remounting (nfs diskless case...) earlier, so thatTheo de Raadt
2019-11-10use $(<file) instead of $(cat file) since this script uses ksh; ok ajacoutot@Christian Weisgerber
2019-11-06we have emergency entropy injection code in rc, for if the bootblocks andTheo de Raadt
2019-10-06for now, only mix in sysctl hw.{uuid,serialno,sensors} to /dev/random.Stuart Henderson
2019-10-02feed "sysctl hw" into /dev/random; a cheap way to feed in sensor dataStuart Henderson
2019-05-10ld.so boot cleanup support:Philip Guenther
2019-04-01revert previous. ifconfig errors may be interesting... to be revisited.Ted Unangst
2019-04-01catch/hide errors from ifconfig carp in case there is no carp.Ted Unangst
2019-02-24Remove -S from install commandskn
2019-02-19Simplify NFS check in reorder_libs()kn
2019-01-26rc(8) bits for unwind(8); OK deraadtFlorian Obser
2019-01-24Drop the ttyflags message.Antoine Jacoutot
2019-01-12Use acpidump -q to avoid message about ACPI information not being found.Mark Kettenis
2018-07-23It's time to switch to rad(8); tested by many.Florian Obser
2018-07-12rc(8) infrastructure for radFlorian Obser
2018-07-11Explicitly call "/etc/rc.d/vmd stop". This issues graceful shutdown commandsStuart Henderson
2018-07-11Don't hide errors when IPv6 forwarding is not enabled.Florian Obser
2018-02-18Remove unecessary line continuation markers after || and &&Robert Peichaer
2018-02-10Load RFC 7217 key material and generate if it does not already exist.Florian Obser
2017-11-09kill trailing whitespace introduced in previous commitTheo Buehler
2017-11-06Use a variable for /usr/share/relinkRobert Peichaer
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-10-25Partially revert rev 1.457 of /etc/rc. The pipe introduced inAlexander Bluhm
2017-10-12The testprogram for ld.so reordering is executed in tmpdir.Robert Peichaer
2017-10-10Move comment line and spacing.Robert Peichaer
2017-08-29Based on previous work from deraadt, add relinking of ld.so toRobert Peichaer
2017-08-28Display that we are running the upgrade scripts when they exist. On slowishAntoine Jacoutot
2017-08-21Move the kernel relinking code from /etc/rc into a seperate scriptRobert Peichaer
2017-08-20Simplify the code for stopping daemons listed in pkg_scripts inRobert Peichaer
2017-07-18Use a bit better idiom to get most recent version of the libraryVadim Zhukov
2017-07-18Use numerical sysctl output to check for nfs mounts.Robert Peichaer
2017-07-17Tweak previous.Robert Peichaer
2017-07-17Use a more compact way to compose the initial pf ruleset.Robert Peichaer
2017-07-17Now that choosing the library versions is much faster, we can doTheo Buehler
2017-07-17Optimize and simplify the selection of the latest library version inTheo Buehler
2017-07-04Switch reorder_kernel() from sending emails to logging via syslogRobert Peichaer
2017-06-30Improve reorder_kernel()Robert Peichaer
2017-06-27remove some old cruft.Ted Unangst