| Commit message (Expand) | Author | Age | Files | Lines |
* | Document comconsole_port and comconsole_pcidev loader variables. | kib | 2012-01-07 | 1 | -1/+38 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Clean up from the 4.x era. | pluknet | 2011-12-27 | 1 | -3/+3 |
* | Remove the remnants of /stand/sysinstall. | pluknet | 2011-11-03 | 1 | -1/+1 |
* | With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we would | pjd | 2011-10-20 | 1 | -2/+3 |
* | Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORT | pjd | 2011-10-19 | 1 | -1/+1 |
* | Fix buffer overflow in sys/boot/common/util.c's printf(), when printing | dim | 2011-08-08 | 1 | -1/+1 |
* | Since r219452 the alignment of __dmadat has changed, revealing that fsread() | marius | 2011-07-11 | 1 | -31/+35 |
* | Fix r223695 to compile on architectures which don't use the MBR scheme; wrap | marius | 2011-07-01 | 1 | -5/+16 |
* | Add a version of the FreeBSD bootloader which can run in userland, packaged | dfr | 2011-06-30 | 5 | -3/+890 |
* | Minimize backward seeks when trying to load ELF relocatable modules. | kan | 2011-06-19 | 1 | -7/+30 |
* | New boot loader menus from Devin Teske. | julian | 2011-05-28 | 1 | -0/+7 |
* | Disconnect sun4v architecture from the three. | attilio | 2011-05-14 | 1 | -1/+1 |
* | a whitespace nit | avg | 2011-05-07 | 1 | -1/+1 |
* | a whitespace nit | avg | 2011-05-07 | 1 | -1/+1 |
* | Fix a long standing bug where file_load() passes down the global loadaddr | marcel | 2011-04-04 | 1 | -1/+1 |
* | Add 2 new archsw interfaces: | marcel | 2011-04-03 | 4 | -30/+38 |
* | Revert rev 165325. The arch_maphint interface hasn't been in use for | marcel | 2011-04-03 | 1 | -2/+0 |
* | MFaltix: | marcel | 2011-03-16 | 1 | -1/+3 |
* | Some more shrinking. | rdivacky | 2011-03-10 | 1 | -3/+1 |
* | Rename bcpy() macro to bcopy(). | pjd | 2011-02-27 | 2 | -7/+7 |
* | Handle memory allocation failures in include(). | brucec | 2011-02-23 | 1 | -0/+11 |
* | In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t. | dim | 2011-02-15 | 1 | -1/+1 |
* | Apply a few small optimizations to boot2's code, to make it shrink a | dim | 2011-02-15 | 1 | -1/+1 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -0/+8 |
* | Give a bit of a hint of the failure (read != expected) but don't make | emaste | 2010-11-25 | 1 | -1/+1 |
* | Make this printfoutput more verbose. | attilio | 2010-11-23 | 1 | -1/+2 |
* | Remove support for autoloading ACPI from the loader. Leave in the code to | jhb | 2010-11-08 | 1 | -6/+0 |
* | Correct typos. | pjd | 2010-10-20 | 1 | -2/+2 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | - Split code shared by almost any boot loader into separate files and | pjd | 2010-09-24 | 6 | -0/+770 |
* | Fix build of ppc32 loader. | nwhitehorn | 2010-08-25 | 1 | -1/+1 |
* | Replace structure assignments with explicity memcpy calls. This allows | rpaulo | 2010-08-24 | 1 | -4/+9 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 1 | -4/+4 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | completely ignore zero-sized elf sections in modules of elf object type (amd64) | avg | 2010-07-23 | 1 | -0/+2 |
* | Provide support in loader for booting 64-bit PowerPC kernels. Like amd64, | nwhitehorn | 2010-07-12 | 1 | -1/+4 |
* | Formatting nit | imp | 2010-05-10 | 1 | -1/+2 |
* | Remove file system support based on the simple file system protocol | marcel | 2010-01-09 | 1 | -0/+1 |
* | - Add code allowing a network device to only be open and closed once | marius | 2010-01-09 | 1 | -9/+33 |
* | Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNF | marius | 2010-01-09 | 1 | -10/+1 |
* | Don't use 15M-16M area on pc98. It's reserved for some devices. | nyan | 2009-12-31 | 1 | -0/+19 |
* | - Consistently wrap debugging in NETIF_DEBUG. This basically merges | marius | 2009-12-24 | 1 | -6/+22 |
* | Add support for memory disk (md). The size of the memory disk | marcel | 2009-12-13 | 2 | -0/+156 |
* | Introduce a new option (BOOT_PROMPT_123) that lets enter the boot prompt | attilio | 2009-11-12 | 2 | -0/+22 |
* | Close a file descriptor leak in an error case. | brueffer | 2009-10-28 | 1 | -0/+1 |
* | sys/boot/common.c | rodrigc | 2009-06-01 | 1 | -2/+21 |
* | Some of the boot loader code only works on a ufs file system, but it | dfr | 2009-05-28 | 1 | -2/+3 |
* | Add a helper function for loading geli keys from the loader. | thompsa | 2009-02-16 | 2 | -1/+50 |
* | remove a file which is, as far as I can tell, totally unused. | luigi | 2009-01-13 | 1 | -101/+0 |