summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-054-4/+0
* | | | Fix the jump location.brucec2010-11-141-1/+1
* | | | When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0.brucec2010-11-141-1/+1
| |_|/ |/| |
* | | Remove unused includes.nyan2010-11-131-6/+0
| |/ |/|
* | Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-083-42/+1
|/
* Avoid using memcpy() for copying 32bit chunks. This shrinksrdivacky2010-10-221-2/+2
* Ensure that a make from sys/boot does not pick up include files frompho2010-10-081-0/+1
* - Split code shared by almost any boot loader into separate files andpjd2010-09-2410-856/+609
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2dim2010-09-211-3/+1
OpenPOWER on IntegriCloud