summaryrefslogtreecommitdiff
path: root/distrib/amd64
AgeCommit message (Expand)Author
2022-03-07grow diskspaceTheo de Raadt
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2021-11-11Make "config -e" work with ramdisk kernelsKlemens Nanni
2021-11-07increase ramdisk space for another driverTheo de Raadt
2021-10-04Add firmwares for rsu(4), rtwn(4), and urtwn(4) drivers.Kevin Lo
2021-09-26'-g' no longer needs '-i'.Kenneth R Westerback
2021-07-26Pass make flags to kernel and lib buildskn
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-07-01delete sbin/restoreTheo de Raadt
2021-02-14distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped b...Sebastien Marie
2021-02-14distrib: use ${MACHINE} instead of hardcoded valueSebastien Marie
2021-02-13distrib: remove .comment section systematicallySebastien Marie
2021-02-13distrib: remove .SUNW_ctf only on kernelsSebastien Marie
2021-02-13distrib: merge "cp a b; strip b" to "objcopy -S a b"Sebastien Marie
2021-02-13distrib: remove duplicate strip(1) callsSebastien Marie
2021-01-05distribute the gzip'd version of bsd.rd on platforms where we all bootTheo de Raadt
2020-09-15grow amd64 ramdisk_cd.......Theo de Raadt
2020-08-05MTREE is not usedTheo de Raadt
2020-08-03grow to cope with clang10Theo de Raadt
2020-06-08growthTheo de Raadt
2020-05-18Make ffs2 the default for newfs; change all calls to create e.g. floppyOtto Moerbeek
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-03-02amd64 ramdisk does not support CD9660, so no use to have a cd(4).Otto Moerbeek
2019-11-15grow an install mediaTheo de Raadt
2019-06-08include mount_nfs on the amd64 ramdisk_cd, ok jca deraadtStuart Henderson
2019-06-07eliminate differences between all the list files as much asTheo de Raadt
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-05-01verbose mkhybrid was never needed on these archTheo de Raadt
2019-04-30step by step, more removal of differencesTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30pull cdfs into ramdisk_cdTheo de Raadt
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29These Makefile.inc are now empty and unused.Theo de Raadt
2019-04-29TOPDIR and TOP are not neccessary.Theo de Raadt
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysTheo de Raadt
2019-04-28oops, repair some BSDRD confusionTheo de Raadt
2019-04-28cleanup the situation around "df -i"Theo de Raadt
2019-04-28Cull BSDRD variables which are always bsd.rdTheo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-28Use new vnconfig vnd-auto-allocate mode. Resolve some variation betweenTheo de Raadt
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-05Use new rdsetroot.Theo de Raadt
2019-03-05install*.{fs,iso} get larger due to clang library changesTheo de Raadt
2019-02-05sets grew a little, install*.* need to alsoTheo de Raadt
2019-01-02due to retpoline, some media do increase slightlyTheo de Raadt
2018-10-07add new ral-rt3290 firmwareJonathan Gray
2018-06-06Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer