summaryrefslogtreecommitdiffstats
path: root/etc/rc (follow)
Commit message (Expand)AuthorAgeFilesLines
* because the kernel has been replaced after last boot, run kvm_mkdbderaadt2021-03-131-5/+5
* dhcpleased wants /var (but contains code to handle when it isn't there).deraadt2021-03-091-3/+3
* Ship resolvd service, enable it by defaultkn2021-02-261-2/+2
* rc(8) bits for dhcpleased(8).florian2021-02-261-2/+2
* rc: ensure that vfs.mounts.nfs check works without NFSnaddy2021-02-091-2/+2
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-291-1/+6
* retire rebound etc bits to the attictedu2020-01-241-2/+2
* move /usr and var remounting (nfs diskless case...) earlier, so thatderaadt2019-11-111-5/+7
* use $(<file) instead of $(cat file) since this script uses ksh; ok ajacoutot@naddy2019-11-101-3/+3
* we have emergency entropy injection code in rc, for if the bootblocks andderaadt2019-11-061-5/+4
* for now, only mix in sysctl hw.{uuid,serialno,sensors} to /dev/random.sthen2019-10-061-2/+2
* feed "sysctl hw" into /dev/random; a cheap way to feed in sensor datasthen2019-10-021-1/+2
* ld.so boot cleanup support:guenther2019-05-101-3/+5
* revert previous. ifconfig errors may be interesting... to be revisited.tedu2019-04-011-3/+3
* catch/hide errors from ifconfig carp in case there is no carp.tedu2019-04-011-3/+3
* Remove -S from install commandskn2019-02-241-2/+2
* Simplify NFS check in reorder_libs()kn2019-02-191-8/+6
* rc(8) bits for unwind(8); OK deraadtflorian2019-01-261-2/+2
* Drop the ttyflags message.ajacoutot2019-01-241-2/+1
* Use acpidump -q to avoid message about ACPI information not being found.kettenis2019-01-121-2/+2
* It's time to switch to rad(8); tested by many.florian2018-07-231-2/+2
* rc(8) infrastructure for radflorian2018-07-121-2/+2
* Explicitly call "/etc/rc.d/vmd stop". This issues graceful shutdown commandssthen2018-07-111-1/+7
* Don't hide errors when IPv6 forwarding is not enabled.florian2018-07-111-9/+2
* Remove unecessary line continuation markers after || and &&rpe2018-02-181-3/+3
* Load RFC 7217 key material and generate if it does not already exist.florian2018-02-101-1/+7
* kill trailing whitespace introduced in previous committb2017-11-091-3/+3
* Use a variable for /usr/share/relinkrpe2017-11-061-6/+7
* Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intorpe2017-11-051-23/+29
* Partially revert rev 1.457 of /etc/rc. The pipe introduced inbluhm2017-10-251-7/+11
* The testprogram for ld.so reordering is executed in tmpdir.rpe2017-10-121-3/+3
* Move comment line and spacing.rpe2017-10-101-3/+2
* Based on previous work from deraadt, add relinking of ld.so torpe2017-08-291-9/+21
* Display that we are running the upgrade scripts when they exist. On slowishajacoutot2017-08-281-1/+2
* Move the kernel relinking code from /etc/rc into a seperate scriptrpe2017-08-211-42/+4
* Simplify the code for stopping daemons listed in pkg_scripts inrpe2017-08-201-7/+7
* Use a bit better idiom to get most recent version of the libraryzhuk2017-07-181-2/+2
* Use numerical sysctl output to check for nfs mounts.rpe2017-07-181-2/+2
* Tweak previous.rpe2017-07-171-4/+5
* Use a more compact way to compose the initial pf ruleset.rpe2017-07-171-20/+27
* Now that choosing the library versions is much faster, we can dotb2017-07-171-7/+7
* Optimize and simplify the selection of the latest library version intb2017-07-171-8/+5
* Switch reorder_kernel() from sending emails to logging via syslogrpe2017-07-041-15/+17
* Improve reorder_kernel()rpe2017-06-301-17/+23
* remove some old cruft.tedu2017-06-271-8/+2
* Adjust relink procedure to use new targets. Better use semantics forderaadt2017-06-221-5/+5
* As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt2017-06-191-1/+2
* Add a new function reorder_kernel() that relinks and installs therpe2017-06-141-1/+35
* start slaacd as early as possible, right after pf and sysctl.conf areflorian2017-06-061-2/+4
* We have been running a small awk program before installing the relinked libc.deraadt2017-06-031-1/+3