summaryrefslogtreecommitdiff
path: root/distrib/sparc64
AgeCommit message (Expand)Author
2024-06-09include BUILDINFO file in the iso/img files; requested by florian for sysupgr...Theo de Raadt
2024-01-19More files to be blessed by the clean target.Miod Vallat
2023-04-28Move FSDISKTYPE uses from disklabel(8) invocations to vnconfig(8)Kenneth R Westerback
2023-04-28Retire -E's "expert" mode. Introduced 23 years ago to avoidKenneth R Westerback
2023-04-26Don't rely on the disklabel defaults or a disktab entry's ba#/fa#Kenneth R Westerback
2023-03-07Initial support for guided disk encryptionKlemens Nanni
2022-11-05Add mount_nfs(8) to fetch sets over NFSKlemens Nanni
2022-05-08Software we import from outside tends to bloat faster than software weTheo de Raadt
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-16this media can also use dhcpleased nowTheo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-07-15more space savingsTheo de Raadt
2021-07-15space savings on install kernels. (restore and ralink drivers+firmware goTheo de Raadt
2021-04-11Create a sparc64 install*.img file alsoTheo 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: merge "cp a b; strip b" to "objcopy -S a b"Sebastien Marie
2021-02-13distrib: merge objcopy -Sg and strip commandsSebastien Marie
2021-02-13distrib: remove STRIPOPTS variable from alpha and sparc64 MakefileSebastien Marie
2020-12-31oops, this was installing the smaller bsd.rd, which would be replacedTheo 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-04-04clang bsd.rd is a bit bigger..Theo de Raadt
2019-06-08grow sparc64 miniroot a littleTheo de Raadt
2019-06-07eliminate differences between all the list files as much asTheo de Raadt
2019-06-02first few small steps towards unificationTheo de Raadt
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-10The cdrom contains a nested ffs filesystem, so indicate that dependencyTheo de Raadt
2019-05-03Further removal of differences (using install instead of cp, sortingTheo 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-30merge cdfs into miniroot, so that it doesn't need obj reacharoundTheo 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-28cleanup the situation around "df -i"Theo de Raadt
2019-04-28incorporate GZIPFLAGS into place everywhereTheo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-28the BSD_RD variable is pointlessTheo 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
2018-10-07add new ral-rt3290 firmwareJonathan Gray
2018-04-08Move slaacd from ramdisk to bsd.rd, found out the hard way.kn
2018-01-03Always present the same question at the end of installs or upgrades.Robert Peichaer
2017-12-17Add a new question "Escape to shell before reboot? [no]" at the end ofRobert Peichaer
2017-11-19add growfs(8) to ramdiskjob