summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 240637nyan2012-09-231-20/+6
* Cosmetic changes.nyan2012-09-231-6/+6
* Implement elfN(reloc) for powerpc. With this change the kernel is now able toandreast2012-09-211-0/+25
* Fix panics on attempt to dereference uninitizlized pointer, returned viamav2012-09-181-1/+1
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* Add the Tegra2 DTS files. Now our dtc supports including other files useandrew2012-09-172-0/+132
* Add support for MSI in interrupt controlller.gber2012-09-141-1/+1
* Add support for Armada XP A0.gber2012-09-141-15/+15
* The MBR data is not necessarily aligned. This is a problem on ARM.kientzle2012-09-141-2/+2
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* zfs boot: add a size check for a value in fzap_lookupavg2012-09-111-0/+2
* zfs boot: print only an attribute name in fzap_listavg2012-09-111-1/+2
* zfs boot: fix/replace fzap_rlookup implementationavg2012-09-111-47/+20
* zfs boot: bring zap_leaf_chunk field names in sync with kernel codeavg2012-09-112-4/+4
* boot: file_loadraw should strdup name argumentavg2012-09-111-1/+1
* a bit of trailing whitespace cleanupavg2012-09-111-7/+7
* Slightly reduce an overhead for the open() call in the zfsloader.ae2012-09-112-6/+6
* Handle LOADER_NO_DISK_SUPPORT knob in the arm and powerpc ubldr.ae2012-09-092-0/+8
* Update according to the change of struct uboot_devdesc.ae2012-09-091-1/+1
* Build disk.c only when DISK_SUPPORT is enabled.ae2012-09-091-1/+6
* Update uboot's disk driver to use new DISK API.ae2012-09-091-592/+98
* Use disk_fmtdev() and disk_parsedev() functions from the new DISK API.ae2012-09-091-62/+9
* Make struct uboot_devdesc compatible with struct disk_devdesc.ae2012-09-091-6/+3
* Fix loading of kernel modules at boot time for powerpc64.andreast2012-09-081-3/+3
* Add barebone Raspberry Pi port. Supported parts:gonzo2012-08-301-0/+564
* Add correct range parameter in XLP DTSjchandra2012-08-211-1/+1
* Build zfs on ia64 as well. We don't build a loader with zfs supportmarcel2012-08-181-0/+1
* Don't build the ski loader anymore. The code is not deleted just yet,marcel2012-08-181-1/+6
* Add comment why the code has been disabled.ae2012-08-161-2/+2
* Some BIOSes return incorrect number of sectors, make checks lessae2012-08-151-0/+4
* Rework r239232 to unbreak ZFS detection on MBR slices.ae2012-08-151-10/+18
* Explicitly terminate the string after strncpy(3).ae2012-08-151-0/+1
* Merging of projects/armv6, part 10gonzo2012-08-152-0/+381
* Merging of projects/armv6, part 9gonzo2012-08-151-0/+143
* Merging of projects/armv6, part 8gonzo2012-08-151-0/+270
* Merging of projects/armv6, part 7gonzo2012-08-151-0/+311
* As discussed on -current, remove the hardcoded default maxswzone.des2012-08-141-11/+20
* After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probingdim2012-08-131-0/+2
* Restore the old behaviour. If requested partition is a BSD slice,ae2012-08-131-3/+11
* Remove colons from the debug message, device name returned by theae2012-08-131-4/+4
* Unbreak booting from the true dedicated disks.ae2012-08-132-3/+14
* Add another debug message.ae2012-08-121-0/+2
* Add more debug messages.ae2012-08-121-1/+6
* As it turned out, there are some installations, where BSD labelae2012-08-071-1/+1
* Fix start offset calculation for the EBR partitions.ae2012-08-061-1/+1
* Bump USERBOOT_VERSION.ae2012-08-053-2/+5
* Reduce diffs against i386.nyan2012-08-052-3/+4
* Teach the ZFS use new partitions API when probing.ae2012-08-052-23/+98
* Remove unneeded flag.ae2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withae2012-08-054-1070/+243
OpenPOWER on IntegriCloud