summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Document comconsole_port and comconsole_pcidev loader variables.kib2012-01-071-1/+38
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Clean up from the 4.x era.pluknet2011-12-271-3/+3
* Remove the remnants of /stand/sysinstall.pluknet2011-11-031-1/+1
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldpjd2011-10-201-2/+3
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTpjd2011-10-191-1/+1
* Fix buffer overflow in sys/boot/common/util.c's printf(), when printingdim2011-08-081-1/+1
* Since r219452 the alignment of __dmadat has changed, revealing that fsread()marius2011-07-111-31/+35
* Fix r223695 to compile on architectures which don't use the MBR scheme; wrapmarius2011-07-011-5/+16
* Add a version of the FreeBSD bootloader which can run in userland, packageddfr2011-06-305-3/+890
* Minimize backward seeks when trying to load ELF relocatable modules.kan2011-06-191-7/+30
* New boot loader menus from Devin Teske.julian2011-05-281-0/+7
* Disconnect sun4v architecture from the three.attilio2011-05-141-1/+1
* a whitespace nitavg2011-05-071-1/+1
* a whitespace nitavg2011-05-071-1/+1
* Fix a long standing bug where file_load() passes down the global loadaddrmarcel2011-04-041-1/+1
* Add 2 new archsw interfaces:marcel2011-04-034-30/+38
* Revert rev 165325. The arch_maphint interface hasn't been in use formarcel2011-04-031-2/+0
* MFaltix:marcel2011-03-161-1/+3
* Some more shrinking.rdivacky2011-03-101-3/+1
* Rename bcpy() macro to bcopy().pjd2011-02-272-7/+7
* Handle memory allocation failures in include().brucec2011-02-231-0/+11
* In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t.dim2011-02-151-1/+1
* Apply a few small optimizations to boot2's code, to make it shrink adim2011-02-151-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-0/+8
* Give a bit of a hint of the failure (read != expected) but don't makeemaste2010-11-251-1/+1
* Make this printfoutput more verbose.attilio2010-11-231-1/+2
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-081-6/+0
* Correct typos.pjd2010-10-201-2/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* - Split code shared by almost any boot loader into separate files andpjd2010-09-246-0/+770
* Fix build of ppc32 loader.nwhitehorn2010-08-251-1/+1
* Replace structure assignments with explicity memcpy calls. This allowsrpaulo2010-08-241-4/+9
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-4/+4
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+2
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-1/+4
* Formatting nitimp2010-05-101-1/+2
* Remove file system support based on the simple file system protocolmarcel2010-01-091-0/+1
* - Add code allowing a network device to only be open and closed oncemarius2010-01-091-9/+33
* Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNFmarius2010-01-091-10/+1
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-311-0/+19
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesmarius2009-12-241-6/+22
* Add support for memory disk (md). The size of the memory diskmarcel2009-12-132-0/+156
* Introduce a new option (BOOT_PROMPT_123) that lets enter the boot promptattilio2009-11-122-0/+22
* Close a file descriptor leak in an error case.brueffer2009-10-281-0/+1
* sys/boot/common.crodrigc2009-06-011-2/+21
* Some of the boot loader code only works on a ufs file system, but itdfr2009-05-281-2/+3
* Add a helper function for loading geli keys from the loader.thompsa2009-02-162-1/+50
* remove a file which is, as far as I can tell, totally unused.luigi2009-01-131-101/+0
OpenPOWER on IntegriCloud