| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed file in r225937 (sysinstall removal). | nwhitehorn | 2011-10-12 | 1 | -28/+0 |
* | Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT to | nwhitehorn | 2011-10-09 | 2 | -70/+10 |
* | Farewall, sysinstall! You served us well for many years, but 10.0 is one | nwhitehorn | 2011-10-03 | 43 | -3231/+0 |
* | Don't force active mode FTP. | des | 2011-09-27 | 1 | -1/+1 |
* | Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing | kensmith | 2011-09-26 | 1 | -4/+4 |
* | Inquire about terminal type if starting from a serial console and do | nwhitehorn | 2011-09-17 | 1 | -2/+26 |
* | Auto-generate hardware notes for vxge(4). | brueffer | 2011-08-25 | 2 | -0/+3 |
* | Allow release generation from a WORLDDIR that is not /usr/src | sbruno | 2011-08-18 | 1 | -1/+1 |
* | Provide a kboot.conf to allow powerpc64 install media to be booted on | nwhitehorn | 2011-08-14 | 1 | -0/+3 |
* | Allow to build a release for stable/[78] on a current box and vise versa. | nyan | 2011-08-11 | 1 | -1/+5 |
* | Fix building a release with old release scheme. This catches up with | nyan | 2011-08-11 | 1 | -18/+20 |
* | The release/pc98/mkisoimages.sh added as part of r221466 now also takes "-b" | marius | 2011-08-04 | 1 | -4/+0 |
* | fix a typo/tautology in the release documentation | avg | 2011-07-30 | 1 | -1/+1 |
* | update smp related documentation after recent changes | avg | 2011-07-30 | 1 | -4/+2 |
* | Mount memsticks read-only by default to prevent them being filled by | nwhitehorn | 2011-07-30 | 3 | -3/+3 |
* | Per request of the docs team, install docs as packages, instead of via | nwhitehorn | 2011-07-09 | 2 | -8/+2 |
* | Add a trivial script for creating memstick images. These are not | marcel | 2011-07-04 | 1 | -0/+38 |
* | Bump &release.manpath.*;. | hrs | 2011-06-23 | 1 | -2/+2 |
* | Remove links to mirrorlist.FreeBSD.org. | hrs | 2011-06-23 | 1 | -2/+1 |
* | Make the bootonly CD smaller by discarding static libraries that are not | nwhitehorn | 2011-06-15 | 1 | -4/+4 |
* | Do not install the rescue tools onto the install CD. Since it is read | nwhitehorn | 2011-06-15 | 1 | -1/+2 |
* | sendmail has been updated to 8.14.5 | gshapiro | 2011-06-14 | 1 | -1/+1 |
* | Add an MBR to our release media to aid booting some IBM systems. | nwhitehorn | 2011-06-12 | 1 | -0/+2 |
* | Don't clobber the hosts /etc/fstab. $1 is empty at this point. | marcel | 2011-06-06 | 1 | -2/+2 |
* | Fix ia64 ISO creation: | marcel | 2011-06-06 | 1 | -6/+10 |
* | As requested by many people, with final prodding from Jason Hall, fix this | nwhitehorn | 2011-05-18 | 2 | -5/+6 |
* | Remove actual files supporting sun4v. | attilio | 2011-05-14 | 2 | -116/+0 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -1/+0 |
* | Fix pSeries/PAPR boot CD construction after actual testing. It seems that | nwhitehorn | 2011-05-12 | 1 | -9/+7 |
* | Add (somewhat speculative) bootable CD support for PAPR/pSeries-type | nwhitehorn | 2011-05-12 | 1 | -0/+16 |
* | Simplify this script somewhat, following excellent suggestions from | nwhitehorn | 2011-05-05 | 1 | -12/+15 |
* | Convert IA64 ISO script to use makefs instead of mkisofs. | nwhitehorn | 2011-05-05 | 1 | -25/+2 |
* | Garbage collect some unused variables and stray debug code. | nwhitehorn | 2011-05-05 | 4 | -5/+0 |
* | Repair release CD generation on PC98 and sun4v after release building | nwhitehorn | 2011-05-04 | 5 | -49/+133 |
* | Change the way powerpc bootable CDs are generated to work around a bug | nwhitehorn | 2011-05-04 | 4 | -23/+99 |
* | Make sure to run make obj before release. Trying to run them in one step | nwhitehorn | 2011-05-04 | 1 | -0/+1 |
* | Mention the memstick target here. | nwhitehorn | 2011-04-18 | 1 | -0/+1 |
* | Don't do make release and make install in one step. Setting DESTDIR for | nwhitehorn | 2011-04-11 | 1 | -1/+2 |
* | Add an install target to release/Makefile instead of grubbing around | nwhitehorn | 2011-04-11 | 2 | -11/+14 |
* | Allow the user to use the live environment post-installation, as well | nwhitehorn | 2011-04-09 | 1 | -2/+5 |
* | Copy all generated ISO images into the release area. | nwhitehorn | 2011-03-27 | 1 | -1/+1 |
* | Add infrastructure for generation of boot-only ISO images. These have a | nwhitehorn | 2011-03-27 | 1 | -2/+27 |
* | Cause the release target to set up its object directory. It is designed | nwhitehorn | 2011-03-26 | 2 | -2/+2 |
* | Add support for memstick generation on PowerPC. This is a little suboptimal | nwhitehorn | 2011-03-23 | 1 | -0/+78 |
* | Use labels to find release media instead of hard-coded device paths. This | nwhitehorn | 2011-03-22 | 8 | -30/+31 |
* | Add support for checking out ports and doc trees from a CVS repository, | nwhitehorn | 2011-03-19 | 1 | -7/+17 |
* | Thanks to sysinstall for its 15 years of service. And now to sleep, | nwhitehorn | 2011-03-14 | 4 | -1566/+1566 |
* | Fix some typos due to unremoved commented-out lines. A great big pointy | nwhitehorn | 2011-03-13 | 2 | -3/+4 |
* | Add generation of an installation manifest containing SHA256 checksums as | nwhitehorn | 2011-03-13 | 2 | -3/+30 |
* | Connect the full doc build (Handbook, etc.) to the build. This is not built | nwhitehorn | 2011-03-13 | 2 | -12/+40 |