Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-25 | Add Orange Pi Zero Plus. ok jsg@ | Darren Tucker | |
2020-12-23 | Allow 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-22 | Destroy 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-22 | sync | Visa Hankala | |
2020-12-21 | Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' in | Kenneth 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-11 | There is a race in dhclient(8) privsep. The parent process may | Alexander 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-09 | Gdium 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-07 | sync | Theo de Raadt | |
2020-12-04 | sync | Theo de Raadt | |
2020-12-03 | sync | Theo de Raadt | |
2020-11-30 | sync | Theo de Raadt | |
2020-11-30 | sync | Theo de Raadt | |
2020-11-29 | Fix previous: use correct version of netstart and installer bits. | Theo Buehler | |
2020-11-29 | Add support for !command to mygate, so that netstart has a late opportunity | Theo 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-18 | sync | Stuart Henderson | |
2020-11-16 | sync | Theo de Raadt | |
2020-10-27 | sync | Theo de Raadt | |
2020-10-26 | sync | Theo de Raadt | |
2020-10-26 | sync | Theo de Raadt | |
2020-10-25 | sync | Theo de Raadt | |
2020-10-10 | sync | Stuart Henderson | |
2020-10-08 | sync | Theo de Raadt | |
2020-10-04 | sync | Stuart Henderson | |
2020-10-03 | Add bsd.mp to powerpc64's installXX.{img,iso} | gkoehler | |
ok deraadt@ | |||
2020-10-02 | sync | Stuart Henderson | |
2020-09-30 | i386 is pentium or later as toolchain defaults to -march=i586 now | Jonathan Gray | |
2020-09-25 | sync | Theo de Raadt | |
2020-09-23 | sync | Theo de Raadt | |
2020-09-22 | sync | Theo de Raadt | |
2020-09-22 | When doing unattended upgrade (i.e. sysupgrade(8)) on systems with | Florian 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-22 | sync | Theo de Raadt | |
2020-09-19 | sync | Theo Buehler | |
2020-09-17 | sync | Stuart Henderson | |
2020-09-15 | grow amd64 ramdisk_cd....... | Theo de Raadt | |
2020-09-14 | sync | Stuart Henderson | |
2020-09-14 | sync | Theo de Raadt | |
2020-09-01 | sync | Theo de Raadt | |
2020-08-31 | sync | Theo de Raadt | |
2020-08-31 | bsd.mp is now much more reliable, so the installer can use the regular | Theo de Raadt | |
logic to select it on MP machines. | |||
2020-08-30 | sync | Theo de Raadt | |
2020-08-24 | sync | Theo de Raadt | |
2020-08-11 | sync | Stuart Henderson | |
2020-08-10 | sync | Patrick Wildt | |
2020-08-09 | sync | Patrick Wildt | |
2020-08-05 | build installXX.{img,iso} files are like miniroot, but contain the sets | Theo 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-05 | MTREE is not used | Theo de Raadt | |
2020-08-03 | grow to cope with clang10 | Theo de Raadt | |
2020-08-03 | sync | Patrick Wildt | |
2020-08-03 | sync | Patrick Wildt | |
2020-08-03 | libpcap is 9.0 now. | David Gwynne | |
pointed out by tb@, who also provided the diff. ok tb@ deraadt@ |