summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* - Split code shared by almost any boot loader into separate files andpjd2010-09-2418-864/+1383
* When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2dim2010-09-212-6/+2
* Add support 'device tpm' for amd64.nork2010-09-191-0/+1
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-172-3/+10
* Remove magic value.pjd2010-09-171-1/+3
* Merge from powerpc:marius2010-09-161-33/+27
* Remove empty lines committed by accident.pjd2010-09-091-2/+0
* Ignore log vdevs.pjd2010-09-091-0/+7
* Allow to boot from a pool within which replacing is in progress.pjd2010-09-091-3/+33
* Remove duplicated code.pjd2010-09-091-20/+9
* If autoboot_delay is set to -1, boot immediately without checking forjhb2010-09-081-1/+4
* Add custom kernel configuration and device tree source files foremax2010-09-081-0/+265
* In the case of non-sequential mappings, ofw_mapmem() could ask Opennwhitehorn2010-09-021-1/+1
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* Use a cleaner expression to retrieve the memory size in pc98's boot2.c,dim2010-09-011-3/+2
* For consistency, change all 'i386' and MACHINE_ARCH to x86.delphij2010-08-313-3/+3
* Avoid directly manipulating a NULL pointer (which could result indim2010-08-311-2/+2
* Always compile pc98 boot2 with gcc instead of clang, just as with i386dim2010-08-311-0/+7
* Use a more robust way to substitute gcc for clang, when compilingdim2010-08-311-1/+3
* Fix build of ppc32 loader.nwhitehorn2010-08-251-1/+1
* Replace structure assignments with explicity memcpy calls. This allowsrpaulo2010-08-241-4/+9
* MFtbemd:imp2010-08-231-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-236-18/+18
* MF tbemd: move to using specific architecture makefilesimp2010-08-239-20/+27
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-232-11/+11
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-238-10/+10
* It turns out that the OUTPUT_FORMAT should do the right thing for both endian...imp2010-08-232-135/+1
* MF tbemd: differentiate between arm and armebimp2010-08-232-1/+135
* Make sure the boot2 stage is compiled with gcc, as clang has norpaulo2010-08-211-0/+5
* Return EIO if vdev->v_phys_read is NULL.mm2010-08-091-0/+3
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* A simple test harness to help debug problems with the ZFS boot code.dfr2010-07-301-0/+120
* MFi386: revision 210387nyan2010-07-251-1/+1
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+2
* Correctly setup LDADD with regards to libstand. The submitter pointsrpaulo2010-07-221-1/+1
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-1217-32/+202
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.raj2010-07-111-119/+0
* Provide a missing interrupt-parent for the CPM / QUICC node in the DTS.raj2010-07-111-0/+1
* Use the kernel's start address to determine what to map. This allowsmarcel2010-07-072-3/+6
* Add some more modules to loader.conf. Remove if_awi since support for itbrucec2010-06-231-1/+67
* Add a missing prototypebrian2010-06-201-0/+1
* Pass the -N flag to linked via -Wl.rdivacky2010-06-141-1/+1
* Fix conditional FDT support in loader(8).raj2010-06-133-2/+8
* Use -Wl,-N instead of the undocumented -N option for GCC.ed2010-06-0312-12/+12
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* Initial device tree source (DTS) files for Marvell ARM systems:raj2010-05-267-0/+1487
* Import device tree source (DTS) files for PowerPC MPC8555CDS and MPC8572DSraj2010-05-262-0/+1337
* Bring a missing FDT piece (omitted in the previous commit).raj2010-05-251-0/+4
* Initial loader(8) support for Flattened Device Tree.raj2010-05-259-13/+1407
OpenPOWER on IntegriCloud