summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Expand)Author
2019-05-12The list + list.local approach is only needed if an architecture buildsTheo de Raadt
2019-05-12The list + list.local approach is only needed if an architecture buildsTheo de Raadt
2019-05-12exit early if the errata name is invalid to avoid building a syspatchRobert Nagy
2019-05-12use readlink(1) on each file that we think is different to ensure thatRobert Nagy
2019-05-12syncTheo de Raadt
2019-05-11Repair and improve v6 default route selection.Kenneth R Westerback
2019-05-11syncrob
2019-05-11Make bsd.rd compile after socppc removal.Kenneth R Westerback
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-10Improve error message of "Question has no answer in response file".Reyk Floeter
2019-05-10syncTheo Buehler
2019-05-10Always make the default answer 'dhcp' on unconfigured interfaces.Kenneth R Westerback
2019-05-10The cdrom contains a nested ffs filesystem, so indicate that dependencyTheo de Raadt
2019-05-09Don't ignore configured netmask/prefixlen on restartingKenneth R Westerback
2019-05-09Simplify v4_config() and v6_config() by getting updated informationKenneth R Westerback
2019-05-09sysupgrade already verifies all sets, so eliminate redundantChristian Weisgerber
2019-05-09Stop tromping over the saved interface configuration whenKenneth R Westerback
2019-05-09Shuffle code to make v4_config() and v6_config() look evenKenneth R Westerback
2019-05-09Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' toKenneth R Westerback
2019-05-09Don't forget about previous dhcp configuration attemptsKenneth R Westerback
2019-05-08Move the magic ping6 IPv6 default router discovery so we probe allKenneth R Westerback
2019-05-08cleanup after unattended upgradeFlorian Obser
2019-05-07Sync after libc++ bumpJeremie Courreges-Anglas
2019-05-07syncTheo de Raadt
2019-05-05Use bsd.gz inside ramdiskTheo de Raadt
2019-05-05like ../cdfs/, not yet adjusted to use FSSIZETheo de Raadt
2019-05-04syncTheo de Raadt
2019-05-03Use MOUNT_POINT throughout, consistant with other platforms.Theo de Raadt
2019-05-03cannot give newfs a -c parameter yet, since this Makefile stillTheo de Raadt
2019-05-03Bring v6_config() into the modern age. RememberKenneth R Westerback
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-05-03During debugging, media are often built without DESTDIR correctly set.Theo de Raadt
2019-05-02Keep SHA256.sig around on the installed / upgraded system.Florian Obser
2019-05-02bsd.tbxi can be found in DESTDIR, rather than a excessively long objTheo de Raadt
2019-05-02refer do the nested FFS filesystem by name FS, since it is similar toTheo de Raadt
2019-05-01Do not need reacharound back to our own obj directory, pretty sillyTheo de Raadt
2019-05-01verbose mkhybrid was never needed on these archTheo de Raadt
2019-05-01increase verbose +1 (the required level for spitting out block start/endTheo de Raadt
2019-05-01Fix miniroot partition.Visa Hankala
2019-04-30step by step, more removal of differencesTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30Also pull cdrom production into the full ramdisk build.Theo de Raadt
2019-04-30pull cdfs into ramdisk_cdTheo de Raadt
2019-04-30merge cdfs into miniroot, so that it doesn't need obj reacharoundTheo de Raadt
2019-04-30common directory is pointless nowTheo de Raadt
2019-04-30fix disktype related typoTheo de Raadt
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29Make v[46]_info() return all the interface flags instead of justKenneth R Westerback
2019-04-29$() is expanded by make itself, so consistently use `cat vnd`; ok deraadt@Christian Weisgerber