summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/util.c
AgeCommit message (Expand)Author
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
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2019-02-12Backout previous snprintf nonsense, instead STFU gcc 7's mostmartin
2019-02-11Fix a few off by one (in both directions) in previous, pointed out by mrg.martin
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-19Split positional argument string expansion from msg display, we can makemartin
2018-11-15Add a new helper function to show messages with positional parametersmartin
2018-11-11Skip floopies when selecting an install target, but do not add them tomartin
2018-11-08Adapt other cd-device query functions to new world order, fixmartin
2018-11-07Unify handling of CDROM device names.martin
2018-11-05For "unknown" sets (should only happen for pkgsrc.tgz), always usemartin