summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/disks.c
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2022-12-10Update list with file systems who do have fsck adding udf since there is now areinoud
2022-12-10Always map FS_BSDFFS to one of "FFS", "FFSv2" or "FFSv2ea" - previouslymartin
2022-11-30Fix primary boot selection for FFSv2ea filesystemsmartin
2022-11-30Add support for FFSv2ea in the partition type menus (internally settingmartin
2022-08-30Simplify name trimming following a suggestion from rillig.martin
2022-08-30Fix typo (pointed out by rillig)martin
2022-08-30Invoke magic C promotion rules as originally intended - oops!martin
2022-08-29Trim trailing whitespace from disk names we got via drvctl.martin
2022-06-24Use proper ANSI function declarations.tsutsui
2022-06-20When the user aborts the target disk selection menu, return to themartin
2022-06-19Centralize the "we can newfs this type of filesystem" predicatemartin
2022-06-11Slightly improved error handling when converion from one partition tablemartin
2022-06-09Add support for explicitly selecting "EFI system partition" as a partitionmartin
2022-06-02If we get the disk description via device properties, the strings maymartin
2022-05-16Split the available disks (that may be partitioned) from themartin
2022-05-15Use non-deprecated proplib interfaces.jmcneill
2022-05-15disks: Get disk identify data from drvctljmcneill
2022-05-15sysinst: Restore printing disk descriptions, lost in r1.35jmcneill
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-12PR 56354: all actions to set up swap space are not guaranteed to gainmartin
2021-08-08s/partion/partition/ s/arrray/array/ in comments.andvar
2021-07-14When converting partitions from one scheme to another, never failmartin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2020-10-13PR 55142: on popular demand bring back expert options to adjust themartin
2020-10-12Remove very strange code that special-cased MSDOS file systems and refusedmartin
2020-09-28PR 55379: avoid creating bogus /etc/fstab lines for /dev/cd* if nomartin
2020-09-22Typo in commentmartin
2020-05-12PR 55202: disable swapping if we started it due to low rammartin
2020-02-19Use strlcpy in a few places to guarnatee 0-terminated stringsmartin
2020-02-06PR bin/54944: make the "explicit single wedge" selection also work formartin
2020-02-06PR bin/54944: deal with escaped spaces in NAME= syntax in /etc/fstab.martin
2020-02-06bootxx_name() - fix oversight in previous change (do not assume firstmartin
2020-01-27Fix support for non-512-byte/sector disks again after I broke it whenmartin
2020-01-24Factor out all RAM size thresholds as defines to avoid magic numbers.martin
2020-01-16Fix /tmp tmpfs handling and on machines with enough RAM default tomartin
2020-01-09Finish conversion of extended partitioning parts to new abstractmartin
2019-12-11PR 54065: add optional "old compat" variant of ext2fs in file systemmartin
2019-11-16Make sure all menus have a translatable exit option (or none at all).martin
2019-11-13Make cloning support optional, so we can save some space on very smallmartin
2019-11-12Add options to the various partitioning stages that allow cloning ofmartin
2019-10-25On device where we do not want a MBR (raid, xbd) skip the MBR partitioningmartin
2019-10-21Skip unwanted (zero sized) partitions.martin
2019-10-21Remove a hardcoded assumption that for BIOS boot we always will havemartin
2019-08-20PR install/54480: when upgrading a system and re-mounting the target /martin
2019-08-08Do not even consider to fsck partitions where we do not know the filemartin
2019-08-08Do not try to fsck partitions we are never going to mount.martin
2019-08-07When creating the /etc/fstab for new installs, the sense of the "noauto"martin
2019-08-07Support upgrade of systems using NAME= syntax in /etc/fstab.martin
2019-08-03Properly handle partitions that we were requested to mount but not newfs.martin