| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-14 | distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped bsd.rd |  semarie | 1 | -2/+4 |
| 2021-02-14 | distrib: use ${MACHINE} instead of hardcoded value |  semarie | 1 | -9/+9 |
| 2021-02-13 | distrib: remove .comment section systematically |  semarie | 1 | -2/+1 |
| 2021-02-13 | distrib: remove .SUNW_ctf only on kernels |  semarie | 1 | -3/+3 |
| 2021-02-13 | distrib: merge "cp a b; strip b" to "objcopy -S a b" |  semarie | 1 | -5/+3 |
| 2021-02-13 | distrib: remove duplicate strip(1) calls |  semarie | 1 | -3/+1 |
| 2021-01-05 | distribute the gzip'd version of bsd.rd on platforms where we all boot |  deraadt | 1 | -2/+2 |
| 2020-09-15 | grow amd64 ramdisk_cd....... |  deraadt | 1 | -2/+2 |
| 2020-05-18 | Make ffs2 the default for newfs; change all calls to create e.g. floppy |  otto | 1 | -2/+2 |
| 2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, |  deraadt | 1 | -3/+3 |
| 2019-06-08 | include mount_nfs on the amd64 ramdisk_cd, ok jca deraadt |  sthen | 1 | -1/+2 |
| 2019-06-07 | eliminate differences between all the list files as much as |  deraadt | 3 | -41/+125 |
| 2019-05-03 | Further removal of differences (using install instead of cp, sorting |  deraadt | 1 | -5/+6 |
| 2019-05-01 | verbose mkhybrid was never needed on these arch |  deraadt | 1 | -2/+2 |
| 2019-04-30 | step by step, more removal of differences |  deraadt | 1 | -4/+4 |
| 2019-04-30 | repair more trivial differences |  deraadt | 1 | -4/+5 |
| 2019-04-30 | rm is in /bin, no need to specify |  deraadt | 1 | -2/+2 |
| 2019-04-30 | pull cdfs into ramdisk_cd |  deraadt | 1 | -8/+27 |
| 2019-04-30 | Every Makefile on every architecture had deviated in unique ways. |  deraadt | 2 | -121/+92 |
| 2019-04-29 | TOPDIR and TOP are not neccessary. |  deraadt | 1 | -5/+2 |
| 2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always |  deraadt | 1 | -2/+2 |
| 2019-04-28 | cleanup the situation around "df -i" |  deraadt | 1 | -4/+2 |
| 2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than |  deraadt | 1 | -2/+2 |
| 2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between |  deraadt | 1 | -27/+18 |
| 2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 1 | -2/+2 |
| 2019-04-05 | Use new rdsetroot. |  deraadt | 1 | -11/+4 |
| 2018-10-07 | add new ral-rt3290 firmware |  jsg | 1 | -1/+2 |
| 2018-03-21 | trim cert.pem on all arches that install it. use the installed file from |  sthen | 1 | -2/+2 |
| 2017-11-19 | add growfs(8) to ramdisk |  job | 1 | -1/+2 |
| 2017-08-13 | strip .SUNW_ctf in the remaining strip invocations |  jasper | 1 | -4/+4 |
| 2017-07-25 | change -Os to -Oz all around the tree |  robert | 1 | -2/+2 |
| 2017-07-08 | hook up slaacd to the installer on media where we have INET6 |  florian | 1 | -1/+2 |
| 2017-07-08 | Increase size to make slaacd fit. |  florian | 1 | -2/+2 |
| 2017-06-03 | kernels in compile dirs are readonly, and the bsd.rd we created has |  deraadt | 1 | -1/+2 |
| 2016-12-30 | Install cert.pem + ftp(1) binary that supports SSL, so the install script |  deraadt | 3 | -5/+13 |
| 2016-11-24 | Use makefs to build bsd.rd. amd64 and i386 are first; other platforms |  natano | 1 | -34/+18 |
| 2016-10-19 | Inline IMAGE, CBIN, CRUNCHCONF and XNAME. |  natano | 2 | -25/+20 |
| 2016-10-19 | Unshare Makefile.inc so we can determine how to squeeze makefs |  deraadt | 2 | -2/+150 |
| 2016-09-17 | ping6(8) is now a hardlink to ping(8). |  florian | 1 | -3/+1 |
| 2015-10-07 | Add initial support for UEFI/GPT installs to install script. Original |  krw | 1 | -1/+3 |
| 2015-09-06 | Use the new fdisk -b functionality to put an EFI system partition on the |  kettenis | 2 | -2/+4 |
| 2014-12-03 | rtsol(8) is no longer needed on the ramdisks. |  florian | 1 | -2/+1 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 1 | -2/+1 |
| 2014-03-02 | create small i386 and amd64 miniroots. These can be dd'd to a usb stick |  deraadt | 1 | -5/+5 |
| 2014-01-19 | we no long use the /var/hash files, but rely on the SHA256.sig file. |  deraadt | 1 | -2/+1 |
| 2014-01-08 | Switch to using the base sha256 command, rather than some customized |  deraadt | 1 | -3/+1 |
| 2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all |  krw | 1 | -5/+1 |
| 2012-10-15 | use the baseXX installed /usr/mdec directory instead of placing lots of |  deraadt | 1 | -3/+1 |
| 2012-10-12 | Use fdboot for amd64 floppy disk media. |  jsing | 1 | -1/+3 |
| 2011-05-16 | previous commit was bogus, we already had mount_msdos; revert and group |  sthen | 1 | -4/+4 |