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