summaryrefslogtreecommitdiff
path: root/usr/src/boot/common
AgeCommit message (Collapse)AuthorFilesLines
2022-11-0815139 loader: avoid duplicate load for environment and console-fontToomas Soome1-2/+12
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-07-2714846 loader: console setup is still brokenToomas Soome1-78/+60
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-07-2114748 loader: support for hiding the cursor on the consoleToomas Soome1-5/+60
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-07-1214585 loader: should preserve order of console device listToomas Soome1-1/+32
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2022-05-1814454 sys/debug.h: CTASSERT should use _Static_assertToomas Soome1-5/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-03-2714590 loader: replace boolean_t with bool in non-zfs codeToomas Soome1-37/+35
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2022-02-1714480 loader: restructure loader source treeToomas Soome59-0/+21110
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Michael van der Westhuizen <r1mikey@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>