summaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
...
* Read backup GPT header from the last LBA only when primary GPT header andAndrey V. Elsukov2012-04-121-7/+7
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Remove second consts in r233288 in order to appease C++ compilers.Marius Strobl2012-03-261-1/+1
* Declare the CRC lookup-tables const as they hardly should change atMarius Strobl2012-03-211-1/+1
* Declare some variables static in order to reduce the object size andMarius Strobl2012-03-181-31/+18
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitMarius Strobl2012-03-111-0/+15
* Document comconsole_port and comconsole_pcidev loader variables.Konstantin Belousov2012-01-071-1/+38
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Clean up from the 4.x era.Sergey Kandaurov2011-12-271-3/+3
* Remove the remnants of /stand/sysinstall.Sergey Kandaurov2011-11-031-1/+1
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldPawel Jakub Dawidek2011-10-201-2/+3
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTPawel Jakub Dawidek2011-10-191-1/+1
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingDimitry Andric2011-08-081-1/+1
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()Marius Strobl2011-07-111-31/+35
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapMarius Strobl2011-07-011-5/+16
* Add a version of the FreeBSD bootloader which can run in userland, packagedDoug Rabson2011-06-305-3/+890
* Minimize backward seeks when trying to load ELF relocatable modules.Alexander Kabaev2011-06-191-7/+30
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-0/+7
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-1/+1
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* Fix a long standing bug where file_load() passes down the global loadaddrMarcel Moolenaar2011-04-041-1/+1
* Add 2 new archsw interfaces:Marcel Moolenaar2011-04-034-30/+38
* Revert rev 165325. The arch_maphint interface hasn't been in use forMarcel Moolenaar2011-04-031-2/+0
* Merge svn+ssh://svn.freebsd.org/base/head@219553Marcel Moolenaar2011-03-124-10/+19
|\
| * Some more shrinking.Roman Divacky2011-03-101-3/+1
| * Rename bcpy() macro to bcopy().Pawel Jakub Dawidek2011-02-272-7/+7
| * Handle memory allocation failures in include().Rebecca Cran2011-02-231-0/+11
* | Merge svn+ssh://svn.freebsd.org/base/head@218816Marcel Moolenaar2011-02-182-1/+9
|\|
| * In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t.Dimitry Andric2011-02-151-1/+1
| * Apply a few small optimizations to boot2's code, to make it shrink aDimitry Andric2011-02-151-1/+1
| * Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-0/+8
* | svn+ssh://svn.freebsd.org/base/head@216199Marcel Moolenaar2010-12-052-7/+2
|\|
| * Give a bit of a hint of the failure (read != expected) but don't makeEd Maste2010-11-251-1/+1
| * Make this printfoutput more verbose.Attilio Rao2010-11-231-1/+2
| * Remove support for autoloading ACPI from the loader. Leave in the code toJohn Baldwin2010-11-081-6/+0
* | Merge svn+ssh://svn.freebsd.org/base/head@214309Marcel Moolenaar2010-10-269-10/+784
|\|
| * Correct typos.Pawel Jakub Dawidek2010-10-201-2/+2
| * mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| * - Split code shared by almost any boot loader into separate files andPawel Jakub Dawidek2010-09-246-0/+770
| * Fix build of ppc32 loader.Nathan Whitehorn2010-08-251-1/+1
| * Replace structure assignments with explicity memcpy calls. This allowsRui Paulo2010-08-241-4/+9
| * MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...Warner Losh2010-08-231-4/+4
* | Merge svn+ssh://svn.freebsd.org/base/head@211344Marcel Moolenaar2010-08-153-2/+7
|\|
| * mdoc: make sure to pass at least one argument to quotation macrosUlrich Spörlein2010-08-021-1/+1
| * completely ignore zero-sized elf sections in modules of elf object type (amd64)Andriy Gapon2010-07-231-0/+2
| * Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,Nathan Whitehorn2010-07-121-1/+4
* | Merge svn+ssh://svn.freebsd.org/base/head@208557Marcel Moolenaar2010-05-261-1/+2
|\|
| * Formatting nitWarner Losh2010-05-101-1/+2
* | Include load_elf64_obj.c on ia64. This adds the fundamental supportMarcel Moolenaar2010-03-141-1/+3
|/