aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/label.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-8/+8
* Forgot to add usr.sbin/sade/label.c in the previous commit.Dimitry Andric2011-12-181-1/+1
* Port to new libdialog.Max Khon2011-11-241-9/+11
* Disk selection dialog is now a normal menu, not a checkboxed menu:Max Khon2011-11-241-165/+106
* Better to just statically set the name vs. determine at run time.David E. O'Brien2008-05-111-1/+1
* Clean up several instances of SADE calling itself sysinstall.David E. O'Brien2008-05-111-1/+1
* o Change the warning dialog for the 'W' command in both the labelMike Makonnen2008-05-051-7/+4
* Make sade(8) WARNS=3 clean.Xin LI2006-08-081-1/+1
* Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe...Alexander Leidinger2006-08-071-8/+3
* Only set the size of /usr to whatever-is-left is whatever-is-left isColin Percival2006-03-241-0/+1
* Fix numerous warnings. Aside from menu items in system.c and menu.cJohn Baldwin2006-02-281-1/+0
* On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB.Ceri Davies2005-12-301-1/+1
* Change the default partition sizing code in order toColin Percival2005-08-161-9/+28
* Create an EFI partition when the user wants auto defaults. There'sMarcel Moolenaar2004-08-071-0/+22
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inMarcel Moolenaar2004-08-071-57/+52
* Pass the partition type to get_mountpoint() and new_part(). This wayMarcel Moolenaar2004-08-041-61/+29
* Move the inclusion of libdisk.h from sysinstall.h to the source filesMarcel Moolenaar2004-08-021-0/+1
* Mods for powerpc.Peter Grehan2004-05-151-0/+30
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-161-32/+37
* o Don't tell that there's such a thing as a C suffix for specifyingMarcel Moolenaar2003-11-041-7/+22
* o Add PART_EFI so that we can use it instead of PART_FAT on ia64Marcel Moolenaar2003-11-021-25/+52
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-011-4/+26
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.Peter Wemm2003-05-241-1/+1
* Don't use UFS2 by default during the install process on PC98, as theRobert Watson2003-04-211-0/+4
* Throw the switch--change to UFS2 as our default file system format forRobert Watson2003-04-201-7/+21
* Change the nominal swap calculation from 1/2 physical memory to 1/8Matthew Dillon2003-01-251-1/+1
* Since our default boot block now supports UFS1 and UFS2 even onRobert Watson2002-12-281-7/+2
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).Jun Kuriyama2002-12-151-4/+4
* When things get bigger than 99GB our fields run over.Poul-Henning Kamp2002-12-111-5/+20
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-031-50/+150
* If the user choose to Undo everything in the label editor, only run theJohn Baldwin2002-11-271-0/+2
* Add conditional code specific to ia64 to allow newfs(8)-ing FATMarcel Moolenaar2002-11-141-2/+48
* Also test for type efi everywhere we currently test for type fat.Marcel Moolenaar2002-11-131-1/+1
* Use a clean flags variable when creating chunks from scripts instead ofJohn Baldwin2002-11-121-3/+2
* Remove a line that set the status to success. We already do that at theJohn Baldwin2002-11-121-2/+1
* Try to cleanup the non-interactive disk labeling code a bit. ReworkJohn Baldwin2002-11-121-49/+39
* Do a bit of cleanup. new_part() basically ignored the passed in sizeJohn Baldwin2002-11-121-19/+11
* Doh, fix a bug in previous commit. The default is to newfs for newJohn Baldwin2002-11-121-1/+1
* When setting the mountpoint name, remember any previous setting of theJohn Baldwin2002-11-121-2/+7
* The hw.physmem sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-021-1/+1
* With the recent libdisk changes, alpha doesn't need (as much) special magic.Poul-Henning Kamp2002-10-301-35/+0
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontPoul-Henning Kamp2002-10-291-4/+4
* * Negative #if's are harder to read as they don't tell exactly what archDavid E. O'Brien2002-10-111-5/+5
* Fix a bug where request_part_size() was hard-coded to check the rootSizeJohn Baldwin2002-06-071-1/+1
* Add a 'diskInteractive' variable that can be set to interactively partitionJohn Baldwin2002-05-311-2/+4
* Fix a signal 11 error that occurs if you try to use the 'T' option onMurray Stokely2002-01-291-1/+2
* Add 'R'ecover option that deletes a partition and attemptsMatthew Dillon2002-01-071-3/+14
* Enable soft updates by default for everything but the root filesystem.Jordan K. Hubbard2001-12-201-1/+1
* cleanupMatthew Dillon2001-12-101-7/+7
* Add auto-fill-on-delete. When deleting an 'A'uto created partitionMatthew Dillon2001-12-091-21/+35