| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for MSI in interrupt controlller. | Grzegorz Bernacki | 2012-09-14 | 1 | -1/+1 |
| * | Add support for Armada XP A0. | Grzegorz Bernacki | 2012-09-14 | 1 | -15/+15 |
| * | The MBR data is not necessarily aligned. This is a problem on ARM. | Tim Kientzle | 2012-09-14 | 1 | -2/+2 |
| * | Make pxe device in lsdev really include device name, looking like this: | Alexander Motin | 2012-09-12 | 2 | -20/+4 |
| * | zfs boot: add a size check for a value in fzap_lookup | Andriy Gapon | 2012-09-11 | 1 | -0/+2 |
| * | zfs boot: print only an attribute name in fzap_list | Andriy Gapon | 2012-09-11 | 1 | -1/+2 |
| * | zfs boot: fix/replace fzap_rlookup implementation | Andriy Gapon | 2012-09-11 | 1 | -47/+20 |
| * | zfs boot: bring zap_leaf_chunk field names in sync with kernel code | Andriy Gapon | 2012-09-11 | 2 | -4/+4 |
| * | boot: file_loadraw should strdup name argument | Andriy Gapon | 2012-09-11 | 1 | -1/+1 |
| * | a bit of trailing whitespace cleanup | Andriy Gapon | 2012-09-11 | 1 | -7/+7 |
| * | Slightly reduce an overhead for the open() call in the zfsloader. | Andrey V. Elsukov | 2012-09-11 | 2 | -6/+6 |
| * | Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr. | Andrey V. Elsukov | 2012-09-09 | 2 | -0/+8 |
| * | Update according to the change of struct uboot_devdesc. | Andrey V. Elsukov | 2012-09-09 | 1 | -1/+1 |
| * | Build disk.c only when DISK_SUPPORT is enabled. | Andrey V. Elsukov | 2012-09-09 | 1 | -1/+6 |
| * | Update uboot's disk driver to use new DISK API. | Andrey V. Elsukov | 2012-09-09 | 1 | -591/+97 |
| * | Use disk_fmtdev() and disk_parsedev() functions from the new DISK API. | Andrey V. Elsukov | 2012-09-09 | 1 | -62/+9 |
| * | Make struct uboot_devdesc compatible with struct disk_devdesc. | Andrey V. Elsukov | 2012-09-09 | 1 | -6/+3 |
| * | Fix loading of kernel modules at boot time for powerpc64. | Andreas Tobler | 2012-09-08 | 1 | -3/+3 |
| * | Add barebone Raspberry Pi port. Supported parts: | Oleksandr Tymoshenko | 2012-08-30 | 1 | -0/+564 |
| * | Add correct range parameter in XLP DTS | Jayachandran C. | 2012-08-21 | 1 | -1/+1 |
| * | Build zfs on ia64 as well. We don't build a loader with zfs support | Marcel Moolenaar | 2012-08-18 | 1 | -0/+1 |
| * | Don't build the ski loader anymore. The code is not deleted just yet, | Marcel Moolenaar | 2012-08-18 | 1 | -1/+6 |
| * | Add comment why the code has been disabled. | Andrey V. Elsukov | 2012-08-16 | 1 | -2/+2 |
| * | Some BIOSes return incorrect number of sectors, make checks less | Andrey V. Elsukov | 2012-08-15 | 1 | -0/+4 |
| * | Rework r239232 to unbreak ZFS detection on MBR slices. | Andrey V. Elsukov | 2012-08-15 | 1 | -10/+18 |
| * | Explicitly terminate the string after strncpy(3). | Andrey V. Elsukov | 2012-08-15 | 1 | -0/+1 |
| * | Merging of projects/armv6, part 10 | Oleksandr Tymoshenko | 2012-08-15 | 2 | -0/+381 |
| * | Merging of projects/armv6, part 9 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -0/+143 |
| * | Merging of projects/armv6, part 8 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -0/+270 |
| * | Merging of projects/armv6, part 7 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -0/+311 |
| * | As discussed on -current, remove the hardcoded default maxswzone. | Dag-Erling Smørgrav | 2012-08-14 | 1 | -11/+20 |
| * | After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probing | Dimitry Andric | 2012-08-13 | 1 | -0/+2 |
| * | Restore the old behaviour. If requested partition is a BSD slice, | Andrey V. Elsukov | 2012-08-13 | 1 | -3/+11 |
| * | Remove colons from the debug message, device name returned by the | Andrey V. Elsukov | 2012-08-13 | 1 | -4/+4 |
| * | Unbreak booting from the true dedicated disks. | Andrey V. Elsukov | 2012-08-13 | 2 | -3/+14 |
| * | Add another debug message. | Andrey V. Elsukov | 2012-08-12 | 1 | -0/+2 |
| * | Add more debug messages. | Andrey V. Elsukov | 2012-08-12 | 1 | -1/+6 |
| * | As it turned out, there are some installations, where BSD label | Andrey V. Elsukov | 2012-08-07 | 1 | -1/+1 |
| * | Fix start offset calculation for the EBR partitions. | Andrey V. Elsukov | 2012-08-06 | 1 | -1/+1 |
| * | Bump USERBOOT_VERSION. | Andrey V. Elsukov | 2012-08-05 | 3 | -2/+5 |
| * | Reduce diffs against i386. | Yoshihiro Takahashi | 2012-08-05 | 2 | -3/+4 |
| * | Teach the ZFS use new partitions API when probing. | Andrey V. Elsukov | 2012-08-05 | 2 | -23/+98 |
| * | Remove unneeded flag. | Andrey V. Elsukov | 2012-08-05 | 1 | -3/+0 |
| * | Add offset field to the i386_devdesc structure to be compatible with | Andrey V. Elsukov | 2012-08-05 | 4 | -1067/+240 |
| * | Reduce diffs against i386. | Yoshihiro Takahashi | 2012-08-05 | 2 | -4/+4 |
| * | MFi386: the part of r219452 and r236405. | Yoshihiro Takahashi | 2012-08-05 | 1 | -5/+6 |
| * | When GPT signature is invalid in the primary GPT header, then try to | Andrey V. Elsukov | 2012-08-05 | 1 | -7/+36 |
| * | Introduce new API to work with disks from the loader's drivers. | Andrey V. Elsukov | 2012-08-05 | 8 | -785/+310 |
| * | Remove unused variables. | Andrey V. Elsukov | 2012-08-05 | 2 | -2/+1 |
| * | Create the interface to work with various partition tables from the | Andrey V. Elsukov | 2012-08-05 | 2 | -0/+921 |