aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/partedit
Commit message (Expand)AuthorAgeFilesLines
* Add installer support for CHRP/PAPR PowerPC systems that use MBR+BSDNathan Whitehorn2013-09-232-2/+4
* Fix bindings of keys when in the partition editor. By adding the usual input ...Baptiste Daroussin2013-06-171-1/+17
* Add some missing DPADD.Antoine Brodin2013-05-111-0/+1
* Improve error handling and remove an unnecessary check on geom providerNathan Whitehorn2013-01-223-17/+17
* If no partition configuration is specified in {}, use the automatic setupNathan Whitehorn2013-01-203-5/+11
* Add a simple scripted partitioner. Documentation and more scripting supportNathan Whitehorn2013-01-204-3/+222
* Make "Finish" the default choice in the partition editor. This lets youNathan Whitehorn2013-01-201-1/+1
* Remove EOL whitespace.Joel Dahl2013-01-121-1/+1
* Make sade actually be a symlink to partedit, as per the commit message inNathan Whitehorn2013-01-021-1/+2
* Add a man page for the new sade(8), which is mostly the same uninformativeNathan Whitehorn2012-12-302-1/+76
* Replace sade the extracted piece of sysinstall with sade the extractedNathan Whitehorn2012-12-301-1/+1
* If invoked as sade, don't complain about having a filesystem on / alreadyNathan Whitehorn2012-12-301-2/+6
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-192-8/+1
* Fix typo.Nathan Whitehorn2012-04-041-1/+1
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-1/+3
* Warn if trying to install over an existing partition, which usually failsNathan Whitehorn2012-01-181-4/+22
* Plug memory leaks and fix open(2) error check.Kevin Lo2011-11-281-1/+1
* Provide an error message instead of silent failure if no disks are presentNathan Whitehorn2011-10-251-4/+13
* Avoid some "Invalid argument" errors in the installer.Nathan Whitehorn2011-10-231-3/+20
* Avoid magicking into existence sub-partitions due to leftover blocks whenNathan Whitehorn2011-10-081-11/+22
* Usability enhancements: do not allow setting a mountpoint on bsdlabelNathan Whitehorn2011-10-081-1/+30
* Work around some behavior of gpart that I absolutely do not understand inNathan Whitehorn2011-10-074-62/+42
* Fix a typo introduced in r219892 that prevented file system options fromNathan Whitehorn2011-09-161-1/+1
* Implement support for GRAID volumes in the installer partition editor,Nathan Whitehorn2011-08-214-17/+60
* Add PS3 partitioning (and framework for future pseries support) to theNathan Whitehorn2011-07-161-2/+25
* Add an extra tab between fs_file and fs_vfstypeKevin Lo2011-07-071-1/+1
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-3/+0
* Allow setting of parameters for file systems (e.g. softupdates), turn onNathan Whitehorn2011-03-232-20/+121
* Turn on softupdates by default. We need a UI to set filesystem parameters.Nathan Whitehorn2011-03-151-1/+1
* Only validate the partition setup when the user presses "Save". If the userNathan Whitehorn2011-03-081-2/+2
* Show disk model numbers in partition wizard screen. Also, since da(4) disksNathan Whitehorn2011-02-261-11/+16
* Add a catch-all for miscellaneous RAID volumes while seeking a betterNathan Whitehorn2011-02-231-1/+2
* Don't present the user with spurious errors when overwriting a disk withNathan Whitehorn2011-02-191-2/+7
* The PC98 gpart module supports labels now.Nathan Whitehorn2011-02-191-10/+15
* Import bsdinstall. This is meant to be (eventually in conjunction withNathan Whitehorn2011-02-1812-0/+2637