aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pageMarcel Moolenaar2011-04-036-51/+135
* Add 2 new archsw interfaces:Marcel Moolenaar2011-04-035-30/+55
* Revert rev 165325. The arch_maphint interface hasn't been in use forMarcel Moolenaar2011-04-032-48/+0
* Make the ski loader functional again after the previous set of changes.Marcel Moolenaar2011-04-032-31/+31
* MFi386: the part of 219452Yoshihiro Takahashi2011-03-241-14/+10
* The size of zfsboot2 grown up to 64 Kbytes in r219089.Andrey V. Elsukov2011-03-162-2/+2
* Set control flags in putc(). This should fix zfsboot hangs in drvread().Andrey V. Elsukov2011-03-161-0/+1
* MFaltix:Marcel Moolenaar2011-03-1613-141/+413
|\
| * Merge svn+ssh://svn.freebsd.org/base/head@219680Marcel Moolenaar2011-03-151-0/+1
| |\
| * | Round the size, not the top address. This makes the code lessMarcel Moolenaar2011-03-151-1/+1