| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial rewrite to consolidate VM image build scripts into one. | gjb | 2014-11-05 | 3 | -523/+0 |
* | Fix output file name for openstack images. | gjb | 2014-10-29 | 1 | -1/+1 |
* | Initial commit providing a mechanism to create | gjb | 2014-10-29 | 1 | -0/+153 |
* | Remove a few vestiges of passing an exit code to | gjb | 2014-10-29 | 1 | -2/+2 |
* | Avoid hard-coding the Azure image file format. | gjb | 2014-10-29 | 1 | -1/+1 |
* | Output an informational message when mkimg(1) runs, so it | gjb | 2014-10-14 | 1 | -0/+2 |
* | Fix signal list to trigger umount(8). | gjb | 2014-10-14 | 1 | -1/+1 |
* | Add a separate make(1) target to release/Makefile to | gjb | 2014-10-14 | 1 | -0/+171 |
* | Revert r272793, r272794, r272795: | gjb | 2014-10-14 | 1 | -40/+0 |
* | Reference vm_prebuild_setup(), vm_setup(), and | gjb | 2014-10-09 | 1 | -0/+9 |
* | Allow mk-vmimage.sh to accept a configuration file as | gjb | 2014-10-09 | 1 | -0/+19 |
* | Add prototypes for build-specific tuning: | gjb | 2014-10-09 | 1 | -0/+12 |
* | Add /usr/local/bin and /usr/local/sbin to PATH, needed | gjb | 2014-10-09 | 1 | -1/+1 |
* | If the vm-base target fails, prevent the vm-image target | gjb | 2014-10-02 | 1 | -0/+11 |
* | Remove the first argument to panic(), which was initially | gjb | 2014-10-02 | 1 | -7/+5 |
* | Avoid using env(1) to set values passed to mk-vmimage.sh, | gjb | 2014-10-01 | 1 | -6/+47 |
* | Separate release/scripts/mk-vmimage.sh to machine-specific | gjb | 2014-10-01 | 1 | -0/+147 |
* | Fix indentation for diff reduction with commits to follow. | gjb | 2014-04-25 | 1 | -11/+11 |
* | Revert r264907 and r264908: | gjb | 2014-04-25 | 1 | -61/+16 |
* | Style cleanup | gjb | 2014-04-25 | 1 | -24/+24 |
* | Refactor make-memstick.sh to avoid creating the 'dangerously | gjb | 2014-04-25 | 1 | -6/+51 |
* | Update the pkg-stage target to be more compatible with pkg-1.2: | gjb | 2014-01-16 | 1 | -36/+0 |
* | Simplify PKG_ABI for pkg-stage.sh. | gjb | 2013-11-18 | 1 | -1/+1 |
* | Fix how ABI is evaluated so it matches more than a dot-zero | gjb | 2013-11-18 | 1 | -1/+1 |
* | Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/' | gjb | 2013-11-18 | 1 | -1/+1 |
* | Add a script and configuration files to fetch pre-built packages | gjb | 2013-11-18 | 1 | -0/+36 |
* | - Add CHECKSUM.* support in Makefile[1]. | hrs | 2013-02-03 | 1 | -1/+2 |
* | ISO 9660 specification allows only "d-characters" and "a-characters" in the | hrs | 2013-01-08 | 1 | -2/+2 |
* | Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT to | nwhitehorn | 2011-10-09 | 1 | -35/+5 |
* | Farewall, sysinstall! You served us well for many years, but 10.0 is one | nwhitehorn | 2011-10-03 | 2 | -93/+0 |
* | Mount memsticks read-only by default to prevent them being filled by | nwhitehorn | 2011-07-30 | 1 | -1/+1 |
* | Garbage collect some unused variables and stray debug code. | nwhitehorn | 2011-05-05 | 1 | -1/+0 |
* | Repair release CD generation on PC98 and sun4v after release building | nwhitehorn | 2011-05-04 | 1 | -23/+5 |
* | Use labels to find release media instead of hard-coded device paths. This | nwhitehorn | 2011-03-22 | 2 | -14/+12 |
* | Add generation of memstick images to the bsdinstall release makefile for | nwhitehorn | 2011-03-13 | 1 | -0/+83 |
* | Fix making a release. The old libdialog was renamed to libodialog. | nyan | 2011-01-14 | 1 | -1/+1 |
* | Reorder to have -lcrypto after -larchive. Our linker doesn't seem to like | delphij | 2010-05-26 | 1 | -2/+2 |
* | libarchive now needs libcrypto and liblzma. | delphij | 2010-05-25 | 1 | -2/+2 |
* | Remove slattach from the install mfsroot since it doesn't exist anymore | jhb | 2010-01-26 | 1 | -1/+0 |
* | Remove libulog from the bootstrap again. | ed | 2010-01-21 | 1 | -1/+1 |
* | Don't forget to link the fixits against -lulog. | ed | 2009-12-06 | 1 | -1/+1 |
* | Add libjail to the boot_crunch binaries (for ifconfig). | jamie | 2009-06-29 | 1 | -1/+1 |
* | Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the | thompsa | 2009-03-09 | 1 | -1/+1 |
* | Catch up with USB2 change. | nyan | 2009-03-03 | 1 | -2/+2 |
* | - Add libbsdxml and libsbuf required by bsdlabel. | nyan | 2008-09-25 | 1 | -1/+1 |
* | Recent work on the gnu cpio seems to have introduced some bugs, it | kensmith | 2008-08-20 | 1 | -4/+2 |
* | libbsdxml is now required by ifconfig(8). | thompsa | 2008-04-22 | 1 | -0/+1 |
* | In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that it | kensmith | 2008-01-22 | 1 | -0/+2 |
* | ed(1) no longer relies on crypto library when built for the fixit media. | kensmith | 2007-07-02 | 1 | -1/+1 |
* | The i386 "fixit" floppy began overflowing, most likely due to the new | kensmith | 2007-06-15 | 1 | -4/+2 |