summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* a bit of trailing whitespace cleanupavg2012-09-111-7/+7
* Slightly reduce an overhead for the open() call in the zfsloader.ae2012-09-111-3/+3
* After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probingdim2012-08-131-0/+2
* Add another debug message.ae2012-08-121-0/+2
* Teach the ZFS use new partitions API when probing.ae2012-08-051-13/+5
* Remove unneeded flag.ae2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withae2012-08-054-1070/+243
* When GPT signature is invalid in the primary GPT header, then try toae2012-08-051-7/+36
* Remove unnecessary initializations. The BSS of boot2 is in factjhb2012-06-011-2/+2
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-252-8/+6
* Import work done under project/nand (@235533) into head.gber2012-05-172-0/+6
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-126-55/+133
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.dim2012-05-111-0/+4
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsavg2012-05-104-11/+8
* r235154 followup: add stddef.h for offsetofavg2012-05-091-0/+1
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTavg2012-05-091-5/+3
* i386 boot: consolidate MAXBDDEV definitionavg2012-05-093-4/+2
* btxldr: future-proof argument passing from boot1/2-ish to loaderavg2012-05-099-34/+99
* sys/boot: add common CTASSERT definitionavg2012-05-091-10/+1
* Build a 32-bit EFI loader on amd64. This to match the rest of themarcel2012-04-201-2/+9
* zfsboot: honor -q if it's present in boot.configavg2012-04-161-2/+8
* Make boot2 build with Clang again.jkim2012-03-091-4/+2
* Add a note to clarify why we create a relocated copy of boot1 in lowerjhb2012-03-061-1/+4
* Fix boot2 to handle boot config files that only contain a custom path tojhb2012-03-051-6/+15
* Fix a long standing bug. The caller expects a non-zero value for success.jkim2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-289-51/+39
* Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such thatsbruno2012-01-191-0/+2
* Add special loader environment variables 'comconsole_port' andkib2012-01-033-31/+195
* Make the RTC checking for QEMU even more aggressive.ed2011-12-211-4/+6
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.jhb2011-12-201-1/+1
* zfsboot: print boot.config contents before parsing itavg2011-12-041-2/+2
* - Whitespaces fixed onlymiwi2011-11-191-3/+3
* Revert some debugging printfs that crept into 223695.jhb2011-11-091-5/+1
* - Add a new header for the x86 boot code that defines various structuresjhb2011-10-256-31/+128
* Consolidate duplicate definitions of V86_CY() and V86_ZR() which check forjhb2011-10-2510-30/+22
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-183-7/+12
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-133-29/+4
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-173-0/+7
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-301-1/+5
* Revert the entry point label to 'start' to unbreak the build.jhb2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromjhb2011-06-272-82/+31
* The recent change to increase the zfsboot size to 64k made a few BIOSesjhb2011-06-231-62/+63
* Fix clang warnings.benl2011-06-181-1/+1
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-1/+1
* New boot loader menus from Devin Teske.julian2011-05-281-0/+5
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offdim2011-05-051-1/+2
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.dim2011-05-021-3/+6
OpenPOWER on IntegriCloud