summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/label.c
AgeCommit message (Expand)Author
2023-01-06When matching real partitions to "wanted" install descriptions, skipmartin
2023-01-06Minor fix calculating the remaining buffer size for partition flags.martin
2022-12-15PR 57100: check if we can newfs the proper fstype when adding a newmartin
2022-12-15PR 57100: when adding a new partition, update current flags aftermartin
2022-12-10Comment and code style (cosmetic) changes, no functional changemartin
2022-11-30Add support for FFSv2ea in the partition type menus (internally settingmartin
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-06-21Fix free space accounting when partitions change size or are deleted.martin
2022-06-21renumber_partitions() needs to deal with removed/added partitions.martin
2022-06-20PR 56893: fix input validation when the user moves a new partition tomartin
2022-06-19Centralize the "we can newfs this type of filesystem" predicatemartin
2022-06-18Typo in commentmartin
2022-06-11Avoid integer arithmetic overflow when checking a partition table withoutmartin
2022-06-11Enhance support for the pseudo file system type "EFI System Partition".martin
2022-06-09Add support for explicitly selecting "EFI system partition" as a partitionmartin
2021-05-09Do not allow editing of start/size/fs-type for partitions thatmartin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2020-12-02comparision -> comparisonwiz
2020-10-13PR 55142: on popular demand bring back expert options to adjust themartin
2020-10-13When renumbering partitions (after deletions) be slightly more laxmartin
2020-10-10Remove more pm->ptstart abuse - calculate values localy where neededmartin
2020-10-09When MD code requests a reserved area (at the start of the disk)martin
2020-10-03PR 55384: detangle pm->ptstart from the "install" flag (selecting amartin
2020-09-29PR 55381: try to deal with moved (but not yet saved) partitions whenmartin
2020-09-22Keep a list of all partition tables from which we have deleted partitionsmartin
2020-09-22In the concrete partitions editor, after deleting the last partition movemartin
2020-09-22When adding a new partition in the concrete partition editor, make suremartin
2020-08-14PR 55572: avoid crash when answering the mount point prompt for a previouslymartin
2020-01-27Fix support for non-512-byte/sector disks again after I broke it whenmartin
2020-01-15Avoid using the global "pm" variable in utility functions - duringmartin
2020-01-09Finish conversion of extended partitioning parts to new abstractmartin
2019-12-15Fix overlapping partitions displaymartin
2019-12-13When finding (paritioning scheme native) partition types for file systemsmartin
2019-12-11PR 54065: add optional "old compat" variant of ext2fs in file systemmartin
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-08-04Fix copy&pasto: when we find a FFSv1 filesystem, properly record itmartin
2019-08-01Do not strip the trailing / on root mounts when evaluation "last mountedmartin
2019-07-26Strip trailing / from last mounted strings.martin
2019-07-09Allow newfs for ext2fs partitions too.martin
2019-06-22no need to initialize fields that are already 0.christos
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2018-11-28Divide GIG by 512 (DEV_BLKSIZE) so we don't overflow 32 bit u_longkre
2018-11-27Cosmetics: consistently use MEG and GIG defines for size calculationsmartin
2018-11-20Convert all static menu struct initializiations to C99 name initializermartin
2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin
2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin
2014-07-26Move sysinst sources to usr.sbin.dholland