| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement elfN(reloc) for powerpc. With this change the kernel is now able to | andreast | 2012-09-21 | 1 | -0/+25 |
* | Fix panics on attempt to dereference uninitizlized pointer, returned via | mav | 2012-09-18 | 1 | -1/+1 |
* | loader/i386: replace ugly inb/outb re-implementations with cpufunc.h | avg | 2012-09-18 | 1 | -18/+4 |
* | Add the Tegra2 DTS files. Now our dtc supports including other files use | andrew | 2012-09-17 | 2 | -0/+132 |
* | Add support for MSI in interrupt controlller. | gber | 2012-09-14 | 1 | -1/+1 |
* | Add support for Armada XP A0. | gber | 2012-09-14 | 1 | -15/+15 |
* | The MBR data is not necessarily aligned. This is a problem on ARM. | kientzle | 2012-09-14 | 1 | -2/+2 |
* | Make pxe device in lsdev really include device name, looking like this: | mav | 2012-09-12 | 2 | -20/+4 |
* | zfs boot: add a size check for a value in fzap_lookup | avg | 2012-09-11 | 1 | -0/+2 |
* | zfs boot: print only an attribute name in fzap_list | avg | 2012-09-11 | 1 | -1/+2 |
* | zfs boot: fix/replace fzap_rlookup implementation | avg | 2012-09-11 | 1 | -47/+20 |
* | zfs boot: bring zap_leaf_chunk field names in sync with kernel code | avg | 2012-09-11 | 2 | -4/+4 |
* | boot: file_loadraw should strdup name argument | avg | 2012-09-11 | 1 | -1/+1 |
* | a bit of trailing whitespace cleanup | avg | 2012-09-11 | 1 | -7/+7 |
* | Slightly reduce an overhead for the open() call in the zfsloader. | ae | 2012-09-11 | 2 | -6/+6 |
* | Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr. | ae | 2012-09-09 | 2 | -0/+8 |
* | Update according to the change of struct uboot_devdesc. | ae | 2012-09-09 | 1 | -1/+1 |
* | Build disk.c only when DISK_SUPPORT is enabled. | ae | 2012-09-09 | 1 | -1/+6 |
* | Update uboot's disk driver to use new DISK API. | ae | 2012-09-09 | 1 | -592/+98 |
* | Use disk_fmtdev() and disk_parsedev() functions from the new DISK API. | ae | 2012-09-09 | 1 | -62/+9 |
* | Make struct uboot_devdesc compatible with struct disk_devdesc. | ae | 2012-09-09 | 1 | -6/+3 |
* | Fix loading of kernel modules at boot time for powerpc64. | andreast | 2012-09-08 | 1 | -3/+3 |
* | Add barebone Raspberry Pi port. Supported parts: | gonzo | 2012-08-30 | 1 | -0/+564 |
* | Add correct range parameter in XLP DTS | jchandra | 2012-08-21 | 1 | -1/+1 |
* | Build zfs on ia64 as well. We don't build a loader with zfs support | marcel | 2012-08-18 | 1 | -0/+1 |
* | Don't build the ski loader anymore. The code is not deleted just yet, | marcel | 2012-08-18 | 1 | -1/+6 |
* | Add comment why the code has been disabled. | ae | 2012-08-16 | 1 | -2/+2 |
* | Some BIOSes return incorrect number of sectors, make checks less | ae | 2012-08-15 | 1 | -0/+4 |
* | Rework r239232 to unbreak ZFS detection on MBR slices. | ae | 2012-08-15 | 1 | -10/+18 |
* | Explicitly terminate the string after strncpy(3). | ae | 2012-08-15 | 1 | -0/+1 |
* | Merging of projects/armv6, part 10 | gonzo | 2012-08-15 | 2 | -0/+381 |
* | Merging of projects/armv6, part 9 | gonzo | 2012-08-15 | 1 | -0/+143 |
* | Merging of projects/armv6, part 8 | gonzo | 2012-08-15 | 1 | -0/+270 |
* | Merging of projects/armv6, part 7 | gonzo | 2012-08-15 | 1 | -0/+311 |
* | As discussed on -current, remove the hardcoded default maxswzone. | des | 2012-08-14 | 1 | -11/+20 |
* | After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probing | dim | 2012-08-13 | 1 | -0/+2 |
* | Restore the old behaviour. If requested partition is a BSD slice, | ae | 2012-08-13 | 1 | -3/+11 |
* | Remove colons from the debug message, device name returned by the | ae | 2012-08-13 | 1 | -4/+4 |
* | Unbreak booting from the true dedicated disks. | ae | 2012-08-13 | 2 | -3/+14 |
* | Add another debug message. | ae | 2012-08-12 | 1 | -0/+2 |
* | Add more debug messages. | ae | 2012-08-12 | 1 | -1/+6 |
* | As it turned out, there are some installations, where BSD label | ae | 2012-08-07 | 1 | -1/+1 |
* | Fix start offset calculation for the EBR partitions. | ae | 2012-08-06 | 1 | -1/+1 |
* | Bump USERBOOT_VERSION. | ae | 2012-08-05 | 3 | -2/+5 |
* | Reduce diffs against i386. | nyan | 2012-08-05 | 2 | -3/+4 |
* | Teach the ZFS use new partitions API when probing. | ae | 2012-08-05 | 2 | -23/+98 |
* | Remove unneeded flag. | ae | 2012-08-05 | 1 | -3/+0 |
* | Add offset field to the i386_devdesc structure to be compatible with | ae | 2012-08-05 | 4 | -1070/+243 |
* | Reduce diffs against i386. | nyan | 2012-08-05 | 2 | -4/+4 |
* | MFi386: the part of r219452 and r236405. | nyan | 2012-08-05 | 1 | -5/+6 |