summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/partman.c
AgeCommit message (Expand)Author
2022-07-10Preparations to make the extended partitioning during normal installationmartin
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-11-06s/writting/writing/msaitoh
2021-09-14sysinst: fix lint error about empty compound literalrillig
2021-07-17PR 56310: avoid assert() failures (or crashes) when the runtime additionmartin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2020-02-06Deal with partitioning schemes having no inner counterpart.martin
2020-01-27Fix support for non-512-byte/sector disks again after I broke it whenmartin
2020-01-15Fix handling of inner/outer partitions (e.g. MBR and disklabel) inmartin
2020-01-10When asked to create a whole-disk partition for unknown usage, do not onlymartin
2020-01-09Finish conversion of extended partitioning parts to new abstractmartin
2019-12-13When finding (paritioning scheme native) partition types for file systemsmartin
2019-11-16Make sure all menus have a translatable exit option (or none at all).martin
2019-10-06avoid calling snprintf/strlcat with an input parameter the samemrg
2019-08-13Make sure to completely initialize dynamic menu entries.martin
2019-07-25Gracefully get out of extended partitioning if the user did not createmartin
2019-07-23For upgrade / re-install allow the currently running system as a targetmartin
2019-07-15Fix partition size displaymartin
2019-07-14Limit the number of menu entries in extended partitioning to themartin
2019-07-14Fix a few of the very stupid mistakes I made when converting this tomartin
2019-07-13We may call md_pre_mount() multiple times for the same install set,martin
2019-06-22no need to initialize fields that are already 0.christos
2019-06-20Use _fmt_ msg_ methods when formats are needed.christos
2019-06-17Avoid variable length local arraymartin
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2019-04-21Use FOREACH_SAFE when removing devices from our internal list.martin
2019-02-12Backout previous snprintf nonsense, instead STFU gcc 7's mostmartin
2019-02-11Fix a few off by one (in both directions) in previous, pointed out by mrg.martin
2019-02-11Remove unconditional truncation - it confuses gccmartin
2019-02-11Two more gcc 7 warnings when compiling wiht optimization on, one to go.martin
2019-02-11Make sure we properly truncate snprintf() results when the target buffermartin
2018-12-13Avoid undefined behaviour, pointed out by maxvmartin
2018-11-27Cosmetics: consistently use MEG and GIG defines for size calculationsmartin
2018-11-20Convert all static menu struct initializiations to C99 name initializermartin
2018-05-18deconst -> __UNCONST, the former involves UB with NULL arithmetic.joerg
2018-05-01Change return type of pm_lvm_find() from int to void.kre
2018-05-01PR install/53220kre
2018-05-01vnconfig has been renamed to vndconfig. Pointed out by kre.martin
2018-02-04fixes for GCC 6.4:mrg
2018-01-29Cosmetics: fix the order of calloc() arguments.martin
2018-01-28Fix copy paste error. from coverity.maya
2017-01-12- allocate space dynamically instead of putting structs in BSS.christos
2016-12-11Add aes-xts to sysinst(8).alnsn
2016-05-30Explicitly ignore errors in the hack for mucking with wedges; mark it XXXdholland
2016-05-30#if out some unreachable code that's apparently not yet supported.dholland
2015-05-17Invert sense of a vnd creation message ("Create new image: Yes") and killmartin
2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin
2015-05-09Add a new utility function "update_wedges()", which triggers a scanmartin
2015-01-02Rather than scatter set_swap() calls wrapped in ram size checks throughabs
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj