summaryrefslogtreecommitdiff
path: root/stand/i386
Commit message (Expand)AuthorAgeFilesLines
* stand: One more trivial consolidation (setting environment from howto)Kyle Evans2018-06-091-5/+1
* stand: Consolidate checking for boot flags driven by environment varsKyle Evans2018-06-091-5/+1
* Remove comments and assertions that are no longer valid after r330809.Ian Lepore2018-06-052-5/+1
* Fix build of stand with base gccDimitry Andric2018-05-314-4/+6
* Add support for linker-type-specific flagsEd Maste2018-04-191-5/+1
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Revert r332275, r332272, r332270Warner Losh2018-04-111-0/+3
* loader: 332270 did left out stand/i386/loader/loader.rcToomas Soome2018-04-081-3/+0
* stand: pass --no-rosegment for i386 bits when linking with lldEd Maste2018-04-061-0/+5
* Add isoboot(8) for booting BIOS systems from HDDs containing ISO images.Benno Rice2018-04-054-1/+660
* Various style(9) fixes.Benno Rice2018-04-051-10/+14
* Use consistent whitespace.Benno Rice2018-04-051-257/+271
* fwohcireg.h is 99% the same between the boot loader and theWarner Losh2018-03-314-380/+3
* stand: Add workaround for HP BIOS issuesKyle Evans2018-03-291-0/+22
* Fix instructions in the zfsboot manual page.Eugene Grosbein2018-03-271-2/+2
* loader consoles: Implement SGR 24, 25Kyle Evans2018-03-241-0/+4
* Match broken style of vidconsole.cKyle Evans2018-03-231-3/+3
* Loader consoles: Implement SGR 22, reset intensityKyle Evans2018-03-231-0/+3
* Forth version of EFI autoresizingKyle Evans2018-03-211-0/+3
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-1310-80/+80
* biosdisk.c should not set d_opendata.Toomas Soome2018-03-131-1/+0
* Remove d_type from devdesc. It's not needed as we can fetch it fromWarner Losh2018-03-124-11/+8
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-127-57/+54
* Make struct libi386_devdesc match the struct devdesc betterWarner Losh2018-03-121-6/+1
* Minor cosmetic changes.Warner Losh2018-03-121-5/+3
* stand: Fix build after r330249Kyle Evans2018-03-011-4/+4
* stand: Makefile SUBDIR cleanupKyle Evans2018-03-011-6/+2
* Add NO_OBJ to those directories that don't make anything.Warner Losh2018-02-261-0/+2
* Further style(9) changes.Benno Rice2018-02-211-29/+33
* Purely whitespace changes bringing this file closer to style(9).Benno Rice2018-02-211-433/+445
* Honor settings for including / excluding cd9660, ufs, ext2fs and msdos.Warner Losh2018-02-212-3/+11
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-211-67/+0
* Revert r329269.Benno Rice2018-02-171-454/+433
* Reformat to come significantly closer to style(9).Benno Rice2018-02-141-433/+454
* Invent new LDR_INTERP for the loader interpreter to use. Use this inWarner Losh2018-02-021-2/+2
* Remove pcibios forth support.Warner Losh2018-02-021-183/+0
* Centralize several variables.Warner Losh2018-02-0211-13/+0
* Tag unreachable places as such. I left the while (1); in place sinceWarner Losh2018-01-261-0/+1
* Split panic routineWarner Losh2018-01-261-1/+1
* Invent new #defines for the biospci_{read,write}_config function toWarner Losh2018-01-064-5/+12
* Handle misconfigured/nonexistent pcidev for comconsole instead of BTX panic.Sean Bruno2018-01-051-0/+10
* No need to use relative paths like this here.Warner Losh2017-12-191-2/+2
* Hoist btx include stuff to i386/Makefile.incWarner Losh2017-12-197-8/+2
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-1/+1
* Move loader help file definitions to being 100% inside of loader.mk.Warner Losh2017-12-181-3/+1
* Remove the 'mini libstand in libstand' that util.[ch] provided. TheseWarner Losh2017-12-154-70/+10
* Turn loader GELI support in the boot loaders off by default as aWarner Losh2017-12-141-1/+1
* Fix comments after bump in size.Warner Losh2017-12-141-2/+2
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-1/+1
* Fix regression with lua importWarner Losh2017-12-111-1/+1