summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2021-02-13distrib: remove .comment section systematicallySebastien Marie
remove this section as part of crunchgen generated commands. it avoids calling "strip -R .comment" for some but not all architectures. ok deraadt@ danj@
2021-02-13distrib: remove .SUNW_ctf only on kernelsSebastien Marie
the .SUNW_ctf section is added by ctfstrip(1), which is only used for kernels. ok deraadt@ danj@
2021-02-13distrib: merge "cp a b; strip b" to "objcopy -S a b"Sebastien Marie
ok deraadt@ danj@
2021-02-13distrib: remove duplicate strip(1) callsSebastien Marie
"strip -R section" command run "strip" (without option) as well. there is no need to call both. (binaries checked with sha1) original diff from danj@ ok deraadt@
2021-02-13distrib: merge objcopy -Sg and strip commandsSebastien Marie
in the command "objcopy -Sg", the -g option (STRIP_DEBUG) overrides the -S option (STRIP_ALL). so it is the same as "objcopy -g". "strip" command without option is doing STRIP_ALL. merge the both commands to "objcopy -S" ok deraadt@ danj@
2021-02-13distrib: remove STRIPOPTS variable from alpha and sparc64 MakefileSebastien Marie
ok deraadt@ danj@
2021-02-12syncTheo de Raadt
2021-02-11syncTheo de Raadt
2021-02-09syncPatrick Wildt
2021-02-09syncTheo de Raadt
2021-02-09syncTheo de Raadt
2021-02-08syncTheo de Raadt
2021-02-07syncTheo de Raadt
2021-02-05syncTheo de Raadt
2021-02-04syncPatrick Wildt
2021-02-04syncanton
2021-02-01syncTheo de Raadt
2021-01-30Add dhclient.conf back to list of "installed network configurationKenneth R Westerback
files during upgrade". Mistakenly removed during dhclient.conf cleanup of r1.1050.
2021-01-29Adjust for disabling gcc on macppc.Mark Kettenis
2021-01-27syncTheo Buehler
2021-01-24syncTheo de Raadt
2021-01-23syncStuart Henderson
2021-01-21sync for libtls bumpEric Faurot
2021-01-16Update model details for Loongson Lynloong.Visa Hankala
From Yifei ZHAN on tech@
2021-01-11syncChristian Weisgerber
2021-01-10Disable base-gcc on loongson and octeon.Visa Hankala
OK deraadt@
2021-01-05distribute the gzip'd version of bsd.rd on platforms where we all bootTheo de Raadt
methods support it. if anyone finds a method which does not work, please speak up.
2021-01-02syncPatrick Wildt
2020-12-31oops, this was installing the smaller bsd.rd, which would be replacedTheo de Raadt
by the proper miniroot bsd.rd a bit later.
2020-12-31sync Amlogic section with arm64.htmlJonathan Gray
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