summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-1/+1
* Sync: merge r215189 through r215272 from ^/head.dim2010-11-142-41/+0
|\
| * Now there is no functional difference from i386 version.nyan2010-11-131-35/+0
| * Remove unused includes.nyan2010-11-131-6/+0
* | Sync: merge r214895 through r215140 from ^/head.dim2010-11-117-58/+6
|\ \ | |/
| * Correct RAM size of the MPC8555CDS board.raj2010-11-111-1/+1
| * Fix typos.brucec2010-11-091-2/+2
| * Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-085-55/+3
* | For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsdim2010-11-052-4/+4
* | Sync: merge r214353 through r214648 from ^/head.dim2010-11-015-33/+47
|\ \ | |/
| * Partially revert r203829; as it turns out what the PowerPC OFW loader didmarius2010-10-291-4/+4
| * Fix the printf() in init_heap so that it can run before the console is up.nwhitehorn2010-10-291-1/+5
| * Fix netboot on some Apple machines on which calling dma-free on thenwhitehorn2010-10-291-0/+3
| * Fix some memory management issues discovered when trying to boot the PPCnwhitehorn2010-10-283-28/+35
* | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-011-1/+1
|/
* MFi386: revision 214210nyan2010-10-241-2/+2
* Avoid using memcpy() for copying 32bit chunks. This shrinksrdivacky2010-10-221-2/+2
* Correct typos.pjd2010-10-201-2/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Ensure that a make from sys/boot does not pick up include files frompho2010-10-081-0/+1
* - 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
OpenPOWER on IntegriCloud