summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Due to space constraints, the UFS boot2 and boot1 use an evil hack wherejhb2011-04-284-129/+33
* Remove all object files during 'make clean'.ae2011-04-212-2/+4
* Move getc() body before xgetc() so gcc does not emit a warning about functionrdivacky2011-04-061-9/+9
* Mark getc() as inline, this has no effect on gcc but helps clang.rdivacky2011-04-061-1/+1
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.rdivacky2011-04-043-10/+12
* The size of zfsboot2 grown up to 64 Kbytes in r219089.ae2011-03-162-2/+2
* Set control flags in putc(). This should fix zfsboot hangs in drvread().ae2011-03-161-0/+1
* Remove all object files during 'make clean'.jhb2011-03-111-1/+2
* Some more shrinking.rdivacky2011-03-101-18/+16
* This patch shrinks boot2 a little.rdivacky2011-03-021-25/+8
* Remove duplicate "in".brucec2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-272-1/+2
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.dim2011-02-273-6/+0
* In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variabledim2011-02-211-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-208-0/+47
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-1/+1
|\
| * Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-1/+1
| * Sync: merge r215189 through r215272 from ^/head.dim2010-11-141-6/+0
| |\
| * \ Sync: merge r214895 through r215140 from ^/head.dim2010-11-113-42/+1
| |\ \
| * | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-011-1/+1
* | | | Remove reading of symbols from a.out loaded files. Since we are tightimp2011-02-161-18/+1
* | | | Apply a few small optimizations to boot2's code, to make it shrink adim2011-02-151-3/+4
* | | | On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
OpenPOWER on IntegriCloud