summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-06-09If the install medium does not come with any openssl trusted root certs,martin
2023-06-03adapt to ${CC_WNO_STRINGOP_TRUNCATION}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-14Correct a minor word usage error in a comment. NFC.kre
2023-02-12Add "-i -E" to /bin/sh called from sysinstabs
2023-01-06When matching real partitions to "wanted" install descriptions, skipmartin
2023-01-06PR 55058: force the boot partition to sd0d, so our root partitions becomesmartin
2023-01-06cosmetics: fix indentationmartin
2023-01-06Minor fix calculating the remaining buffer size for partition flags.martin
2023-01-06Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECKmartin
2023-01-03Clear the msg area after prompting for the network device to usemartin
2022-12-27PR 57132: when calculation additional space available for the "expanded"martin
2022-12-16Switch back to FFSv2ea as default for new installationsmartin
2022-12-15PR 57100: in manual mode, we can not ignore existing partitionsmartin
2022-12-15PR 57100: check if we can newfs the proper fstype when adding a newmartin
2022-12-15Add an (expert) option to manually edit partitions, inspired by PR 57100.martin
2022-12-15PR 57100: when adding a new partition, update current flags aftermartin
2022-12-15Temporarily back out rev 1.66 and switch the default FFS type back tomartin
2022-12-15PR 57100: fix install flag handling for newly added GPT partitions,martin
2022-12-11When generating a script for disklabel(8) do not use the "pretty printed"martin
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-12-10Comment and code style (cosmetic) changes, no functional changemartin
2022-12-10VAX bootxx has had ffsv2 support since May 2018, allow its use as bootjakllsch
2022-12-09Add set_default_sizemult() calls to some architectures obviouslymartin
2022-12-09A little less (confusing) magic: adjust the size of / when adding /usrmartin
2022-11-30Fix primary boot selection for FFSv2ea filesystemsmartin
2022-11-30Switch the default FFS type from FFSv2 to FFSv2ea - we want extendedmartin
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-10-02PR install/57025: revert bogus rev 1.9 which was only papering overmartin
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-08-28Choose a proper kernel set per a running kernel during installation.tsutsui
2022-07-22Add a menu option to set the file extension of the downloaded sets.christos
2022-07-11Avoid C++-isms (stupid muscle memory) to fix the build.martin
2022-07-10We may try to extract the "last mounted on" field from EFI partitionsmartin
2022-07-10Preparations to make the extended partitioning during normal installationmartin
2022-06-26Fix typomartin
2022-06-24Check on-disk disklabel properly even on ports without raw BSD disklabel.tsutsui
2022-06-24Use proper ANSI function declarations.tsutsui
2022-06-21Fix inverted condition in previous and only apply special handling formartin
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-21Fix free space accounting for partition size changes and deletions.martin
2022-06-21disklabel_can_add_partition() did not consider additional partitionsmartin