Age | Commit message (Expand) | Author |
2019-06-07 | eliminate differences between all the list files as much as | Theo de Raadt |
2019-06-07 | Add -lz to the library list, since one architecture (armv7) needs it and | Theo de Raadt |
2019-05-15 | add copyright grant, requested by deraadt@ | Stuart Henderson |
2019-05-14 | Revert my recent sysupgrade changes; it broke unattended upgrades for | Antoine Jacoutot |
2019-05-13 | Add tee(1) to the ramdisk filesystem and use it to provide both a | Christian Weisgerber |
2019-05-13 | Fix usage() (missing '-x'). | Antoine Jacoutot |
2019-05-11 | Repair and improve v6 default route selection. | Kenneth R Westerback |
2019-05-10 | Improve error message of "Question has no answer in response file". | Reyk Floeter |
2019-05-10 | Always make the default answer 'dhcp' on unconfigured interfaces. | Kenneth R Westerback |
2019-05-09 | Don't ignore configured netmask/prefixlen on restarting | Kenneth R Westerback |
2019-05-09 | Simplify v4_config() and v6_config() by getting updated information | Kenneth R Westerback |
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber |
2019-05-09 | Stop tromping over the saved interface configuration when | Kenneth R Westerback |
2019-05-09 | Shuffle code to make v4_config() and v6_config() look even | Kenneth R Westerback |
2019-05-09 | Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' to | Kenneth R Westerback |
2019-05-09 | Don't forget about previous dhcp configuration attempts | Kenneth R Westerback |
2019-05-08 | Move the magic ping6 IPv6 default router discovery so we probe all | Kenneth R Westerback |
2019-05-08 | cleanup after unattended upgrade | Florian Obser |
2019-05-03 | Bring v6_config() into the modern age. Remember | Kenneth R Westerback |
2019-05-03 | During debugging, media are often built without DESTDIR correctly set. | Theo de Raadt |
2019-05-02 | Keep SHA256.sig around on the installed / upgraded system. | Florian Obser |
2019-04-30 | Every Makefile on every architecture had deviated in unique ways. | Theo de Raadt |
2019-04-29 | Make v[46]_info() return all the interface flags instead of just | Kenneth R Westerback |
2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always | Theo de Raadt |
2019-04-28 | reduce delta with ../ramdisk/list | Theo de Raadt |
2019-04-28 | Oops; hardcode instbin directly | Theo de Raadt |
2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than | Theo de Raadt |
2019-04-27 | It's timer_pid not timeout_pid | kn |
2019-04-25 | Move the expected set location to /home/_sysupgrade. | Florian Obser |
2019-04-24 | In unattended mode do a reboot even if things go wrong and | Florian Obser |
2019-04-24 | Perform unattended upgrade if /bsd.upgrade is present. | Florian Obser |
2019-04-22 | When upgrading only prompt for disks that contain a root partition. | Florian Obser |
2019-04-02 | After upgrade time, delete contents of /var/syspatch. Either | Theo de Raadt |
2019-04-02 | After upgrade, cleanup old clang and gcc compoents. | Theo de Raadt |
2019-03-02 | On upgrade, only clean up the library relinking kits when we know | Theo Buehler |
2019-02-11 | During upgrade, remove all library relink files (to save space) | Theo de Raadt |
2019-01-21 | lenght -> length | Jonathan Gray |
2019-01-21 | when installing over wifi, move nwid and wpakey/nwkey to be on the same line | Peter Hessler |
2019-01-20 | Remove the "done." dance around checking for syspatches to avoid | Theo Buehler |
2019-01-16 | When installing a few months after a new release is out, the syspatch(8) check | Antoine Jacoutot |
2019-01-13 | spelling error fixes; from Claus Assmann | Theo de Raadt |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-09-18 | The dmesg buffer is sufficiently large now that using the accumulated | Christian Weisgerber |
2018-08-29 | Historically /etc/netstart (and the equivalent code in the install | Kenneth R Westerback |
2018-08-22 | Let /etc/installurl default to cdn.openbsd.org if it doesn't exist and no | Theo Buehler |
2018-08-19 | There was some misunderstanding about which mirror to use. | Theo Buehler |
2018-08-19 | If /etc/installurl doesn't exist, install a default one pointing to | Theo Buehler |
2018-07-10 | Tweak comments and explain some not so obvious things. | Robert Peichaer |
2018-07-10 | simplify and properly quote the loading of soii key generation material, | Alexander Hall |
2018-07-09 | Rename the THESETS variable to ALLSETS because it holds the list | Robert Peichaer |