| Commit message (Expand) | Author | Age | Files | Lines |
* | o Compile-out "wizard" mode on ia64. | Marcel Moolenaar | 2003-11-01 | 1 | -2/+4 |
* | Expand the fdisk size display toggling to include GB. | David E. O'Brien | 2003-08-19 | 1 | -2/+6 |
* | GRRR. Do not force Dangerously Dedicated mode on amd64 when you select | Peter Wemm | 2003-06-04 | 1 | -1/+1 |
* | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | Peter Wemm | 2003-05-24 | 1 | -3/+3 |
* | - Use some macros to define common text between the dialog boxes to set the | John Baldwin | 2002-12-05 | 1 | -38/+25 |
* | Fixed a partition type for pc98 when create or change slices in the fdisk | Yoshihiro Takahashi | 2002-12-04 | 1 | -0/+8 |
* | Fix a bug in the fdisk editor that partially masked the chunk deletion | John Baldwin | 2002-12-03 | 1 | -2/+2 |
* | Only include the fdisk editor and associated code if WITH_SLICES is | John Baldwin | 2002-11-27 | 1 | -8/+10 |
* | Enable selecting the type of partition menu on pc98. | Yoshihiro Takahashi | 2002-11-16 | 1 | -17/+17 |
* | Fix to build for pc98. | Yoshihiro Takahashi | 2002-11-15 | 1 | -1/+1 |
* | Also test for type efi everywhere we currently test for type fat. | Marcel Moolenaar | 2002-11-13 | 1 | -0/+2 |
* | A support for creating EFI partitions. This is required on ia64, | Marcel Moolenaar | 2002-11-10 | 1 | -0/+3 |
* | - Added the MenuIPLType menu for selecting pc98 boot IPL. | Yoshihiro Takahashi | 2002-11-03 | 1 | -15/+43 |
* | Chunk functions in libdisk take an extra arguement for all archs to accomodate | Poul-Henning Kamp | 2002-10-22 | 1 | -12/+1 |
* | Fix to check disk geometry. | Yoshihiro Takahashi | 2002-10-14 | 1 | -2/+4 |
* | * Negative #if's are harder to read as they don't tell exactly what arch | David E. O'Brien | 2002-10-11 | 1 | -7/+7 |
* | Only install the mbr code on i386.. not ia64. This changes it from | Peter Wemm | 2002-07-24 | 1 | -1/+1 |
* | Fix integer overflow causing disk/partition size display wrapping | Pierre Beyssac | 2002-05-31 | 1 | -3/+3 |
* | Add a 'diskInteractive' variable that can be set to interactively partition | John Baldwin | 2002-05-31 | 1 | -2/+4 |
* | Teach sysinstall(8) how to read boot managers out of /boot | Ruslan Ermilov | 2002-03-28 | 1 | -10/+17 |
* | Silence more warnings. | Murray Stokely | 2001-09-22 | 1 | -2/+2 |
* | ``An undocumented feature is a bug.'' | Joerg Wunsch | 2001-04-18 | 1 | -4/+4 |
* | Moved '#endif' to correct position. (previous commit broke pc98 support) | Yoshihiro Takahashi | 2001-03-15 | 1 | -1/+1 |
* | Really finish softupdate setting from the label editor and fix | Jordan K. Hubbard | 2001-03-12 | 1 | -34/+15 |
* | Backtrack a bit.. Put the dangerously dedicated option under a | Peter Wemm | 2001-01-15 | 1 | -1/+11 |
* | Don't invite trouble by waving the 'Dangerously Dedicated' (DD) option | Peter Wemm | 2001-01-15 | 1 | -9/+2 |
* | Adapt sysinstall to use the new msgNoYes() function which assumes | Jordan K. Hubbard | 2000-12-14 | 1 | -3/+3 |
* | - Added support for installing boot0 and boot0.5 for PC-98. | Yoshihiro Takahashi | 2000-08-12 | 1 | -20/+112 |
* | - Support MBR boot loaders that are larger than one sector size. | John Baldwin | 2000-07-12 | 1 | -18/+31 |
* | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | Yoshihiro Takahashi | 2000-06-05 | 1 | -11/+78 |
* | Add the 'Z' key to the slice editor. Hitting it toggles the units the | David E. O'Brien | 2000-05-26 | 1 | -9/+34 |
* | o Add support for loading the rsaref or rsaintl packages, depending | Jordan K. Hubbard | 2000-02-29 | 1 | -0/+4 |
* | In retrospect, msgNotify() should leave its contents on the screen | Jordan K. Hubbard | 1999-12-17 | 1 | -1/+1 |
* | Completely rip-out and redesign sysinstall's refresh model as well | Jordan K. Hubbard | 1999-12-14 | 1 | -9/+2 |
* | I shouldn't have incremented PART_OFF; it was wrong and broke label | Jordan K. Hubbard | 1999-12-12 | 1 | -1/+0 |
* | Remove BAD144 support. | Poul-Henning Kamp | 1999-11-27 | 1 | -33/+1 |
* | Oh crud, did I ever screw the pooch! Rather than sync this with -stable, | Jordan K. Hubbard | 1999-09-02 | 1 | -10/+6 |
* | MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality, | Jordan K. Hubbard | 1999-09-01 | 1 | -6/+10 |
* | Always set the MBR value. When you leave it uninitialized, it seems | Jordan K. Hubbard | 1999-08-28 | 1 | -10/+6 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Totally change the way variables are accounted for in sysinstall. | Jordan K. Hubbard | 1999-02-05 | 1 | -10/+10 |
* | Adapt sysinstall more fully to the alpha (deal with proper boot signatures, | Jordan K. Hubbard | 1999-01-08 | 1 | -1/+8 |
* | Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (which | Jordan K. Hubbard | 1999-01-02 | 1 | -5/+39 |
* | properly conditionalize for alpha. | Jordan K. Hubbard | 1998-10-13 | 1 | -2/+2 |
* | switch to proper boot0 | Jordan K. Hubbard | 1998-10-13 | 1 | -3/+3 |
* | Don't use boot2 on alpha. | Jordan K. Hubbard | 1998-10-07 | 1 | -1/+5 |
* | One last alpha seat belt - never ask for an MBR boot manager. | Jordan K. Hubbard | 1998-09-30 | 1 | -1/+3 |
* | Add another check to prevent user from hanging themselves on alpha. | Jordan K. Hubbard | 1998-09-30 | 1 | -1/+6 |
* | Always use dedicated disk case on alpha. | Jordan K. Hubbard | 1998-09-30 | 1 | -1/+5 |
* | Device name cleanup for CAM. | Justin T. Gibbs | 1998-09-15 | 1 | -1/+2 |