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