| Commit message (Expand) | Author | Age | Files | Lines |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 9 | -51/+39 |
* | Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that | sbruno | 2012-01-19 | 1 | -0/+2 |
* | Add special loader environment variables 'comconsole_port' and | kib | 2012-01-03 | 3 | -31/+195 |
* | Make the RTC checking for QEMU even more aggressive. | ed | 2011-12-21 | 1 | -4/+6 |
* | Allow boot0cfg to force a PXE boot via boot0 on the next boot. | jhb | 2011-12-20 | 1 | -1/+1 |
* | zfsboot: print boot.config contents before parsing it | avg | 2011-12-04 | 1 | -2/+2 |
* | - Whitespaces fixed only | miwi | 2011-11-19 | 1 | -3/+3 |
* | Revert some debugging printfs that crept into 223695. | jhb | 2011-11-09 | 1 | -5/+1 |
* | - Add a new header for the x86 boot code that defines various structures | jhb | 2011-10-25 | 6 | -31/+128 |
* | Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for | jhb | 2011-10-25 | 10 | -30/+22 |
* | Look for /boot/config in addition to /boot.config, with the former taking | des | 2011-10-18 | 3 | -7/+12 |
* | gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1 | avg | 2011-09-13 | 3 | -29/+4 |
* | When building some of the boot loaders with clang, and DEBUG_FLAGS or | dim | 2011-07-17 | 3 | -0/+7 |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 1 | -1/+5 |
* | Revert the entry point label to 'start' to unbreak the build. | jhb | 2011-06-27 | 2 | -3/+3 |
* | - Remove the fake BPB from zfsldr. zfsldr doesn't support booting from | jhb | 2011-06-27 | 2 | -82/+31 |
* | The recent change to increase the zfsboot size to 64k made a few BIOSes | jhb | 2011-06-23 | 1 | -62/+63 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r132879, from upstream's trunk. | dim | 2011-06-12 | 1 | -1/+1 |
* | New boot loader menus from Devin Teske. | julian | 2011-05-28 | 1 | -0/+5 |
* | Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves off | dim | 2011-05-05 | 1 | -1/+2 |
* | Clang r130700 can now compile sys/boot/i386/boot2 with room to spare. | dim | 2011-05-02 | 1 | -3/+6 |
* | Due to space constraints, the UFS boot2 and boot1 use an evil hack where | jhb | 2011-04-28 | 4 | -129/+33 |
* | Remove all object files during 'make clean'. | ae | 2011-04-21 | 2 | -2/+4 |
* | Move getc() body before xgetc() so gcc does not emit a warning about function | rdivacky | 2011-04-06 | 1 | -9/+9 |
* | Mark getc() as inline, this has no effect on gcc but helps clang. | rdivacky | 2011-04-06 | 1 | -1/+1 |
* | Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers. | rdivacky | 2011-04-04 | 3 | -10/+12 |
* | The size of zfsboot2 grown up to 64 Kbytes in r219089. | ae | 2011-03-16 | 2 | -2/+2 |
* | Set control flags in putc(). This should fix zfsboot hangs in drvread(). | ae | 2011-03-16 | 1 | -0/+1 |
* | Remove all object files during 'make clean'. | jhb | 2011-03-11 | 1 | -1/+2 |
* | Some more shrinking. | rdivacky | 2011-03-10 | 1 | -18/+16 |
* | This patch shrinks boot2 a little. | rdivacky | 2011-03-02 | 1 | -25/+8 |
* | Remove duplicate "in". | brucec | 2011-03-01 | 1 | -1/+1 |
* | Revert some of r177626. "in in" is valid in certain sentences. | brucec | 2011-02-28 | 1 | -1/+1 |
* | Finally... Import the latest open-source ZFS version - (SPA) 28. | pjd | 2011-02-27 | 2 | -1/+2 |
* | Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S. | dim | 2011-02-27 | 3 | -6/+0 |
* | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable | dim | 2011-02-21 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 8 | -0/+47 |
* | Merge binutils 2.17.50 to head. This brings a number of improvements to | dim | 2011-02-18 | 1 | -1/+1 |
|\ |
|
| * | Sync: merge r215273 through r215318 from ^/head. | dim | 2010-11-14 | 1 | -1/+1 |
| * | Sync: merge r215189 through r215272 from ^/head. | dim | 2010-11-14 | 1 | -6/+0 |
| |\ |
|
| * \ | Sync: merge r214895 through r215140 from ^/head. | dim | 2010-11-11 | 3 | -42/+1 |
| |\ \ |
|
| * | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64', | dim | 2010-11-01 | 1 | -1/+1 |
* | | | | Remove reading of symbols from a.out loaded files. Since we are tight | imp | 2011-02-16 | 1 | -18/+1 |
* | | | | Apply a few small optimizations to boot2's code, to make it shrink a | dim | 2011-02-15 | 1 | -3/+4 |
* | | | | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | | | | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | dim | 2011-01-05 | 4 | -4/+0 |
* | | | | Fix the jump location. | brucec | 2010-11-14 | 1 | -1/+1 |
* | | | | When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0. | brucec | 2010-11-14 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Remove unused includes. | nyan | 2010-11-13 | 1 | -6/+0 |
| |/
|/| |
|