summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/arch/hp300
AgeCommit message (Expand)Author
2022-06-16Define DEFSWAPSIZE properly. DEFSWAPRAM seems obsolete.tsutsui
2022-06-11Pull SMALLPROG stuff to disable unnecessary partitioning methods etc.tsutsui
2022-01-29When upgrading, update the boot code post extraction frommartin
2020-10-12PR 55536: when we find existing partition tables and have alternativemartin
2020-02-03PR install/54921: skip non-user partitions when checking for overlapsmartin
2019-12-15After installing boot blocks with RUN_NO_CLEAR (and handling themartin
2019-10-02Split out /rescue to its own set and adapt installers/images to add it.maya
2019-07-13We may call md_pre_mount() multiple times for the same install set,martin
2019-06-20Use _fmt_ msg_ methods when formats are needed.christos
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2018-11-16Sync install size estimates with current realitymartin
2018-11-05Get rid of hard coded disk names and use sysctl hw.disknamesmartin
2018-05-18deconst -> __UNCONST, the former involves UB with NULL arithmetic.joerg
2015-05-10Backout the previous incorrect fix for PR 49440 and redo it more globaly:martin
2015-01-02Rather than scatter set_swap() calls wrapped in ram size checks throughabs
2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin
2014-07-26Move sysinst sources to usr.sbin.dholland