| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-06-09 | If the install medium does not come with any openssl trusted root certs, | martin |
| 2023-06-03 | adapt to ${CC_WNO_STRINGOP_TRUNCATION} | lukem |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar |
| 2023-03-14 | Correct a minor word usage error in a comment. NFC. | kre |
| 2023-02-12 | Add "-i -E" to /bin/sh called from sysinst | abs |
| 2023-01-06 | When matching real partitions to "wanted" install descriptions, skip | martin |
| 2023-01-06 | PR 55058: force the boot partition to sd0d, so our root partitions becomes | martin |
| 2023-01-06 | cosmetics: fix indentation | martin |
| 2023-01-06 | Minor fix calculating the remaining buffer size for partition flags. | martin |
| 2023-01-06 | Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECK | martin |
| 2023-01-03 | Clear the msg area after prompting for the network device to use | martin |
| 2022-12-27 | PR 57132: when calculation additional space available for the "expanded" | martin |
| 2022-12-16 | Switch back to FFSv2ea as default for new installations | martin |
| 2022-12-15 | PR 57100: in manual mode, we can not ignore existing partitions | martin |
| 2022-12-15 | PR 57100: check if we can newfs the proper fstype when adding a new | martin |
| 2022-12-15 | Add an (expert) option to manually edit partitions, inspired by PR 57100. | martin |
| 2022-12-15 | PR 57100: when adding a new partition, update current flags after | martin |
| 2022-12-15 | Temporarily back out rev 1.66 and switch the default FFS type back to | martin |
| 2022-12-15 | PR 57100: fix install flag handling for newly added GPT partitions, | martin |
| 2022-12-11 | When generating a script for disklabel(8) do not use the "pretty printed" | martin |
| 2022-12-10 | Update list with file systems who do have fsck adding udf since there is now a | reinoud |
| 2022-12-10 | Always map FS_BSDFFS to one of "FFS", "FFSv2" or "FFSv2ea" - previously | martin |
| 2022-12-10 | Comment and code style (cosmetic) changes, no functional change | martin |
| 2022-12-10 | VAX bootxx has had ffsv2 support since May 2018, allow its use as boot | jakllsch |
| 2022-12-09 | Add set_default_sizemult() calls to some architectures obviously | martin |
| 2022-12-09 | A little less (confusing) magic: adjust the size of / when adding /usr | martin |
| 2022-11-30 | Fix primary boot selection for FFSv2ea filesystems | martin |
| 2022-11-30 | Switch the default FFS type from FFSv2 to FFSv2ea - we want extended | martin |
| 2022-11-30 | Add support for FFSv2ea in the partition type menus (internally setting | martin |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-10-02 | PR install/57025: revert bogus rev 1.9 which was only papering over | martin |
| 2022-08-30 | Simplify name trimming following a suggestion from rillig. | martin |
| 2022-08-30 | Fix typo (pointed out by rillig) | martin |
| 2022-08-30 | Invoke magic C promotion rules as originally intended - oops! | martin |
| 2022-08-29 | Trim trailing whitespace from disk names we got via drvctl. | martin |
| 2022-08-28 | Choose a proper kernel set per a running kernel during installation. | tsutsui |
| 2022-07-22 | Add a menu option to set the file extension of the downloaded sets. | christos |
| 2022-07-11 | Avoid C++-isms (stupid muscle memory) to fix the build. | martin |
| 2022-07-10 | We may try to extract the "last mounted on" field from EFI partitions | martin |
| 2022-07-10 | Preparations to make the extended partitioning during normal installation | martin |
| 2022-06-26 | Fix typo | martin |
| 2022-06-24 | Check on-disk disklabel properly even on ports without raw BSD disklabel. | tsutsui |
| 2022-06-24 | Use proper ANSI function declarations. | tsutsui |
| 2022-06-21 | Fix inverted condition in previous and only apply special handling for | martin |
| 2022-06-21 | Fix free space accounting when partitions change size or are deleted. | martin |
| 2022-06-21 | renumber_partitions() needs to deal with removed/added partitions. | martin |
| 2022-06-21 | Fix free space accounting for partition size changes and deletions. | martin |
| 2022-06-21 | disklabel_can_add_partition() did not consider additional partitions | martin |