| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS 9->8 r234737: | Devin Teske | 2013-03-03 | 1 | -1/+1 |
| * | MFC r218841: | Rebecca Cran | 2011-02-22 | 1 | -0/+2 |
| * | MFC r209764: | Rebecca Cran | 2010-08-07 | 1 | -7/+7 |
| * | MFC r209235, r210381 (bug fix for r209235): | Rebecca Cran | 2010-08-07 | 1 | -5/+11 |
| * | MFC: revision 201392 | Yoshihiro Takahashi | 2010-01-18 | 1 | -4/+0 |
| * | Change the name displayed in sysinstall(8) from 'Wizard Mode' | Edward Tomasz Napierala | 2009-07-25 | 1 | -1/+1 |
| * | Raise the default size of the EFI partition on ia64 from 100MB to 400MB. | John Baldwin | 2009-06-25 | 1 | -1/+1 |
| * | Clean out the remaining alpha-isms. | Ken Smith | 2008-12-14 | 1 | -22/+1 |
| * | Better to just statically set the name vs. determine at run time. | David E. O'Brien | 2008-05-11 | 1 | -1/+1 |
| * | Sync program name agnostic changes with SADE. | David E. O'Brien | 2008-05-11 | 1 | -1/+1 |
| * | Increase USR_MIN_SIZE to 160 because it requires more disk space. | Yoshihiro Takahashi | 2006-11-28 | 1 | -1/+1 |
| * | Only set the size of /usr to whatever-is-left is whatever-is-left is | Colin Percival | 2006-03-24 | 1 | -0/+1 |
| * | Fix numerous warnings. Aside from menu items in system.c and menu.c | John Baldwin | 2006-02-28 | 1 | -1/+0 |
| * | On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB. | Ceri Davies | 2005-12-30 | 1 | -1/+1 |
| * | Change the default partition sizing code in order to | Colin Percival | 2005-08-16 | 1 | -9/+28 |
| * | Create an EFI partition when the user wants auto defaults. There's | Marcel Moolenaar | 2004-08-07 | 1 | -0/+22 |
| * | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | Marcel Moolenaar | 2004-08-07 | 1 | -57/+52 |
| * | Pass the partition type to get_mountpoint() and new_part(). This way | Marcel Moolenaar | 2004-08-04 | 1 | -61/+29 |
| * | Move the inclusion of libdisk.h from sysinstall.h to the source files | Marcel Moolenaar | 2004-08-02 | 1 | -0/+1 |
| * | Mods for powerpc. | Peter Grehan | 2004-05-15 | 1 | -0/+30 |
| * | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | John Baldwin | 2004-03-16 | 1 | -32/+37 |
| * | o Don't tell that there's such a thing as a C suffix for specifying | Marcel Moolenaar | 2003-11-04 | 1 | -7/+22 |
| * | o Add PART_EFI so that we can use it instead of PART_FAT on ia64 | Marcel Moolenaar | 2003-11-02 | 1 | -25/+52 |
| * | o Compile-out "wizard" mode on ia64. | Marcel Moolenaar | 2003-11-01 | 1 | -4/+26 |
| * | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | Peter Wemm | 2003-05-24 | 1 | -1/+1 |
| * | Don't use UFS2 by default during the install process on PC98, as the | Robert Watson | 2003-04-21 | 1 | -0/+4 |
| * | Throw the switch--change to UFS2 as our default file system format for | Robert Watson | 2003-04-20 | 1 | -7/+21 |
| * | Change the nominal swap calculation from 1/2 physical memory to 1/8 | Matthew Dillon | 2003-01-25 | 1 | -1/+1 |
| * | Since our default boot block now supports UFS1 and UFS2 even on | Robert Watson | 2002-12-28 | 1 | -7/+2 |
| * | Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE). | Jun Kuriyama | 2002-12-15 | 1 | -4/+4 |
| * | When things get bigger than 99GB our fields run over. | Poul-Henning Kamp | 2002-12-11 | 1 | -5/+20 |
| * | Reformulate how sysinstall handles file system options in the label | Robert Watson | 2002-12-03 | 1 | -50/+150 |
| * | If the user choose to Undo everything in the label editor, only run the | John Baldwin | 2002-11-27 | 1 | -0/+2 |
| * | Add conditional code specific to ia64 to allow newfs(8)-ing FAT | Marcel Moolenaar | 2002-11-14 | 1 | -2/+48 |
| * | Also test for type efi everywhere we currently test for type fat. | Marcel Moolenaar | 2002-11-13 | 1 | -1/+1 |
| * | Use a clean flags variable when creating chunks from scripts instead of | John Baldwin | 2002-11-12 | 1 | -3/+2 |
| * | Remove a line that set the status to success. We already do that at the | John Baldwin | 2002-11-12 | 1 | -2/+1 |
| * | Try to cleanup the non-interactive disk labeling code a bit. Rework | John Baldwin | 2002-11-12 | 1 | -48/+38 |
| * | Do a bit of cleanup. new_part() basically ignored the passed in size | John Baldwin | 2002-11-12 | 1 | -19/+11 |
| * | Doh, fix a bug in previous commit. The default is to newfs for new | John Baldwin | 2002-11-12 | 1 | -1/+1 |
| * | When setting the mountpoint name, remember any previous setting of the | John Baldwin | 2002-11-12 | 1 | -2/+7 |
| * | The hw.physmem sysctl has an unsigned long value now, fix the retrieval | Thomas Moestl | 2002-11-02 | 1 | -1/+1 |
| * | With the recent libdisk changes, alpha doesn't need (as much) special magic. | Poul-Henning Kamp | 2002-10-30 | 1 | -35/+0 |
| * | Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont | Poul-Henning Kamp | 2002-10-29 | 1 | -4/+4 |
| * | * Negative #if's are harder to read as they don't tell exactly what arch | David E. O'Brien | 2002-10-11 | 1 | -5/+5 |
| * | Fix a bug where request_part_size() was hard-coded to check the rootSize | John Baldwin | 2002-06-07 | 1 | -1/+1 |
| * | Add a 'diskInteractive' variable that can be set to interactively partition | John Baldwin | 2002-05-31 | 1 | -2/+4 |
| * | Fix a signal 11 error that occurs if you try to use the 'T' option on | Murray Stokely | 2002-01-29 | 1 | -1/+2 |
| * | Add 'R'ecover option that deletes a partition and attempts | Matthew Dillon | 2002-01-07 | 1 | -3/+14 |
| * | Enable soft updates by default for everything but the root filesystem. | Jordan K. Hubbard | 2001-12-20 | 1 | -1/+1 |