Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | distrib: remove .comment section systematically | Sebastien 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-13 | distrib: remove .SUNW_ctf only on kernels | Sebastien Marie | |
the .SUNW_ctf section is added by ctfstrip(1), which is only used for kernels. ok deraadt@ danj@ | |||
2021-02-13 | distrib: merge "cp a b; strip b" to "objcopy -S a b" | Sebastien Marie | |
ok deraadt@ danj@ | |||
2021-02-13 | distrib: remove duplicate strip(1) calls | Sebastien 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-13 | distrib: merge objcopy -Sg and strip commands | Sebastien 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-13 | distrib: remove STRIPOPTS variable from alpha and sparc64 Makefile | Sebastien Marie | |
ok deraadt@ danj@ | |||
2021-02-12 | sync | Theo de Raadt | |
2021-02-11 | sync | Theo de Raadt | |
2021-02-09 | sync | Patrick Wildt | |
2021-02-09 | sync | Theo de Raadt | |
2021-02-09 | sync | Theo de Raadt | |
2021-02-08 | sync | Theo de Raadt | |
2021-02-07 | sync | Theo de Raadt | |
2021-02-05 | sync | Theo de Raadt | |
2021-02-04 | sync | Patrick Wildt | |
2021-02-04 | sync | anton | |
2021-02-01 | sync | Theo de Raadt | |
2021-01-30 | Add dhclient.conf back to list of "installed network configuration | Kenneth R Westerback | |
files during upgrade". Mistakenly removed during dhclient.conf cleanup of r1.1050. | |||
2021-01-29 | Adjust for disabling gcc on macppc. | Mark Kettenis | |
2021-01-27 | sync | Theo Buehler | |
2021-01-24 | sync | Theo de Raadt | |
2021-01-23 | sync | Stuart Henderson | |
2021-01-21 | sync for libtls bump | Eric Faurot | |
2021-01-16 | Update model details for Loongson Lynloong. | Visa Hankala | |
From Yifei ZHAN on tech@ | |||
2021-01-11 | sync | Christian Weisgerber | |
2021-01-10 | Disable base-gcc on loongson and octeon. | Visa Hankala | |
OK deraadt@ | |||
2021-01-05 | distribute the gzip'd version of bsd.rd on platforms where we all boot | Theo de Raadt | |
methods support it. if anyone finds a method which does not work, please speak up. | |||
2021-01-02 | sync | Patrick Wildt | |
2020-12-31 | oops, this was installing the smaller bsd.rd, which would be replaced | Theo de Raadt | |
by the proper miniroot bsd.rd a bit later. | |||
2020-12-31 | sync Amlogic section with arm64.html | Jonathan Gray | |
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 | |