| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-15 | Things are too tight. Retaining even those two symbols is too much. |  deraadt | 1 | -2/+1 |
| 2021-02-14 | distrib: restore rdsetroot -x usage (extract the disk.fs image) on stripped bsd.rd |  semarie | 2 | -4/+8 |
| 2021-02-14 | distrib: use ${MACHINE} instead of hardcoded value |  semarie | 1 | -9/+9 |
| 2021-02-13 | distrib: remove .comment section systematically |  semarie | 2 | -4/+2 |
| 2021-02-13 | distrib: remove .SUNW_ctf only on kernels |  semarie | 3 | -8/+8 |
| 2021-02-13 | distrib: merge "cp a b; strip b" to "objcopy -S a b" |  semarie | 3 | -13/+8 |
| 2021-02-13 | distrib: remove duplicate strip(1) calls |  semarie | 2 | -6/+2 |
| 2021-01-05 | distribute the gzip'd version of bsd.rd on platforms where we all boot |  deraadt | 2 | -11/+5 |
| 2020-08-05 | MTREE is not used |  deraadt | 1 | -2/+2 |
| 2020-05-18 | Make ffs2 the default for newfs; change all calls to create e.g. floppy |  otto | 3 | -6/+6 |
| 2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, |  deraadt | 3 | -8/+8 |
| 2019-12-01 | grow i386 cd ramdisk a little bit |  deraadt | 1 | -2/+2 |
| 2019-06-07 | eliminate differences between all the list files as much as |  deraadt | 6 | -77/+159 |
| 2019-05-13 | Add tee(1) to the ramdisk filesystem and use it to provide both a |  naddy | 1 | -1/+2 |
| 2019-05-03 | Further removal of differences (using install instead of cp, sorting |  deraadt | 3 | -14/+16 |
| 2019-05-01 | verbose mkhybrid was never needed on these arch |  deraadt | 2 | -4/+4 |
| 2019-04-30 | step by step, more removal of differences |  deraadt | 2 | -4/+4 |
| 2019-04-30 | repair more trivial differences |  deraadt | 2 | -10/+11 |
| 2019-04-30 | rm is in /bin, no need to specify |  deraadt | 2 | -5/+5 |
| 2019-04-30 | Also pull cdrom production into the full ramdisk build. |  deraadt | 3 | -38/+25 |
| 2019-04-30 | Every Makefile on every architecture had deviated in unique ways. |  deraadt | 6 | -143/+194 |
| 2019-04-29 | These Makefile.inc are now empty and unused. |  deraadt | 1 | -3/+0 |
| 2019-04-29 | TOPDIR and TOP are not neccessary. |  deraadt | 3 | -15/+4 |
| 2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always |  deraadt | 5 | -13/+11 |
| 2019-04-28 | oops, repair some BSDRD confusion |  deraadt | 1 | -1/+2 |
| 2019-04-28 | cleanup the situation around "df -i" |  deraadt | 2 | -8/+4 |
| 2019-04-28 | Cull BSDRD variables which are always bsd.rd |  deraadt | 2 | -5/+4 |
| 2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than |  deraadt | 1 | -13/+12 |
| 2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between |  deraadt | 2 | -40/+25 |
| 2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force |  deraadt | 1 | -4/+2 |
| 2019-04-05 | Use new rdsetroot. |  deraadt | 1 | -11/+4 |
| 2019-03-05 | install*.{fs,iso} get larger due to clang library changes |  deraadt | 1 | -2/+2 |
| 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 |
| 2018-03-21 | use new script to trim installed cert.pem on overflowing i386/ramdisk_cd |  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 | 2 | -8/+7 |
| 2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts |  rpe | 1 | -3/+1 |
| 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-06-13 | The KARL compile.tgz linkkit adds some growth to the base set. |  deraadt | 1 | -3/+3 |
| 2017-06-03 | kernels in compile dirs are readonly, and the bsd.rd we created has |  deraadt | 1 | -1/+2 |
| 2017-01-22 | Whitespaces ... |  rpe | 1 | -2/+1 |
| 2016-12-30 | Install cert.pem + ftp(1) binary that supports SSL, so the install script |  deraadt | 5 | -8/+17 |
| 2016-11-24 | Use makefs to build bsd.rd. amd64 and i386 are first; other platforms |  natano | 1 | -34/+18 |
| 2016-10-14 | Use new kernel compile method for ramdisks, de-escalating to $BUILDUSER |  deraadt | 1 | -4/+3 |
| 2016-09-18 | Switch the i386 floppy ramdisk to fdboot(8), now that it works correctly. |  jsing | 2 | -3/+4 |
| 2016-09-17 | ping6(8) is now a hardlink to ping(8). |  florian | 2 | -4/+3 |
| 2016-09-16 | oh, this directory can also go |  deraadt | 2 | -15/+0 |
| 2016-09-16 | these build directories were left around after we moved to 1 floppy. |  deraadt | 4 | -32/+0 |