| 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-13 | distrib: merge "cp a b; strip b" to "objcopy -S a b" |  semarie | 1 | -3/+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 | -2/+2 |
| 2019-06-07 | eliminate differences between all the list files as much as |  deraadt | 1 | -6/+6 |
| 2019-06-02 | first few small steps towards unification |  deraadt | 1 | -2/+4 |
| 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 | 1 | -17/+15 |
| 2019-04-30 | step by step, more removal of differences |  deraadt | 1 | -4/+4 |
| 2019-04-30 | rm is in /bin, no need to specify |  deraadt | 1 | -3/+3 |
| 2019-04-30 | Every Makefile on every architecture had deviated in unique ways. |  deraadt | 1 | -50/+45 |
| 2019-04-29 | TOPDIR and TOP are not neccessary. |  deraadt | 1 | -7/+4 |
| 2019-04-29 | remove the abstraction REV on top of abstraction OSrev which is always |  deraadt | 2 | -5/+5 |
| 2019-04-28 | cleanup the situation around "df -i" |  deraadt | 1 | -4/+2 |
| 2019-04-28 | incorporate GZIPFLAGS into place everywhere |  deraadt | 1 | -4/+2 |
| 2019-04-28 | CBIN variable is also pointless, it is always "instbin". Rather than |  deraadt | 1 | -12/+11 |
| 2019-04-28 | the BSD_RD variable is pointless |  deraadt | 1 | -8/+7 |
| 2019-04-28 | Use new vnconfig vnd-auto-allocate mode. Resolve some variation between |  deraadt | 1 | -21/+12 |
| 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 | -9/+4 |
| 2018-04-08 | Move slaacd from ramdisk to bsd.rd, found out the hard way. |  kn | 1 | -2/+1 |
| 2017-11-19 | add growfs(8) to ramdisk |  job | 1 | -1/+2 |
| 2017-09-19 | remove unused GZIPEXT |  jasper | 1 | -2/+1 |
| 2017-09-18 | drop ${GZIPCMD} and just use 'gzip' |  jasper | 1 | -3/+2 |
| 2017-08-16 | additional strip -R .SUNW_ctf needed |  deraadt | 1 | -1/+2 |
| 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-01-27 | Switch alpha, luna88k and sparc64 ramdisks to makefs. |  natano | 1 | -38/+13 |
| 2016-10-14 | Use new kernel compile method for ramdisks, de-escalating to $BUILDUSER |  deraadt | 1 | -4/+3 |
| 2016-09-17 | ping6(8) is now a hardlink to ping(8). |  florian | 1 | -3/+2 |
| 2016-09-13 | Provide a stripped down group file for the install media. |  rpe | 1 | -2/+2 |
| 2016-09-04 | Move files created by root during install/upgrade in a subdir of |  rpe | 1 | -4/+4 |
| 2016-09-03 | Enable a stripped down version of doas(1) on the install media. |  rpe | 1 | -1/+2 |
| 2016-04-02 | - merge install.sh into install.sub as do_install() |  rpe | 1 | -4/+5 |
| 2015-04-13 | pwd_mkdb now fits onto the install media. no more chroot games. |  deraadt | 1 | -1/+2 |
| 2015-04-02 | more -> less; not less -> more |  deraadt | 1 | -2/+2 |
| 2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the |  deraadt | 1 | -3/+4 |
| 2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe |  deraadt | 1 | -2/+1 |
| 2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the |  deraadt | 1 | -1/+2 |
| 2014-12-23 | successful switchover to non-reach-around SRCDIR |  deraadt | 1 | -2/+1 |
| 2014-12-03 | rtsol(8) is no longer needed on the ramdisks. |  florian | 1 | -2/+1 |
| 2014-11-26 | Use ofwbootfd on sparc64 floppies. Avoids problems when ofwboot grows. |  stsp | 1 | -3/+3 |
| 2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will |  deraadt | 2 | -5/+4 |
| 2014-07-20 | place sysctl in sorted order; Jean-Philippe Ouellet |  deraadt | 1 | -2/+2 |
| 2014-03-03 | use official 5.5 key |  deraadt | 1 | -2/+2 |
| 2014-01-11 | No need for a bin/cpio link on the media, because the pax|tar binary does |  deraadt | 1 | -2/+2 |
| 2014-01-10 | remove md5 after installing it (with the links to the sha256/512 commands). |  deraadt | 1 | -1/+2 |
| 2014-01-09 | copy the relevant key for the release onto the media |  deraadt | 1 | -1/+2 |
| 2014-01-08 | Switch to using the base sha256 command, rather than some customized |  deraadt | 1 | -1/+3 |
| 2014-01-07 | SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places we |  deraadt | 1 | -2/+2 |