summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/configmenu.c
AgeCommit message (Expand)Author
2022-05-18When not invoked via some explicit "configure network" menu item,martin
2022-05-15sysinst: Enable mDNS lookups via NSS when enabling mdnsd.jmcneill
2022-04-21Make default installations a bit more secure:martin
2021-10-09Consistent #if for static helper function add_entropymartin
2021-10-08Re-enable the entropy handling code in sysinst (only visible on machinesmartin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2019-11-16Make sure all menus have a translatable exit option (or none at all).martin
2019-07-23For upgrade / re-install allow the currently running system as a targetmartin
2019-06-22no need to initialize fields that are already 0.christos
2019-06-20use proper format strings in replace().christos
2019-06-20Use _fmt_ msg_ methods when formats are needed.christos
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2015-05-11Make "ask_yesno" and "ask_noyes" take a const char * as argument, movingmartin
2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin
2015-01-20Handle empty input gracefully by simply jumping back to the config menu.snj
2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin
2014-07-26Move sysinst sources to usr.sbin.dholland