aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/disks.c
Commit message (Expand)AuthorAgeFilesLines
* Port to new libdialog.Max Khon2011-11-241-32/+29
* Disk selection dialog is now a normal menu, not a checkboxed menu:Max Khon2011-11-241-93/+31
* Remove the reference to DD mode, and replace with Expert mode. Also, makeRebecca Cran2010-04-211-4/+3
* Oops, missed removing an 's' in previous rev.Ken Smith2008-12-301-1/+1
* Clean up this message a little bit.Ken Smith2008-12-301-4/+3
* Sound less scary about errorousous disk geometry due to wanting to limitDavid E. O'Brien2008-12-301-33/+60
* o Change the warning dialog for the 'W' command in both the labelMike Makonnen2008-05-051-7/+4
* Unbreak sparc64 build.Xin LI2006-08-091-3/+3
* Partitions are only meaningful for i386 and amd64 architectures, so disableXin LI2006-08-081-0/+6
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe...Alexander Leidinger2006-08-071-8/+4
* Fix numerous warnings. Aside from menu items in system.c and menu.cJohn Baldwin2006-02-281-1/+1
* - Back out 1.155. I mismerged my ancient local patch. Luckily it wasJung-uk Kim2006-02-231-18/+23
* - Hide 'incorrect geometry warning' in non-interactive mode. A user shouldJung-uk Kim2006-01-271-11/+18
* Add over 32GB disk support on pc98 (userland part).Yoshihiro Takahashi2005-03-301-1/+1
* Clear all "active partition" bits before we set a new one.Xin LI2004-09-151-1/+7
* Move the inclusion of libdisk.h from sysinstall.h to the source filesMarcel Moolenaar2004-08-021-0/+1
* Remove unnecessary use of the __ia64__ conditional. This slightly improvesMarcel Moolenaar2004-08-011-5/+3
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-161-16/+21
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-011-2/+4
* Expand the fdisk size display toggling to include GB.David E. O'Brien2003-08-191-2/+6
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectPeter Wemm2003-06-041-1/+1
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.Peter Wemm2003-05-241-3/+3
* - Use some macros to define common text between the dialog boxes to set theJohn Baldwin2002-12-051-38/+25
* Fixed a partition type for pc98 when create or change slices in the fdiskYoshihiro Takahashi2002-12-041-0/+8
* Fix a bug in the fdisk editor that partially masked the chunk deletionJohn Baldwin2002-12-031-2/+2
* Only include the fdisk editor and associated code if WITH_SLICES isJohn Baldwin2002-11-271-8/+10
* Enable selecting the type of partition menu on pc98.Yoshihiro Takahashi2002-11-161-17/+17
* Fix to build for pc98.Yoshihiro Takahashi2002-11-151-1/+1
* Also test for type efi everywhere we currently test for type fat.Marcel Moolenaar2002-11-131-0/+2
* A support for creating EFI partitions. This is required on ia64,Marcel Moolenaar2002-11-101-0/+3
* - Added the MenuIPLType menu for selecting pc98 boot IPL.Yoshihiro Takahashi2002-11-031-15/+43
* Chunk functions in libdisk take an extra arguement for all archs to accomodatePoul-Henning Kamp2002-10-221-12/+1
* Fix to check disk geometry.Yoshihiro Takahashi2002-10-141-2/+4
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-111-7/+7
* Only install the mbr code on i386.. not ia64. This changes it fromPeter Wemm2002-07-241-1/+1
* Fix integer overflow causing disk/partition size display wrappingPierre Beyssac2002-05-311-3/+3
* Add a 'diskInteractive' variable that can be set to interactively partitionJohn Baldwin2002-05-311-2/+4
* Teach sysinstall(8) how to read boot managers out of /bootRuslan Ermilov2002-03-281-10/+17
* Silence more warnings.Murray Stokely2001-09-221-2/+2
* ``An undocumented feature is a bug.''Joerg Wunsch2001-04-181-4/+4
* Moved '#endif' to correct position. (previous commit broke pc98 support)Yoshihiro Takahashi2001-03-151-1/+1
* Really finish softupdate setting from the label editor and fixJordan K. Hubbard2001-03-121-34/+15
* Backtrack a bit.. Put the dangerously dedicated option under aPeter Wemm2001-01-151-1/+11
* Don't invite trouble by waving the 'Dangerously Dedicated' (DD) optionPeter Wemm2001-01-151-9/+2
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-141-3/+3
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-121-20/+112
* - Support MBR boot loaders that are larger than one sector size.John Baldwin2000-07-121-18/+31
* - Remove obsolete PC-card boot.flp hack. It was for making both PC-cardYoshihiro Takahashi2000-06-051-11/+78
* Add the 'Z' key to the slice editor. Hitting it toggles the units theDavid E. O'Brien2000-05-261-9/+34
* o Add support for loading the rsaref or rsaintl packages, dependingJordan K. Hubbard2000-02-291-0/+4