aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/disks.c
Commit message (Expand)AuthorAgeFilesLines
* Totally change the way variables are accounted for in sysinstall.Jordan K. Hubbard1999-02-051-10/+10
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,Jordan K. Hubbard1999-01-081-1/+8
* Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (whichJordan K. Hubbard1999-01-021-5/+39
* properly conditionalize for alpha.Jordan K. Hubbard1998-10-131-2/+2
* switch to proper boot0Jordan K. Hubbard1998-10-131-3/+3
* Don't use boot2 on alpha.Jordan K. Hubbard1998-10-071-1/+5
* One last alpha seat belt - never ask for an MBR boot manager.Jordan K. Hubbard1998-09-301-1/+3
* Add another check to prevent user from hanging themselves on alpha.Jordan K. Hubbard1998-09-301-1/+6
* Always use dedicated disk case on alpha.Jordan K. Hubbard1998-09-301-1/+5
* Device name cleanup for CAM.Justin T. Gibbs1998-09-151-1/+2
* Fix printf warnings and add a few casts.Jordan K. Hubbard1998-09-141-2/+2
* MF22: resync.Jordan K. Hubbard1998-03-231-1/+14
* MF22: catch up with recent changes.Jordan K. Hubbard1998-03-231-2/+13
* correct checks for "already written" case.Jordan K. Hubbard1998-03-191-7/+9
* MF22: correct bogus failure return.Jordan K. Hubbard1998-02-131-2/+2
* Typo: PAT -> FAT.Steve Price1998-02-011-2/+2
* Fix disk counting bug.Jordan K. Hubbard1997-10-181-5/+5
* Separate the siamese twins that were the partition and label editor.Jordan K. Hubbard1997-10-121-40/+66
* Fix offset bug in partition display that made partitions of typeJordan K. Hubbard1997-09-111-9/+42
* Add a hint to the FAQ regarding ``DD'' disks.Joerg Wunsch1997-09-071-2/+4
* People have complained that this is overly chatty, andJordan K. Hubbard1997-09-031-17/+1
* 1. Add a noWarn flag so that scripts can turn warnings off.Jordan K. Hubbard1997-06-181-3/+4
* YAMF22Jordan K. Hubbard1997-06-121-3/+8
* Resurrect / implement some of the more esoteric scripting features,Jordan K. Hubbard1997-06-051-2/+93
* Fix null dereference if config variable not set.Paul Traina1997-05-101-3/+3
* Add in some more config file support -- add variables to shut upPaul Traina1997-05-051-21/+26
* Sync with 2.2 and clean up some tortured english that was added.Jordan K. Hubbard1997-04-201-3/+3
* YAMF22 (rev 1.70.2.10, added blurb to explanations)Joerg Wunsch1997-03-111-1/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* This is a patch that makes some of the "partitions" --> "slice" to beJordan K. Hubbard1997-01-241-11/+11
* Change from using chunk_n to slice_type_name().David E. O'Brien1997-01-241-1/+2
* Now that I know which parts of the installation really need it (sinceJordan K. Hubbard1997-01-171-1/+1
* Cope with Open_Disk() failure much more gracefully.Jordan K. Hubbard1997-01-161-8/+10
* Make the bindist-only checks actually work.Jordan K. Hubbard1997-01-151-2/+1
* Accept emacs-style editing keys for traversal and ESC as an abort character.Jordan K. Hubbard1997-01-151-0/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Try to impreve DD mode.Poul-Henning Kamp1996-11-271-20/+16
* Make sure current_chunk is 0 each time we enter the editor.Jordan K. Hubbard1996-11-071-1/+2
* Remove a bogon from version 1.69. Just because we say "use all disk"Poul-Henning Kamp1996-11-051-6/+1
* DTRT if ESC is hit in a Yes/No dialog.Jordan K. Hubbard1996-10-091-2/+4
* Correctly re-adjust current slice # when slices are deleted.Jordan K. Hubbard1996-10-061-59/+71
* Various cosmetic tweaks.Jordan K. Hubbard1996-10-041-7/+6
* Syncronize my tree so Eric can access the latest code.Jordan K. Hubbard1996-10-041-7/+13
* First cut at a "copy userconfig changes from installation kernel to installedJordan K. Hubbard1996-10-031-32/+29
* Saner screen refresh changes, part I.Jordan K. Hubbard1996-10-011-3/+12
* Remove some gratutious screen saves.Jordan K. Hubbard1996-09-221-6/+1
* Try to make screen update more efficient (less flickering) by moreJordan K. Hubbard1996-08-031-4/+4
* Make the same fix to the disk partition editor screen.Jordan K. Hubbard1996-08-031-6/+4
* Clean up the results from getch().Jordan K. Hubbard1996-08-011-2/+2
* Add a required save/restoreJordan K. Hubbard1996-07-311-1/+3