| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-03 | adapt to ${CC_WNO_STRINGOP_TRUNCATION} | lukem | |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar | |
| mainly aion -> ation and inlude -> include. | |||
| 2023-01-06 | PR 55058: force the boot partition to sd0d, so our root partitions becomes | martin | |
| sd0a again. | |||
| 2022-12-10 | VAX bootxx has had ffsv2 support since May 2018, allow its use as boot | jakllsch | |
| filesystem in sysinst. Sucessfully tested in simh-microvax3900 booting from FFSv2ea. | |||
| 2022-12-09 | Add set_default_sizemult() calls to some architectures obviously | martin | |
| lacking it. | |||
| 2022-10-02 | PR install/57025: revert bogus rev 1.9 which was only papering over | martin | |
| a bug in the adoption of the MBR handling code and fix the original conversion bug instead: - run fdisk to install the MBR bootcode on the raw disk partition - run installboot against the NetBSD root partition (not the raw partition). | |||
| 2022-08-28 | Choose a proper kernel set per a running kernel during installation. | tsutsui | |
| Mostly taken from sgimips. This avoids users from overwriting by the default ATARITT kernel on non TT machines like Falcon, Hades, and Milan etc. | |||
| 2022-06-26 | Fix typo | martin | |
| 2022-06-24 | Check on-disk disklabel properly even on ports without raw BSD disklabel. | tsutsui | |
| Fixes PR install/56890. | |||
| 2022-06-17 | Use #define<space> consistently. | tsutsui | |
| 2022-06-17 | Use consistent default partition sizes for similar ports. | tsutsui | |
| 2022-06-17 | Restore DEFSWAPSIZE value to (-1) to determine it by get_ramsize(). | tsutsui | |
| Thanks hannken@ for informing this botch. | |||
| 2022-06-17 | Remove now obsolete "#define DEFSWAPSIZE (-1)" to fix the build. | hannken | |
| 2022-06-16 | Define DEFSWAPSIZE properly. DEFSWAPRAM seems obsolete. | tsutsui | |
| 2022-06-11 | Pull SMALLPROG stuff to disable unnecessary partitioning methods etc. | tsutsui | |
| 2022-06-11 | Add explicit PART_BOOT_MOUNT for ews4800mips. | tsutsui | |
| XXX: FS_SYSVBFS stuff for the MD boot partition is untested. | |||
| 2022-06-11 | Use proper part_type for the boot partition (while it looks unused). | tsutsui | |
| 2022-04-07 | fix various typos in comments. | andvar | |
| 2022-02-10 | x86: fix previous: in the UEFI case copy the bootloaders from install | martin | |
| media during initial installation, but use the (by then: updated) files from the target disk for system upgrades. | |||
| 2022-01-29 | When upgrading, update the boot code post extraction from | martin | |
| the updated target file system. | |||
| 2021-12-05 | s/existance/existence/ in comment. | msaitoh | |
| 2021-10-09 | Disable some installer options to shrink the ramdisk image | martin | |
| 2021-09-25 | Move DRM-driver firmware from base to its own set, gpufw | maya | |
| This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality. Comments: Switched to a single MK tunable for it - that is probably unneeded. An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it. | |||
| 2021-08-09 | fix various typos in comments and messages. | andvar | |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and ↵ | andvar | |
| log messages, reported by me in PR kern/54889. Also fixed some additional typos in comments, found on review of same files or typos. | |||
| 2021-05-09 | Keep MSDOS partition size and subtype consistent - some u-boot are picky. | martin | |
| 2020-11-28 | Make sure the kernel set is selected, even if extracting parts of it | jmcneill | |
| manually. | |||
| 2020-11-06 | Minimize the installer for crunched install media | martin | |
| 2020-11-04 | Add (experimental) entropy input support: | martin | |
| Early during new installs or after upgrades we check if entropy is available. If not (no hardware random number generator available) we inform the user and ask them to fix it. | |||
| 2020-10-23 | Do not force bootselector MBR code for installs with only a single named | martin | |
| partition. | |||
| 2020-10-14 | Properly convert partition default sizes in MB to number of sectors | martin | |
| 2020-10-14 | Move MBR writing (if any) post disklabel writing, otherwise strange | martin | |
| interactions happen. | |||
| 2020-10-14 | Fix copy & pasto (missing "again" label) | martin | |
| 2020-10-12 | PR 55536: when we find existing partition tables and have alternative | martin | |
| formats available, offer to delete partitions and create new ones from scratch (in some other or the same on-disk format). | |||
| 2020-10-10 | Remove more pm->ptstart abuse - calculate values localy where needed | martin | |
| instead. | |||
| 2020-10-05 | Add a heuristic to detect and properly mark EFI system partitions | martin | |
| when re-using pre-existing partitions. | |||
| 2020-09-29 | s/occurence/occurrence/ | msaitoh | |
| 2020-09-29 | s/parition/partition/ | msaitoh | |
| 2020-09-22 | alpha: GENERIC.MP is no more | snj | |
| 2020-08-10 | Silence -Wstringop-truncation for ``name'' in disp_selected_part(). | rin | |
| This variable is used only for display, and truncation seems harmless. | |||
| 2020-06-10 | MBR type for Ext2 should be MBR_PTYPE_LNXEXT2, not MBR_PTYPE_FAT12. | tsutsui | |
| 2020-06-10 | Change mountpoint of boot ext2fs from /stand to /ext2 to avoid conflict. | tsutsui | |
| Should be pulled up to netbsd-9, with fixes of PR/55060. | |||
| 2020-05-29 | DTB are no longer part of kernel set | jmcneill | |
| 2020-05-28 | Set HAVE_INSTALL_IMAGE for evbarm | jmcneill | |
| 2020-05-28 | Remove "If you booted from a floppy" message | jmcneill | |
| 2020-05-04 | boardype should not be common. | joerg | |
| 2020-03-09 | The (unused) md_pre_disklabel() function needs to return success, otherwise | martin | |
| all installations will be aborted. | |||
| 2020-02-10 | Finish conversion to generic partitioning backend | martin | |
| 2020-02-06 | PR install/54934: always use -f on the installboot invocation. We come | martin | |
| here post-newfs (and maybe should have dd'd zeros to the start of the disk before newfs instead). | |||
| 2020-02-03 | PR install/54921: skip non-user partitions when checking for overlaps | martin | |
