Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | The cdrom contains a nested ffs filesystem, so indicate that dependency | Theo de Raadt | |
for large-factor make -j, hit by claudio | |||
2019-05-09 | Don't ignore configured netmask/prefixlen on restarting | Kenneth R Westerback | |
an install. Use the info as default answers in relevant questions. | |||
2019-05-09 | Simplify v4_config() and v6_config() by getting updated information | Kenneth R Westerback | |
via [v4|v6]_info() after calling ifconfig. As a side effect 'inet' lines in hostname.if will always use the hex format for the netmask, i.e. as displayed by ifconfig(8). | |||
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber | |
verification by the installer: Verification is triggered by the presence of SHA256.sig. In sysupgrade, remove SHA256.sig once the signature has been verified. Compare SHA256 against a stored copy from the previous install/upgrade. In the installer, stash away a copy of SHA256 and move that code into install_files() where the sets are actually processed. Confirm in the response file that we want to proceed without verifying the sets. ok florian@ tj@ | |||
2019-05-09 | Stop tromping over the saved interface configuration when | Kenneth R Westerback | |
invalid address or netmask/prefixlen values are entered. Keeps the presented default values sane in the face of cats or otherunintended keyboard events. | |||
2019-05-09 | Shuffle code to make v4_config() and v6_config() look even | Kenneth R Westerback | |
more like each other. | |||
2019-05-09 | Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' to | Kenneth R Westerback | |
completely clear existing configurations after restarting an install. | |||
2019-05-09 | Don't forget about previous dhcp configuration attempts | Kenneth R Westerback | |
when restarting an install. Even if the original dhcp attempt did not successfully get a lease and configure the interface. ok beck@ florian@ | |||
2019-05-08 | Move the magic ping6 IPv6 default router discovery so we probe all | Kenneth R Westerback | |
relevant interfaces at once, and ask for a user decision right after we ask for the IPv4 default route. ok florian@ | |||
2019-05-08 | cleanup after unattended upgrade | Florian Obser | |
tweak & OK kmos, OK semarie | |||
2019-05-07 | Sync after libc++ bump | Jeremie Courreges-Anglas | |
Noticed by mlarkin | |||
2019-05-07 | sync | Theo de Raadt | |
2019-05-05 | Use bsd.gz inside ramdisk | Theo de Raadt | |
2019-05-05 | like ../cdfs/, not yet adjusted to use FSSIZE | Theo de Raadt | |
2019-05-04 | sync | Theo de Raadt | |
2019-05-03 | Use MOUNT_POINT throughout, consistant with other platforms. | Theo de Raadt | |
2019-05-03 | cannot give newfs a -c parameter yet, since this Makefile still | Theo de Raadt | |
thinks in terms of MB and it's not a trivial conversion. | |||
2019-05-03 | Bring v6_config() into the modern age. Remember | Kenneth R Westerback | |
'autoconf' if install restarts. Be more careful to keep things clean. Remove unnecessary checks left over from rtsol days. Started by claudio@ noticing 'autoconf' is not remembered. ok florian@ kn@ (mostly) | |||
2019-05-03 | Further removal of differences (using install instead of cp, sorting | Theo de Raadt | |
chunks in a specified order, using a few variables, performing bsd.rd to bsd.gz conversion as similar as possible) | |||
2019-05-03 | During debugging, media are often built without DESTDIR correctly set. | Theo de Raadt | |
Such media are not entirely accurate -- that's fine. However one case is very bad -- the TZ tree is entirely skipped, resulting in artificially smaller media and confusion. Just assume DESTDIR=/ for that case... | |||
2019-05-02 | Keep SHA256.sig around on the installed / upgraded system. | Florian Obser | |
It seems like sysupgrade(8) could use this to figure out if a new snapshot is available. | |||
2019-05-02 | bsd.tbxi can be found in DESTDIR, rather than a excessively long obj | Theo de Raadt | |
reacharound | |||
2019-05-02 | refer do the nested FFS filesystem by name FS, since it is similar to | Theo de Raadt | |
a miniroot.fs elsewhere (but not made available because noone needs it) this reduces the diff delta further... | |||
2019-05-01 | Do not need reacharound back to our own obj directory, pretty silly | Theo de Raadt | |
2019-05-01 | verbose mkhybrid was never needed on these arch | Theo de Raadt | |
2019-05-01 | increase verbose +1 (the required level for spitting out block start/end | Theo de Raadt | |
for files, which is tee'd out to tell installboot where the bootblocks should point to..) Yes, someone could fix this, but it won't be me today! | |||
2019-05-01 | Fix miniroot partition. | Visa Hankala | |
OK deraadt@ | |||
2019-04-30 | step by step, more removal of differences | Theo de Raadt | |
2019-04-30 | repair more trivial differences | Theo de Raadt | |
2019-04-30 | rm is in /bin, no need to specify | Theo de Raadt | |
2019-04-30 | Also pull cdrom production into the full ramdisk build. | Theo de Raadt | |
2019-04-30 | pull cdfs into ramdisk_cd | Theo de Raadt | |
2019-04-30 | merge cdfs into miniroot, so that it doesn't need obj reacharound | Theo de Raadt | |
2019-04-30 | common directory is pointless now | Theo de Raadt | |
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 | |