| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct loader.conf(5) entry for deferring the | gjb | 2014-12-30 | 1 | -3/+3 |
* | Delay dropping to the mountroot prompt for 10 seconds | gjb | 2014-12-29 | 1 | -0/+3 |
* | Fix VOLUME_LABEL when BRANCH contains non-alpha | gjb | 2014-11-04 | 1 | -2/+2 |
* | Fix a few issues with creating VOLUME_LABEL for the | gjb | 2014-10-26 | 1 | -1/+5 |
* | Add more descriptive metadata to the ISO images. | gjb | 2014-10-17 | 1 | -3/+5 |
* | Add a separate make(1) target to release/Makefile to | gjb | 2014-10-14 | 1 | -0/+15 |
* | Remove two stray comments added during the initial iterations | gjb | 2014-10-02 | 1 | -2/+2 |
* | Add WITH_COMPRESSED_VMIMAGES variable, which when set enables | gjb | 2014-10-02 | 1 | -1/+3 |
* | After evaluating WITH_VMIMAGES is non-empty, ensure | gjb | 2014-10-01 | 1 | -2/+6 |
* | Avoid using env(1) to set values passed to mk-vmimage.sh, | gjb | 2014-10-01 | 1 | -8/+6 |
* | Separate release/scripts/mk-vmimage.sh to machine-specific | gjb | 2014-10-01 | 1 | -2/+2 |
* | release/Makefile: | gjb | 2014-09-28 | 1 | -1/+2 |
* | release/Makefile: | gjb | 2014-09-28 | 1 | -0/+3 |
* | Use VMBASE in place of a hard-coded filename in the CLEANFILES list. | gjb | 2014-09-28 | 1 | -1/+1 |
* | Initial commit to include virtual machine images as part | gjb | 2014-09-28 | 1 | -0/+53 |
* | Merge ^/projects/release-debugdist into ^/head: | gjb | 2014-07-01 | 1 | -5/+10 |
* | Switch release/Makefile knobs from WITHOUT_FOO=1 to MK_FOO=no. | gjb | 2014-06-14 | 1 | -9/+9 |
* | Strip out the test suite from the installation media. | jmmv | 2014-06-10 | 1 | -3/+4 |
* | Fix indentation level. | gjb | 2014-06-10 | 1 | -2/+2 |
* | Add empty pkg-stage file to CLEANFILES if WITH_DVD=1. | gjb | 2014-06-10 | 1 | -0/+3 |
* | Turn off the full witness trace on console output. | gjb | 2014-04-27 | 1 | -0/+3 |
* | Allow overriding xz(1) path. | gjb | 2014-04-03 | 1 | -1/+2 |
* | Use xz(1) instead of gzip(1) to compress release images | gjb | 2014-04-02 | 1 | -3/+3 |
* | If WITH_COMPRESSED_IMAGES is set, add the compressed images to | gjb | 2014-04-01 | 1 | -0/+5 |
* | Fix logic error: s/||/&&/ | gjb | 2014-04-01 | 1 | -1/+1 |
* | Clean up trailing whitespace in release/Makefile. | gjb | 2014-04-01 | 1 | -4/+4 |
* | Add a new release build variable, WITH_COMPRESSED_IMAGES. | gjb | 2014-04-01 | 1 | -0/+5 |
* | In release/Makefile, remove exclusion of CVS directories in the | gjb | 2014-02-26 | 1 | -2/+2 |
* | etcupdate should use the src tree from where the release is built, not | jhay | 2014-02-17 | 1 | -1/+1 |
* | Update the pkg-stage target to be more compatible with pkg-1.2: | gjb | 2014-01-16 | 1 | -3/+3 |
* | Bootstrap etcupdate(8) as part of the release build, similar | gjb | 2013-12-22 | 1 | -0/+2 |
* | Add a pkg(8) repository configuration file for cdrom-based package | gjb | 2013-12-15 | 1 | -0/+4 |
* | Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail, | gjb | 2013-12-14 | 1 | -1/+1 |
* | Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating | gjb | 2013-12-05 | 1 | -1/+1 |
* | Turn off the dvdrom target by default. dvd1.iso is now built by | gjb | 2013-12-02 | 1 | -2/+2 |
* | Use standard CLEANFILES/CLEANDIRS and clean target in bsd.obj.mk. | hrs | 2013-12-01 | 1 | -9/+5 |
* | - Prevent TARGET and TARGET_ARCH from being defined as empty when | hrs | 2013-12-01 | 1 | -4/+8 |
* | Add NOPKG to disable pkg-stage. | hrs | 2013-11-30 | 1 | -1/+2 |
* | Document the dvdrom target and NODVD variable, forgotten with r258310. | gjb | 2013-11-27 | 1 | -0/+2 |
* | Remove WITHOUT_PROFILE=1 for the dvd1.iso medium. | gjb | 2013-11-18 | 1 | -2/+1 |
* | Add the 'dvd1.iso' target. This mimics the 'release.iso' target, | gjb | 2013-11-18 | 1 | -1/+35 |
* | Use the IMAGES variable to determine which image files to remove | gjb | 2013-11-18 | 1 | -1/+1 |
* | Remove extra target from 'memstick' that I forgot to remove before | gjb | 2013-11-07 | 1 | -1/+1 |
* | Add a 'mini-memstick.img' release target, which will use the | gjb | 2013-11-07 | 1 | -1/+8 |
* | Reduce disc1.iso image size by installing the userland with | gjb | 2013-10-13 | 1 | -1/+2 |
* | Remove BIND. | des | 2013-09-30 | 1 | -2/+1 |
* | For consistency with previous releases, name the cdrom install | gjb | 2013-07-22 | 1 | -5/+6 |
* | Create memstick images with the '.img' filename extension. | gjb | 2013-07-21 | 1 | -5/+6 |
* | Convert old make variable modifiers :U and :L to bmake :tu and :tl. | tijl | 2013-06-02 | 1 | -2/+2 |
* | - Add CHECKSUM.* support in Makefile[1]. | hrs | 2013-02-03 | 1 | -3/+22 |