summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-173-0/+7
* Add support for booting PS3s from disk. This is still a little hackish untilnwhitehorn2011-07-1614-23/+1092
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()marius2011-07-111-31/+35
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-021-25/+63
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-012-6/+17
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-3032-4/+4633
* Revert the entry point label to 'start' to unbreak the build.jhb2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromjhb2011-06-272-82/+31
* As with EFI, OFW and U-Boot etc only compile FDT support on thosemarius2011-06-253-4/+8
* The recent change to increase the zfsboot size to 64k made a few BIOSesjhb2011-06-231-62/+63
* Minimize backward seeks when trying to load ELF relocatable modules.kan2011-06-191-7/+30
* Fix clang warnings.benl2011-06-181-1/+1
* Revert changes to this file in r222417. This unconditionally enabled thenwhitehorn2011-06-151-4/+1
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-1/+1
* o Bump the EFI loader version to 3.1.marcel2011-06-073-3/+68
* Add ia64_sync_icache() and use it to make the I-cache coherentmarcel2011-06-074-1/+55
* mdoc: fix markupuqs2011-06-021-1/+1
* Include forgotten framework changes to get some of the new menu files install...julian2011-05-303-2/+5
* Add some missing files. Without we hang in the OF prompt asking for screen.4th.andreast2011-05-291-0/+1
* New boot loader menus from Devin Teske.julian2011-05-2828-285/+3099
* Disconnect sun4v architecture from the three.attilio2011-05-143-72/+3
* a whitespace nitavg2011-05-071-1/+1
* a whitespace nitavg2011-05-071-1/+1
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offdim2011-05-051-1/+2
* Fix corner case where the size is a power of two.marcel2011-05-031-1/+1
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.dim2011-05-021-3/+6
* Turn PBVM page table entries into PTEs so that they can be insertedmarcel2011-04-302-11/+22
* Due to space constraints, the UFS boot2 and boot1 use an evil hack wherejhb2011-04-284-129/+33
* Remove all object files during 'make clean'.ae2011-04-212-2/+4
* MFi386: revisions 220389 and 220392nyan2011-04-161-13/+13
* Add basic support for the Marvell Orion TS-7800.philip2011-04-151-0/+161
* Remove the now defunct kern.ipc.nmbufs tunable.pluknet2011-04-131-1/+0
* Move getc() body before xgetc() so gcc does not emit a warning about functionrdivacky2011-04-061-9/+9
* Mark getc() as inline, this has no effect on gcc but helps clang.rdivacky2011-04-061-1/+1
* MFi386: revision 220337nyan2011-04-051-0/+1
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.rdivacky2011-04-043-10/+12
* Fix a long standing bug where file_load() passes down the global loadaddrmarcel2011-04-041-1/+1
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pagemarcel2011-04-036-51/+135
* Add 2 new archsw interfaces:marcel2011-04-035-30/+55
* Revert rev 165325. The arch_maphint interface hasn't been in use formarcel2011-04-032-48/+0
* Make the ski loader functional again after the previous set of changes.marcel2011-04-032-31/+31
* MFi386: the part of 219452nyan2011-03-241-14/+10
* The size of zfsboot2 grown up to 64 Kbytes in r219089.ae2011-03-162-2/+2
* Set control flags in putc(). This should fix zfsboot hangs in drvread().ae2011-03-161-0/+1
* MFaltix:marcel2011-03-1613-141/+413
* Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix themarcel2011-03-161-1/+1
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
* Remove all object files during 'make clean'.jhb2011-03-111-1/+2
* Some more shrinking.rdivacky2011-03-102-21/+17
* MFi386: revision 219186nyan2011-03-031-22/+7
OpenPOWER on IntegriCloud