aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/partedit
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* bsdinstall: complete whitelabeling the installerMariusz Zaborski2024-02-042-5/+5
* bsdinstall generate opt_osname.h in includeSimon J. Gerraty2023-12-072-2/+1
* bsdinstall partedit: Use snprintf instead of sprintf for error messagesJohn Baldwin2023-10-163-15/+31
* bsdinstall partedit: Use asprintf to build wrapper command for newfsJohn Baldwin2023-10-161-2/+4
* bsdinstall partedit: Replace malloc + sprintf with asprintfJohn Baldwin2023-10-162-9/+5
* bsdinstall partedit: Avoid potential buffer overflow in newfs_commandJohn Baldwin2023-10-161-28/+40
* bsdinstall partedit: Apply changes from scripted installsJohn Baldwin2023-10-161-1/+1
* sade: Restore UI behavior like dialog(3)Alfonso S. Siciliano2023-10-162-4/+8
* sade: Fix F1 help messageAlfonso S. Siciliano2023-10-131-1/+1
* bsddialog: import version 1.0Baptiste Daroussin2023-10-045-13/+10
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* bsdinstall: Handle errors from geom_gettree.John Baldwin2023-06-283-34/+62
* bsdinstall: Replace correct, but fragile, string builder with open_memstream.John Baldwin2023-06-271-9/+12
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* bsdinstall avoid subdir depending on parentSimon J. Gerraty2023-04-211-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-6/+2
* bsdinstall: allow whitelabeling the installerBrad Davis2022-05-134-9/+11
* bsdinstall: add missing init of fd variableBrad Davis2022-05-131-1/+1
* bsdinstall: Filter out devices that cannot be openedBrad Davis2022-05-131-0/+10
* bsdinstall/partedit: Fix UFS auto partitioningAlfonso S. Siciliano2022-04-291-0/+6
* bsdinstall/partedit: Replace libdialog with libbsddialogAlfonso S. Siciliano2022-04-047-608/+526
* GEOM: Introduce gctl_add_param() API.Alexander Motin2022-03-071-2/+4
* partedit: cleanup headersBaptiste Daroussin2021-11-241-5/+4
* bsdinstall: Remove unused sysctl.h header #includeEd Maste2021-08-081-1/+0
* bsdinstall: Drop vestigial bsdinstall-esps cleanupRyan Moeller2021-03-262-15/+1
* Add a new mode to the scripted partition editor for variant disk names.Nathan Whitehorn2021-03-263-7/+11
* Fix scripted installs on EFI systems after default mounting of the ESP.Nathan Whitehorn2021-03-231-0/+39
* Mount the EFI system partition (ESP) on newly-installed systems.Nathan Whitehorn2021-02-233-12/+5
* bsdinstall: riscv-specific tweaksMitchell Horne2021-01-272-1/+8
* bsdinstall: remove VTOC8 partition scheme optionMitchell Horne2020-12-171-7/+0
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-84/+0
* Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIRBen Woods2020-01-171-1/+1
* bsdinstall: Use TMPDIR if setRebecca Cran2020-01-153-3/+20
* powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystemJustin Hibbits2019-02-181-4/+8
* Rework UEFI ESP generationRebecca Cran2018-12-203-16/+21
* Add partition scheme for mpc85xx devicesJustin Hibbits2018-06-071-3/+8
* Fix math error in the computation of the free space after the last partitionNathan Whitehorn2018-05-181-1/+1
* bsdinstall: enable SUJ by default (revert r327890)Ed Maste2018-01-251-1/+2
* bsdinstall: disable SUJ by defaultEd Maste2018-01-121-2/+1
* Add installer support for PS3 and PowerNV systems, also laying theNathan Whitehorn2018-01-021-10/+22
* Teach bsdinstall partedit/sade how to format FAT partitions on GPT, whichNathan Whitehorn2017-12-311-2/+4
* Fix bug introduced in r326674, in which efi boot partitions created byNathan Whitehorn2017-12-281-1/+17
* Support mounted boot partitions in the installer. This allows the platformNathan Whitehorn2017-12-087-73/+123
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* When doing a non-interactive installation, don't display an interactiveRavi Pokala2017-09-121-8/+11