summaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFC 227389: Remove some debugging printfs.John Baldwin2011-12-011-5/+1
* MFC rev. 227629, stable/9 rev 228041:Marcel Moolenaar2011-11-271-1/+1
* MFC r226549,r226550,r226551,r226552,r226553,r226554,r226568,r226569,r226611,Pawel Jakub Dawidek2011-11-192-54/+55
* MFC 226748:John Baldwin2011-11-096-31/+129
* zfstest: rename to zfsboottest and move to toolsAndriy Gapon2011-09-161-144/+0
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1Andriy Gapon2011-09-133-29/+4
* zfstest: cleanup the code, improve functionality and diagnosticsAndriy Gapon2011-09-131-16/+40
* Restore behavior of the autoboot_delay="-1" boot menu setting to theJaakko Heinonen2011-09-022-6/+11
* Add kern.cam.boot_delay description (with reasonable default) toDmitry Morozovsky2011-08-231-0/+2
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixNathan Whitehorn2011-08-148-35/+209
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingDimitry Andric2011-08-081-1/+1
* Document the tftp.blksize variable added in src/lib/libstand/tftp.c.Craig Rodrigues2011-07-251-0/+5
* Note that the "kernel" variable in loader.conf is the name of a directoryJohn Baldwin2011-07-201-2/+5
* When building some of the boot loaders with clang, and DEBUG_FLAGS orDimitry Andric2011-07-173-0/+7
* Add support for booting PS3s from disk. This is still a little hackish untilNathan Whitehorn2011-07-1614-23/+1092
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()Marius Strobl2011-07-111-31/+35
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries fromMarius Strobl2011-07-021-25/+63
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapMarius Strobl2011-07-012-6/+17
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-3032-4/+4633
* Revert the entry point label to 'start' to unbreak the build.John Baldwin2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromJohn Baldwin2011-06-272-82/+31
* As with EFI, OFW and U-Boot etc only compile FDT support on thoseMarius Strobl2011-06-253-4/+8
* The recent change to increase the zfsboot size to 64k made a few BIOSesJohn Baldwin2011-06-231-62/+63
* Minimize backward seeks when trying to load ELF relocatable modules.Alexander Kabaev2011-06-191-7/+30
* Fix clang warnings.Ben Laurie2011-06-181-1/+1
* Revert changes to this file in r222417. This unconditionally enabled theNathan Whitehorn2011-06-151-4/+1
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.Dimitry Andric2011-06-121-1/+1
* o Bump the EFI loader version to 3.1.Marcel Moolenaar2011-06-073-3/+68
* Add ia64_sync_icache() and use it to make the I-cache coherentMarcel Moolenaar2011-06-074-1/+55
* mdoc: fix markupUlrich Spörlein2011-06-021-1/+1
* Include forgotten framework changes to get some of the new menu files install...Julian Elischer2011-05-303-2/+5
* Add some missing files. Without we hang in the OF prompt asking for screen.4th.Andreas Tobler2011-05-291-0/+1
* New boot loader menus from Devin Teske.Julian Elischer2011-05-2828-285/+3099
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-143-72/+3
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* Fine-tune llvm optimization for sys/boot/i386/boot2, which shaves offDimitry Andric2011-05-051-1/+2
* Fix corner case where the size is a power of two.Marcel Moolenaar2011-05-031-1/+1
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.Dimitry Andric2011-05-021-3/+6
* Turn PBVM page table entries into PTEs so that they can be insertedMarcel Moolenaar2011-04-302-11/+22
* Due to space constraints, the UFS boot2 and boot1 use an evil hack whereJohn Baldwin2011-04-284-129/+33
* Remove all object files during 'make clean'.Andrey V. Elsukov2011-04-212-2/+4
* MFi386: revisions 220389 and 220392Yoshihiro Takahashi2011-04-161-13/+13
* Add basic support for the Marvell Orion TS-7800.Philip Paeps2011-04-151-0/+161
* Remove the now defunct kern.ipc.nmbufs tunable.Sergey Kandaurov2011-04-131-1/+0
* Move getc() body before xgetc() so gcc does not emit a warning about functionRoman Divacky2011-04-061-9/+9
* Mark getc() as inline, this has no effect on gcc but helps clang.Roman Divacky2011-04-061-1/+1
* MFi386: revision 220337Yoshihiro Takahashi2011-04-051-0/+1
* Build boot2 with -mregparm=3, ie. pass upto 3 arguments via registers.Roman Divacky2011-04-043-10/+12
* Fix a long standing bug where file_load() passes down the global loadaddrMarcel Moolenaar2011-04-041-1/+1