| Commit message (Expand) | Author | Age | Files | Lines |
| * | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -1/+1 |
| * | Execute the cleanup handlers before jumping to the kernel just | Marius Strobl | 2009-12-24 | 1 | -0/+2 |
| * | - Consistently wrap debugging in NETIF_DEBUG. This basically merges | Marius Strobl | 2009-12-24 | 1 | -6/+22 |
| * | Revert r183628 as with the current ata(4) ATAPI DMA with AcerLabs | Marius Strobl | 2009-12-24 | 1 | -1/+0 |
| * | Don't build zfsboot, gptzfsboot, and zfsloader if WITHOUT_ZFS is enabled. | John Baldwin | 2009-12-22 | 1 | -2/+8 |
| * | Move cursor position after putting a character. | Yoshihiro Takahashi | 2009-12-21 | 1 | -0/+10 |
| * | Fix ub_env_enum(): syscall() returns 0 when properly invoked. | Marcel Moolenaar | 2009-12-18 | 1 | -4/+3 |
| * | Fix debug messages of bd_io(). | Yoshihiro Takahashi | 2009-12-17 | 2 | -8/+8 |
| * | Add support for memory disk (md). The size of the memory disk | Marcel Moolenaar | 2009-12-13 | 2 | -0/+156 |
| * | Cleanups the boot2 for pc98. There is no functional change. | Yoshihiro Takahashi | 2009-12-11 | 8 | -164/+18 |
| * | Don't warn about an RSDP with a corrupt checksum. The kernel does a better | John Baldwin | 2009-12-10 | 1 | -3/+1 |
| * | Fix a confusing typo in the EDD packet structure used in gptboot and | John Baldwin | 2009-12-09 | 2 | -6/+6 |
| * | - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it to | John Baldwin | 2009-12-09 | 2 | -21/+112 |
| * | MFi386: revision 200219 | Yoshihiro Takahashi | 2009-12-08 | 2 | -8/+25 |
| * | MFi386: Use real mode instead of v86 mode. | Yoshihiro Takahashi | 2009-12-08 | 1 | -407/+358 |
| * | MFi386: revision 200216 | Yoshihiro Takahashi | 2009-12-08 | 2 | -3/+2 |
| * | Improve the algorithm the loader uses to choose a memory range for its | John Baldwin | 2009-12-07 | 3 | -8/+49 |
| * | Various small whitespace and style fixes. | John Baldwin | 2009-12-07 | 3 | -10/+11 |
| * | Remove spinconsole from pc98, some parts seem to be missed and it's | Maxim Sobolev | 2009-11-27 | 1 | -2/+0 |
| * | Whitespace-only: another instance of identation with spaces. | Maxim Sobolev | 2009-11-27 | 1 | -1/+1 |
| * | Whitespace on: use tabs for identation consistently. | Maxim Sobolev | 2009-11-27 | 1 | -4/+4 |
| * | Add new loader console type: "spinconsole". This console selects the | Maxim Sobolev | 2009-11-27 | 6 | -20/+135 |
| * | Be nice, don't use the f-word. | Edward Tomasz Napierala | 2009-11-25 | 2 | -2/+2 |
| * | Create a seperate ZFS enabled loader. | Robert Noland | 2009-11-23 | 5 | -15/+33 |
| * | Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot to | John Baldwin | 2009-11-20 | 2 | -14/+14 |
| * | Provide an effective (relocated) address when building modules metadata. | Rafal Jaworowski | 2009-11-19 | 1 | -1/+3 |
| * | Introduce a new option (BOOT_PROMPT_123) that lets enter the boot prompt | Attilio Rao | 2009-11-12 | 2 | -0/+22 |
| * | - Remove trailing ";" after if statement | Antoine Brodin | 2009-11-11 | 1 | -6/+1 |
| * | Close a file descriptor leak in an error case. | Christian Brueffer | 2009-10-28 | 1 | -0/+1 |
| * | Correct some issues with zfs boot. | Robert Noland | 2009-10-23 | 3 | -23/+75 |
| * | Use zfs_read() instead of xfsread() to read /boot.config. xfsread() fails | John Baldwin | 2009-10-14 | 1 | -1/+1 |
| * | lindev(4) [1] is supposed to be a collection of linux-specific pseudo | Bjoern A. Zeeb | 2009-09-26 | 1 | -0/+1 |
| * | MFi386: | Yoshihiro Takahashi | 2009-09-13 | 1 | -1/+1 |
| * | If the pxe client is told to use / as the root path, honour that rather | Ed Maste | 2009-09-10 | 1 | -1/+1 |
| * | Fix parse() so that the partition to boot (load /boot/loader) from can | John Hay | 2009-08-17 | 1 | -8/+5 |
| * | Update epair(4) to the new netisr implementation and polish | Bjoern A. Zeeb | 2009-07-26 | 1 | -0/+1 |
| * | On special systems where the MBR and the GPT are in sync (up to the 4th | Rui Paulo | 2009-06-26 | 1 | -1/+1 |
| * | Bump PowerPC loader(8) version to reflect extensions it has recently grown. | Rafal Jaworowski | 2009-06-22 | 1 | -0/+1 |
| * | Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor | Marius Strobl | 2009-06-15 | 1 | -0/+1 |
| * | Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet | Pyun YongHyeon | 2009-06-10 | 1 | -0/+1 |
| * | Instead of packing the individual fields in the PnP structures, pack the | John Baldwin | 2009-06-08 | 1 | -26/+26 |
| * | Don't attempt to free the GPT partition list for a disk with an empty GPT. | John Baldwin | 2009-06-08 | 1 | -2/+3 |
| * | Import ACPICA 20090521. | Jung-uk Kim | 2009-06-05 | 3 | -3/+3 |
| * | Make GPT style partitiong endian-safe in U-Boot support library. | Rafal Jaworowski | 2009-06-03 | 1 | -13/+28 |
| * | Add a missing parameter when displaying GPT partitions with an unknown | John Baldwin | 2009-06-01 | 1 | -0/+1 |
| * | sys/boot/common.c | Craig Rodrigues | 2009-06-01 | 1 | -2/+21 |
| * | Fix NETIF_DEBUG compilation. | Marcel Moolenaar | 2009-05-30 | 1 | -8/+2 |
| * | Some of the boot loader code only works on a ufs file system, but it | Doug Rabson | 2009-05-28 | 2 | -8/+9 |
| * | Improve the accf_dns_load description. | Christian Brueffer | 2009-05-17 | 1 | -1/+1 |
| * | Add support for booting from raidz1 and raidz2 pools. | Doug Rabson | 2009-05-16 | 2 | -79/+166 |