summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2020-12-25Add Orange Pi Zero Plus. ok jsg@Darren Tucker
2020-12-23Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)Kenneth R Westerback
files. Usual man page help & ok jmc@
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook
Add a stub for pthread_mutex_destroy() for installers. ok tb@
2020-12-22syncVisa Hankala
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inKenneth R Westerback
hostname.if files. dhclient(8) does that itself. Part of the "further script optimizations" promised in r1.200 of netstart. Tested & ok gnezdo@
2020-12-11There is a race in dhclient(8) privsep. The parent process mayAlexander Bluhm
return before the interface address and route are set in the kernel. The auto installer script runs a ftp(1) command immediatelty after that, it fails without a local address. Before calling ftp, wait until the address appears in ifconfig(8) output and dhclient leases file. This makes autoinstall more reliable. discussed with patrick@; input and OK krw@
2020-12-09Gdium bootblocks are still dumb, and cannot load the kernel from ffs.Theo de Raadt
This chunk was incorrectly removed recently with installboot improvements.
2020-12-07syncTheo de Raadt
2020-12-04syncTheo de Raadt
2020-12-03syncTheo de Raadt
2020-11-30syncTheo de Raadt
2020-11-30syncTheo de Raadt
2020-11-29Fix previous: use correct version of netstart and installer bits.Theo Buehler
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
to perform network configuration (for example, "!route source -ifp em0") Split mygate and myname manual pages (how did anyone ever believe these are related), and perform hostname configuration much earlier in rc. discussed with benno, claudio, jmc, etc etc, last version of !command parser by tb
2020-11-18syncStuart Henderson
2020-11-16syncTheo de Raadt
2020-10-27syncTheo de Raadt
2020-10-26syncTheo de Raadt
2020-10-26syncTheo de Raadt
2020-10-25syncTheo de Raadt
2020-10-10syncStuart Henderson
2020-10-08syncTheo de Raadt
2020-10-04syncStuart Henderson
2020-10-03Add bsd.mp to powerpc64's installXX.{img,iso}gkoehler
ok deraadt@
2020-10-02syncStuart Henderson
2020-09-30i386 is pentium or later as toolchain defaults to -march=i586 nowJonathan Gray
2020-09-25syncTheo de Raadt
2020-09-23syncTheo de Raadt
2020-09-22syncTheo de Raadt
2020-09-22When doing unattended upgrade (i.e. sysupgrade(8)) on systems withFlorian Obser
multiple root disks, do the upgrade on the one with auto_upgrade.conf present. use case pointed out by, test & OK kettenis
2020-09-22syncTheo de Raadt
2020-09-19syncTheo Buehler
2020-09-17syncStuart Henderson
2020-09-15grow amd64 ramdisk_cd.......Theo de Raadt
2020-09-14syncStuart Henderson
2020-09-14syncTheo de Raadt
2020-09-01syncTheo de Raadt
2020-08-31syncTheo de Raadt
2020-08-31bsd.mp is now much more reliable, so the installer can use the regularTheo de Raadt
logic to select it on MP machines.
2020-08-30syncTheo de Raadt
2020-08-24syncTheo de Raadt
2020-08-11syncStuart Henderson
2020-08-10syncPatrick Wildt
2020-08-09syncPatrick Wildt
2020-08-05build installXX.{img,iso} files are like miniroot, but contain the setsTheo de Raadt
in a X.X/powerpc64 directory. Like miniroot, these skip the "boot -> bsd.rd" sequence, and boot bsd.rd directly because of disk-discovery issues not yet resolved in the boot code. with debugging help from gkoehler and kettenis
2020-08-05MTREE is not usedTheo de Raadt
2020-08-03grow to cope with clang10Theo de Raadt
2020-08-03syncPatrick Wildt
2020-08-03syncPatrick Wildt
2020-08-03libpcap is 9.0 now.David Gwynne
pointed out by tb@, who also provided the diff. ok tb@ deraadt@