| Commit message (Expand) | Author | Age | Files | Lines |
| * | Increase the EC2 image size for 12-CURRENT. The recent snapshot | Glen Barber | 2017-03-02 | 1 | -2/+2 |
| * | Enable IPv6 networking on Amazon EC2. | Colin Percival | 2017-01-15 | 1 | -3/+8 |
| * | - Resize FreeBSD to the size of the OpenStack flavor (growfs). | Glen Barber | 2016-12-14 | 1 | -0/+27 |
| * | - Use virtualbox-ose-additions-nox11 for vagrant image to reduce size | Li-Wen Hsu | 2016-10-30 | 1 | -2/+2 |
| * | Belatedly revert r303119, which was determined to not be | Glen Barber | 2016-10-24 | 1 | -1/+0 |
| * | Add the ability to override the size of the swap partition when building | Navdeep Parhar | 2016-10-10 | 1 | -1/+1 |
| * | Create a /usr/home -> /home symlink for the arm images to | Glen Barber | 2016-07-20 | 1 | -0/+1 |
| * | Now that potentially buggy versions of Xen are automatically detected | Colin Percival | 2016-07-16 | 1 | -6/+0 |
| * | Enable indirect segment I/Os by default in the Xen blkfront driver when | Colin Percival | 2016-06-29 | 1 | -5/+0 |
| * | Turn off MSI-X interrupt migration by default in EC2 instances; this works | Colin Percival | 2016-06-24 | 1 | -0/+6 |
| * | Bump /tmp from 30m to 50m for ARM release images. | Emmanuel Vadot | 2016-06-16 | 1 | -1/+1 |
| * | Switch from console="comconsole" to boot_multicons="YES" in EC2. | Colin Percival | 2016-06-09 | 1 | -2/+4 |
| * | Turn off nfsv4acls for arm/armv6 builds, which has an impact | Glen Barber | 2016-06-01 | 1 | -1/+0 |
| * | Fix tmpfs(5) '/tmp' mount point. | Glen Barber | 2015-11-25 | 1 | -1/+1 |
| * | Remove noatime from tmpfs(5) fstab(5) entry. | Glen Barber | 2015-11-09 | 1 | -1/+1 |
| * | Use tmpfs(5) instead of md(4) for '/tmp' mount. | Glen Barber | 2015-11-08 | 1 | -1/+1 |
| * | In vm_copy_base(), turn off SU+J on the resultant filesystem, | Glen Barber | 2015-09-29 | 1 | -1/+1 |
| * | Disable blkif indirect segment I/Os in EC2 by default due to performance | Colin Percival | 2015-07-30 | 1 | -0/+5 |
| * | Fix an out-of-order execution issue regarding pkg(8): | Glen Barber | 2015-07-21 | 1 | -1/+1 |
| * | Add support for building VirtualBox Vagrant images. | Brad Davis | 2015-07-20 | 3 | -8/+42 |
| * | Do not mount /var/log and /var/tmp as md(4)-backed devices. | Glen Barber | 2015-07-12 | 1 | -4/+0 |
| * | Revert r285018, r285019, r285076, r285078, r285082. | Glen Barber | 2015-07-04 | 1 | -8/+0 |
| * | Test for loader.rc existence before attempting to create | Glen Barber | 2015-07-03 | 1 | -2/+5 |
| * | Revert r285018 and r285019, which attempted to resolve | Glen Barber | 2015-07-03 | 1 | -12/+0 |
| * | Fix the real problem with missing UFS/MSDOSFS labels on the | Glen Barber | 2015-07-03 | 1 | -0/+5 |
| * | Fix the path to the UFS/MSDOSFS filesystem labels, since they | Glen Barber | 2015-07-02 | 1 | -2/+2 |
| * | Implement an evil workaround that prevents UFS/MSDOS labels from being | Glen Barber | 2015-07-02 | 1 | -0/+12 |
| * | Add initial support for building Vagrant images for VMWare. Next steps will b... | Brad Davis | 2015-06-27 | 1 | -0/+81 |
| * | Add initial support for automatically uploading GCE virtual | Glen Barber | 2015-06-27 | 1 | -47/+0 |
| * | Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from the | Glen Barber | 2015-06-24 | 1 | -1/+1 |
| * | Chase r284656 and r284658: | Glen Barber | 2015-06-21 | 1 | -14/+1 |
| * | Fix path to waagent. | Glen Barber | 2015-06-19 | 1 | -2/+2 |
| * | Work around a potential bug in pw(8) when '-m' is specified. | Glen Barber | 2015-06-05 | 1 | -1/+1 |
| * | Make sure /home exists within the DESTDIR before creating the | Glen Barber | 2015-06-04 | 1 | -0/+1 |
| * | Use the new pw(8) '-R' option to create the users/groups. | Glen Barber | 2015-06-03 | 1 | -5/+4 |
| * | Pass the '-b' argument to pw(8) so the '/home' directory is created | Glen Barber | 2015-06-02 | 1 | -1/+2 |
| * | In arm_create_disk(), disable soft updates journaling. | Glen Barber | 2015-06-01 | 1 | -1/+1 |
| * | Re-enable arm_create_user(), and pass the '-V DESTDIR/etc' to | Glen Barber | 2015-06-01 | 1 | -4/+7 |
| * | Disable arm_create_user(). As-is, this does not create the | Glen Barber | 2015-06-01 | 1 | -1/+1 |
| * | Fix virtual machine disk format creating by passing VMFORMAT | Glen Barber | 2015-05-11 | 1 | -3/+4 |
| * | Merge ^/projects/release-arm-redux into ^/head. | Glen Barber | 2015-05-09 | 7 | -185/+137 |
| |\ |
|
| | * | Fix path to /boot/msdos for the target image. | Glen Barber | 2015-05-08 | 1 | -1/+1 |
| | * | Reorder / and /boot/msdos mount to avoid the following error: | Glen Barber | 2015-05-07 | 1 | -2/+2 |
| | * | Create the /boot/msdos directory so the FAT partition is mounted | Glen Barber | 2015-05-07 | 1 | -0/+1 |
| | * | Enable the growfs rc(8) script. | Glen Barber | 2015-05-07 | 1 | -0/+1 |
| | * | In arm_create_disk(), chroot(8) to the build environment | Glen Barber | 2015-05-07 | 1 | -29/+29 |
| | * | In release.sh, create the /dev directory within the chroot | Glen Barber | 2015-05-07 | 1 | -2/+2 |
| | * | Add tools/arm.subr to contain common subroutines used for | Glen Barber | 2015-05-06 | 1 | -0/+121 |
| | * | Remove crochet configuration files and tools/arm/ directory. | Glen Barber | 2015-05-06 | 6 | -185/+0 |
| |/ |
|
| * | Fix building BEAGLEBONE images with Crochet using the | Glen Barber | 2015-05-05 | 1 | -0/+11 |