summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Remove reading of symbols from a.out loaded files. Since we are tightimp2011-02-161-18/+1
* MFi386: revision 218713nyan2011-02-161-3/+4
* In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t.dim2011-02-151-1/+1
* Apply a few small optimizations to boot2's code, to make it shrink adim2011-02-152-4/+5
* Fix build.nyan2011-02-121-2/+10
* Add the pc98boot image which concatenates boot0 and boot0.5.nyan2011-02-112-1/+18
* Add PEX0 and select the first serial port as console.marcel2011-02-041-0/+28
* Add kern.msgbufsize default setting to /boot/defaults/loader.conf.pluknet2011-01-211-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-0/+9
* No need to list an obsolete arm compiler here.imp2011-01-202-2/+0
* Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...imp2011-01-203-6/+0
* Fix a stack leak in r215345 when skipping over the ACPI menu item forjhb2011-01-201-1/+1
* Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-0617-1/+2364
* On i386 and amd64, consistently use the following options whenever wedim2011-01-054-4/+4
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-052-6/+2
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-055-5/+0
* Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.yongari2010-12-311-0/+1
* Give a bit of a hint of the failure (read != expected) but don't makeemaste2010-11-251-1/+1
* Make this printfoutput more verbose.attilio2010-11-231-1/+2
* Check the OF_getprop() return value before proceeding. Allocate only asandreast2010-11-201-4/+4
* Revert r215435. We need to figure out the exact value to be loaded.andreast2010-11-171-1/+1
* Check the real-mode? OF property to find out whether we operate in real orandreast2010-11-173-9/+28
* Move the declaration of the eh struct (used only when debugging is enabled)andreast2010-11-171-1/+1
* Make sure the .bss is cleared at the beginning. The pSeries OF ELF loader doesandreast2010-11-171-1/+14
* Load the full 16k stack space.andreast2010-11-171-1/+1
* Don't display option 2 (to toggle ACPI on or off) on x86 machines if thejhb2010-11-151-5/+16
* We no longer need the OUTPUT_FORMAT line, so fix the build by removing it.imp2010-11-151-1/+0
* Fix the jump location.brucec2010-11-141-1/+1
* When rebooting the machine jump to 0xf000:fff0 instead of 0xffff:0x0.brucec2010-11-141-1/+1
* Now there is no functional difference from i386 version.nyan2010-11-131-35/+0
* Remove unused includes.nyan2010-11-131-6/+0
* 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
* 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
* 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
OpenPOWER on IntegriCloud