summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/util.c
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2022-12-15PR 57100: in manual mode, we can not ignore existing partitionsmartin
2022-12-15Add an (expert) option to manually edit partitions, inspired by PR 57100.martin
2022-07-10Preparations to make the extended partitioning during normal installationmartin
2022-06-24Use proper ANSI function declarations.tsutsui
2022-05-18When not invoked via some explicit "configure network" menu item,martin
2022-04-21Make default installations a bit more secure:martin
2022-04-14Fix invalid msg_fmt_table_add() call, pointed out by Andreas Gustafsson.martin
2022-01-29Try to get rid of all wedges we created (after unmounting).martin
2022-01-03Now that (semi-)manual entropy setup may happen outside of the mainmartin
2021-10-08Re-enable the entropy handling code in sysinst (only visible on machinesmartin
2021-09-26Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditionalmaya
2021-09-25Move DRM-driver firmware from base to its own set, gpufwmaya
2021-08-03Cleanup alarm(3) handling in the timezone selection menu for errormartin
2021-07-20RAM size will not change during installation, do the sysctl() dancemartin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2020-11-10Fix typos in commentgson
2020-11-04Avoid warningsmartin
2020-11-04Add (experimental) entropy input support:martin
2020-10-30PR 55769: avoid the module set if we do not build anymartin
2020-10-27When we did not magically find any CD medium with sets, offer a manualmartin
2020-10-26PR 55752: relax an assertion, the first getvfsstat() call may overestimatemartin
2020-10-25Mark a variable only used in an assert as __diagused.martin
2020-10-24When looking for available CD media, skip those that are already mounted.martin
2020-10-13PR 55142: on popular demand bring back expert options to adjust themartin
2020-09-27Fix display of timezone selection menumartin
2020-09-22Keep a list of all partition tables from which we have deleted partitionsmartin
2020-05-18Separate devicetree .dts -> .dtb building from kernel builds. They are nowjmcneill
2020-05-12Ooops, backout previous - twice the entropy saving is not needed.martin
2020-05-12At the end of a new installation save entropy.martin
2020-01-26When retrying sets during extraction, reset the relevant statisticsmartin
2020-01-20First try to bring evbarm installation closer to current reality.martin
2019-11-16On amd64 support installation with a KASLR kernel, via "custom install"martin
2019-11-16Make sure all menus have a translatable exit option (or none at all).martin
2019-11-14Make tar extraction flags depend on our usage of pax-as-tar or bsdtar.martin
2019-11-13Make cloning support optional, so we can save some space on very smallmartin
2019-11-12PR 54467: we trust our own sets, extract them with -P to allow symlinkmartin
2019-11-12Add options to the various partitioning stages that allow cloning ofmartin
2019-10-04add a size_t len to get_iso9660_volname() so it can properly domrg
2019-10-02Split out /rescue to its own set and adapt installers/images to add it.maya
2019-08-27Do not offer to upgared the "current system" if we are running off a CDmartin
2019-08-17Fix some memory leaks in error pathsmartin
2019-08-17PR 54473: fix error prompt when a set file is missingmartin
2019-07-24Work with bsdtar as pointed out by kamil@roy
2019-07-21scripting_vprintf: to simplify things for gcc (and avoid "may be usedmartin
2019-07-21scripting_fprintf: when we traverse the va_list twice, we need to savemartin
2019-07-08Properly zero new memory after reallocating the timezone menumartin
2019-06-22no need to initialize fields that are already 0.christos
2019-06-20Use _fmt_ msg_ methods when formats are needed.christos
2019-06-18When creating an install description from existing partitions, usemartin