summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2021-03-01syncTheo de Raadt
2021-02-27syncTheo de Raadt
2021-02-26sync; OK deraadtFlorian Obser
2021-02-26syncTheo de Raadt
2021-02-24syncTheo de Raadt
2021-02-24syncTheo de Raadt
2021-02-24syncTheo de Raadt
2021-02-23syncTheo de Raadt
2021-02-23syncTheo de Raadt
2021-02-23syncTheo de Raadt
2021-02-21syncTheo de Raadt
2021-02-20syncStuart Henderson
2021-02-18Mention that U-Boot serial speed should be 115200.Visa Hankala
Initial diff from Janne Johansson
2021-02-16make use of getline(3) in ftp(1)Christian Weisgerber
Replace fparseln(3) with getline(3). This removes the only use of libutil.a(fparseln.o) from the ramdisk. Replace a complicated fgetln(3) idiom with the much simpler getline(3). ok jca@
2021-02-16syncTheo de Raadt
2021-02-15distrib: arm64: avoid customization in mr.fs targetSebastien Marie
arm64 ramdisk has customization in mr.fs target, in order to create usr/mdec/pine64 and usr/mdec/rpi directories (files will be copied inside them by runlist.sh). uses MKDIR directive to create these directories instead of. it put back mr.fs target identical to others archs. ok deraadt@
2021-02-15Things are too tight. Retaining even those two symbols is too much.Theo de Raadt
When dealing with install floppies, the Makefiles will need to carry some differences.
2021-02-14distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped ↵Sebastien Marie
bsd.rd It passes options to keep rd_root_size and rd_root_image symbols while stripping. These symbols are the ones used by rdsetroot to insert or extract disk image into RAMDISK. ok danj@ deraadt@
2021-02-14distrib: use ${MACHINE} instead of hardcoded valueSebastien Marie
ok deraadt@
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