summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/arch
AgeCommit message (Expand)Author
2022-02-14Pull up following revision(s) (requested by martin in ticket #1427):msaitoh
2022-02-02Pull up following revision(s) (requested by martin in ticket #1422):msaitoh
2021-05-12Pull up following revision(s) (requested by martin in ticket #1271):msaitoh
2020-11-29Pull up following revision(s) (requested by jmcneill in ticket #1137):martin
2020-11-04Pull up the following revisions(s) (requested by martin in ticket #1120):sborrill
2020-10-15Pull up following revision(s) (requested by martin in ticket #1113):bouyer
2020-03-09Pull up following revision(s) (requested by martin in ticket #777):snj
2020-02-10Pull up following revision(s) (requested by martin in ticket #693):bouyer
2020-01-29Pull up following revision(s) (requested by martin in ticket #673):msaitoh
2020-01-28Pull up following revision(s) (requested by martin in ticket #668):msaitoh
2019-12-17Pull up following revision(s) (requested by martin in ticket #560):msaitoh
2019-11-19Pull up following revision(s) (requested by martin in ticket #443):msaitoh
2019-11-17Pull up following revision(s) (requested by martin in ticket #436):msaitoh
2019-11-17Pull up following revision(s) (requested by maya in ticket #435):martin
2019-08-18Pull up following revision(s) (requested by martin in ticket #77):msaitoh
2019-08-08Pull up following revision(s) (requested by martin in ticket #28):msaitoh
2019-07-14Work in progress UEFI boot support, don't try this at home yet!martin
2019-07-13We may call md_pre_mount() multiple times for the same install set,martin
2019-06-21Use the raw partition for installboot, not the root partition.martin
2019-06-20Avoid architecture specific ifdefs in main code, move to MD macros.martin
2019-06-20Use _fmt_ msg_ methods when formats are needed.christos
2019-06-19Deal with manualy set disk geometries more carefully to avoid a divisionmartin
2019-06-17Fix bogus return value from md_post_newfsmartin
2019-06-17whitespacemartin
2019-06-13In the new world order disks may come without any partitioning schememartin
2019-06-13Remove GPT and extended partitioning support on size restrained installmartin
2019-06-13Remove GPT boot (not available for sparc64 yet)martin
2019-06-13make this build and likely work with the new sysinst world order.mrg
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2019-05-28Clear the screen after running installboot. If we don't, there willgson
2019-01-07Add GENERIC.MP and GENERIC_601 kernels to sysinst menuscole
2018-11-27Cosmetics: consistently use MEG and GIG defines for size calculationsmartin
2018-11-18Yet another size estimatemartin
2018-11-18More size estimate fixesmartin
2018-11-16Sync install size estimates with current realitymartin
2018-11-07Unify handling of CDROM device names.martin
2018-11-05Get rid of hard coded disk names and use sysctl hw.disknamesmartin
2018-09-20Enable NOPARTMAN for install media.rin
2018-09-17Make sure to install a bootloader even on upgrade installation.tsutsui
2018-09-15When not using the serial console while installing with sysinst,martin
2018-09-15Fix merge mishap in rev 1.9/1.10 - remove accidently duplicatedmartin
2018-09-08PR port-sgimips/53583: fetch kernel name always before using it.martin
2018-06-03add missing brace.christos
2018-06-03Default console device and speed to that used by syinstmartin
2018-06-03Add an option to install onto a pre-configured wedge.martin
2018-05-18deconst -> __UNCONST, the former involves UB with NULL arithmetic.joerg
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-03-17Official builds now append a timestamp to the kernel config name, so wejmcneill
2018-01-24Remove port-acorn26skrll
2017-12-14Fix RPI kernel file after FDTisation.skrll