summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/partedit
AgeCommit message (Expand)Author
2025-11-08bsdinstall: Fix newfs bsddialog menuEd Maste
2025-10-15bsdinstall: Limit default swap to maximum supported by kernelEd Maste
2025-04-18partedit: make minimum FreeBSD install size just under 1 GiBEd Maste
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-04bsdinstall: complete whitelabeling the installerMariusz Zaborski
2023-12-06bsdinstall generate opt_osname.h in includeSimon J. Gerraty
2023-10-16bsdinstall partedit: Use snprintf instead of sprintf for error messagesJohn Baldwin
2023-10-16bsdinstall partedit: Use asprintf to build wrapper command for newfsJohn Baldwin
2023-10-16bsdinstall partedit: Replace malloc + sprintf with asprintfJohn Baldwin
2023-10-16bsdinstall partedit: Avoid potential buffer overflow in newfs_commandJohn Baldwin
2023-10-16bsdinstall partedit: Apply changes from scripted installsJohn Baldwin
2023-10-16sade: Restore UI behavior like dialog(3)Alfonso S. Siciliano
2023-10-13sade: Fix F1 help messageAlfonso S. Siciliano
2023-10-04bsddialog: import version 1.0Baptiste Daroussin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-28bsdinstall: Handle errors from geom_gettree.John Baldwin
2023-06-27bsdinstall: Replace correct, but fragile, string builder with open_memstream.John Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-20bsdinstall avoid subdir depending on parentSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-05-13bsdinstall: allow whitelabeling the installerBrad Davis
2022-05-13bsdinstall: add missing init of fd variableBrad Davis
2022-05-13bsdinstall: Filter out devices that cannot be openedBrad Davis
2022-04-30bsdinstall/partedit: Fix UFS auto partitioningAlfonso S. Siciliano
2022-04-04bsdinstall/partedit: Replace libdialog with libbsddialogAlfonso S. Siciliano
2022-03-07GEOM: Introduce gctl_add_param() API.Alexander Motin
2021-11-24partedit: cleanup headersBaptiste Daroussin
2021-08-07bsdinstall: Remove unused sysctl.h header #includeEd Maste
2021-03-26bsdinstall: Drop vestigial bsdinstall-esps cleanupRyan Moeller
2021-03-26Add a new mode to the scripted partition editor for variant disk names.Nathan Whitehorn
2021-03-23Fix scripted installs on EFI systems after default mounting of the ESP.Nathan Whitehorn
2021-02-23Mount the EFI system partition (ESP) on newly-installed systems.Nathan Whitehorn
2021-01-27bsdinstall: riscv-specific tweaksMitchell Horne
2020-12-17bsdinstall: remove VTOC8 partition scheme optionMitchell Horne
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2020-01-17Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIRBen Woods
2020-01-15bsdinstall: Use TMPDIR if setRebecca Cran
2019-02-18powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystemJustin Hibbits
2018-12-20Rework UEFI ESP generationRebecca Cran
2018-06-07Add partition scheme for mpc85xx devicesJustin Hibbits
2018-05-18Fix math error in the computation of the free space after the last partitionNathan Whitehorn
2018-01-25bsdinstall: enable SUJ by default (revert r327890)Ed Maste
2018-01-12bsdinstall: disable SUJ by defaultEd Maste
2018-01-02Add installer support for PS3 and PowerNV systems, also laying theNathan Whitehorn
2017-12-31Teach bsdinstall partedit/sade how to format FAT partitions on GPT, whichNathan Whitehorn
2017-12-28Fix bug introduced in r326674, in which efi boot partitions created byNathan Whitehorn
2017-12-08Support mounted boot partitions in the installer. This allows the platformNathan Whitehorn