summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/label.c
Commit message (Expand)AuthorAgeFilesLines
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskjhb2004-03-161-32/+37
* o Don't tell that there's such a thing as a C suffix for specifyingmarcel2003-11-041-7/+22
* o Add PART_EFI so that we can use it instead of PART_FAT on ia64marcel2003-11-021-25/+52
* o Compile-out "wizard" mode on ia64.marcel2003-11-011-4/+26
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.peter2003-05-241-1/+1
* Don't use UFS2 by default during the install process on PC98, as therwatson2003-04-211-0/+4
* Throw the switch--change to UFS2 as our default file system format forrwatson2003-04-201-7/+21
* Change the nominal swap calculation from 1/2 physical memory to 1/8dillon2003-01-251-1/+1
* Since our default boot block now supports UFS1 and UFS2 even onrwatson2002-12-281-7/+2
* Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE).kuriyama2002-12-151-4/+4
* When things get bigger than 99GB our fields run over.phk2002-12-111-5/+20
* Reformulate how sysinstall handles file system options in the labelrwatson2002-12-031-50/+150
* If the user choose to Undo everything in the label editor, only run thejhb2002-11-271-0/+2
* Add conditional code specific to ia64 to allow newfs(8)-ing FATmarcel2002-11-141-2/+48
* Also test for type efi everywhere we currently test for type fat.marcel2002-11-131-1/+1
* Use a clean flags variable when creating chunks from scripts instead ofjhb2002-11-121-3/+2
* Remove a line that set the status to success. We already do that at thejhb2002-11-121-2/+1
* Try to cleanup the non-interactive disk labeling code a bit. Reworkjhb2002-11-121-49/+39
* Do a bit of cleanup. new_part() basically ignored the passed in sizejhb2002-11-121-19/+11
* Doh, fix a bug in previous commit. The default is to newfs for newjhb2002-11-121-1/+1
* When setting the mountpoint name, remember any previous setting of thejhb2002-11-121-2/+7
* The hw.physmem sysctl has an unsigned long value now, fix the retrievaltmm2002-11-021-1/+1
* With the recent libdisk changes, alpha doesn't need (as much) special magic.phk2002-10-301-35/+0
* Sparc64 will not need the same hacks as alpha did. Hopefully alpha wontphk2002-10-291-4/+4
* * Negative #if's are harder to read as they don't tell exactly what archobrien2002-10-111-5/+5
* Fix a bug where request_part_size() was hard-coded to check the rootSizejhb2002-06-071-1/+1
* Add a 'diskInteractive' variable that can be set to interactively partitionjhb2002-05-311-2/+4
* Fix a signal 11 error that occurs if you try to use the 'T' option onmurray2002-01-291-1/+2
* Add 'R'ecover option that deletes a partition and attemptsdillon2002-01-071-3/+14
* Enable soft updates by default for everything but the root filesystem.jkh2001-12-201-1/+1
* cleanupdillon2001-12-101-7/+7
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-091-21/+35
* Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonabledillon2001-12-091-112/+243
* Tweak the Alpha partition warning wording and comment a little.obrien2001-07-131-5/+5
* Rudamentary attempt to reconize when `a' is not the first partition on theobrien2001-07-131-1/+23
* Make soft updates option print more nicely and stop overflow ofjkh2001-05-061-5/+8
* Remove now obsolete check for root filesystems > cyl 1024. The bootjkh2001-05-031-14/+4
* Bump the default / size up another 10MB to 120MB.obrien2001-04-051-1/+1
* Fix a bug with setting the soft updates option from a script.jkh2001-03-231-4/+3
* Really finish softupdate setting from the label editor and fixjkh2001-03-121-16/+20
* Support setting soft updates from the label editor.jkh2001-03-101-12/+27
* Bump the i386 default root by another 30MB to 100MB total. The Alphaobrien2001-02-071-2/+2
* Add 20MB to the default / size for this in-development branch.obrien2001-02-071-2/+2
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-141-3/+3
* - Support MBR boot loaders that are larger than one sector size.jhb2000-07-121-9/+0
* o Add support for loading the rsaref or rsaintl packages, dependingjkh2000-02-291-2/+5
* Better screen handling in X desktop setup.jkh1999-12-181-11/+0
* Bump default root size to 50MB on i386 (70MB on Alpha).jkh1999-12-171-3/+3
* Completely rip-out and redesign sysinstall's refresh model as welljkh1999-12-141-8/+9
* I shouldn't have incremented PART_OFF; it was wrong and broke labeljkh1999-12-121-1/+1
OpenPOWER on IntegriCloud