Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | fix disktype related typo | Theo de Raadt | |
2019-04-30 | Every Makefile on every architecture had deviated in unique ways. | Theo de Raadt | |
Eliminate many more differences. When it makes sense, build bsd.rd and miniroot/ramdisk.fs and cd.iso in the same directory. More steps coming after this.. | |||
2019-04-29 | Make v[46]_info() return all the interface flags instead of just | Kenneth R Westerback | |
deducing that the interface is up or down. Check for "UP," in the returned flags where a return value of UP was used previously. ok kn@ with feedback/optimizations to be pondered further. | |||
2019-04-29 | $() is expanded by make itself, so consistently use `cat vnd`; ok deraadt@ | Christian Weisgerber | |
2019-04-29 | These Makefile.inc are now empty and unused. | Theo de Raadt | |
2019-04-29 | TOPDIR and TOP are not neccessary. | Theo de Raadt | |
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt | |
the sme. | |||
2019-04-28 | reduce delta with ../ramdisk/list | Theo de Raadt | |
2019-04-28 | oops, repair some BSDRD confusion | Theo de Raadt | |
2019-04-28 | cleanup the situation around "df -i" | Theo de Raadt | |
2019-04-28 | incorporate GZIPFLAGS into place everywhere | Theo de Raadt | |
2019-04-28 | Oops; hardcode instbin directly | Theo de Raadt | |
2019-04-28 | Cull BSDRD variables which are always bsd.rd | Theo de Raadt | |
2019-04-28 | NEWFS_WILL_FAIL is a ridiculous unused artifact. | Theo de Raadt | |
2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than | Theo de Raadt | |
having two mysterious names, let's settle on one. | |||
2019-04-28 | the BSD_RD variable is pointless | Theo de Raadt | |
2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between | Theo de Raadt | |
architectures, and start removing some crazy junk that has collected over the years. Being tested on all architectures... ok various people. | |||
2019-04-27 | It's timer_pid not timeout_pid | kn | |
There since introduction in 1.18 (2013). OK halex | |||
2019-04-26 | sync | Theo de Raadt | |
2019-04-25 | sync | Theo de Raadt | |
2019-04-25 | Move the expected set location to /home/_sysupgrade. | Florian Obser | |
We found that /home/upgrade is a too common name and this will be in line with the upcomming sysupgrade(8) utility. discussed with deraadt@ | |||
2019-04-25 | sync | Visa Hankala | |
2019-04-25 | sync | Theo de Raadt | |
2019-04-24 | In unattended mode do a reboot even if things go wrong and | Florian Obser | |
additionally install a watchdog to do a reboot after 30 minutes if the script gets completely stuck. A half upgraded system that reboots at least gives us a chance that it will come back and we can fix it. Just having it sit there isn't helping anyone. It would be nicer if the watchdog were kernel based... OK deraadt | |||
2019-04-24 | Perform unattended upgrade if /bsd.upgrade is present. | Florian Obser | |
Sets are expected to be in /home/upgrade. Original idea, input & OK deraadt | |||
2019-04-24 | Tweak the initial sentence to mention OCTEON II and OCTEON III. | Visa Hankala | |
2019-04-23 | sync | Theo de Raadt | |
2019-04-23 | sync | Theo de Raadt | |
2019-04-23 | sync | Visa Hankala | |
2019-04-22 | When upgrading only prompt for disks that contain a root partition. | Florian Obser | |
With this the question "Which disk is the root disk" has the correct default in case of full disk encryption. Before it would list sd0 sd1 with sd0 being the backing store and sd1 the unlocked disk. This is a step towards fully unattended upgrades running completely on defaults (i.e. no need for an autoinstall(8) answer file). In the past there have been concernes that we should not touch any odd disk without the operator telling us as there might be bugs lurking. It is early enough in the cycle to find out for sure. input halex, kn "just commit it" deraadt | |||
2019-04-21 | sync | Theo de Raadt | |
2019-04-15 | sync | Theo de Raadt | |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt | |
tightly-built ramdisk kernels, set the option in per-arch Makefile.inc based upon SMALL_KERNEL | |||
2019-04-06 | sync | Theo de Raadt | |
2019-04-05 | sync | Theo de Raadt | |
2019-04-05 | Use new rdsetroot. | Theo de Raadt | |
2019-04-05 | sync | Theo Buehler | |
2019-04-04 | Sync. | Joel Sing | |
2019-04-04 | sync | Theo de Raadt | |
2019-04-03 | sync | Theo de Raadt | |
2019-04-02 | sync | Theo de Raadt | |
2019-04-02 | After upgrade time, delete contents of /var/syspatch. Either | Theo de Raadt | |
we are on a release (and the rollbacks are meaningless) or it's a snapshot (and they are even more meaningless) It appears the first syspatch of a release does that cleaning, but why not get ahead.. ok phessler | |||
2019-04-02 | sync | Theo de Raadt | |
2019-04-02 | After upgrade, cleanup old clang and gcc compoents. | Theo de Raadt | |
Test by phessler | |||
2019-04-01 | sync | Theo de Raadt | |
2019-03-29 | sync | Stuart Henderson | |
2019-03-25 | sync | Theo de Raadt | |
2019-03-21 | sync | Theo de Raadt | |
2019-03-19 | sync | Theo de Raadt | |
2019-03-18 | sync | anton | |