summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: make use of the howmany() macro when available.pfg2016-04-261-5/+6
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* sys/boot: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* A new implementation of the loader block cacheallanjude2016-04-185-209/+283
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader andkib2016-04-081-1/+1
* If the dhcp server provided an interface-mtu option, transcribe the valueian2016-03-211-0/+6
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-164-3/+4
* Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,dim2016-03-061-0/+3
* Fix ubldr build failure on mipsn32 and mipsn32el targets.sgalabov2016-03-041-1/+1
* Fix build failure introduced by r296182sgalabov2016-02-291-1/+0
* These changes attempt to put things in order before the introduction of MIPSsgalabov2016-02-292-2/+3
* Don't set the offset when loading the kernel on the arm loader.efi. Theandrew2016-02-091-1/+6
* Fix EFI platform build failuressmh2016-02-061-1/+1
* Fix mistake when transitioning to the new defines with ZFS loader. Iimp2016-01-271-1/+1
* RBX_ defines are in rbx.h, move it there.imp2016-01-261-0/+61
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-261-0/+39
* Prevent loader.conf load failure due to unknown console entriessmh2016-01-211-27/+66
* Fix EFI UFS cachingsmh2016-01-211-7/+23
* Ensure boot fsread correctly probes all partitionssmh2016-01-151-1/+8
* Make common boot file_loadraw name parameter constsmh2016-01-152-8/+7
* Improve non-interactive forth cmd error reportingsmh2016-01-133-11/+37
* Enable warnings in EFI boot codesmh2016-01-127-22/+18
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-091-1/+0
* Make detection of GPT a bit more reliable.ae2015-12-101-1/+6
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+11
* Implement simple ops for umass_diskzbb2015-11-272-0/+46
* Document loader(8) dumpdev optionsmh2015-11-181-1/+9
* Make vers.c creation atomic by using a temporary file, then movingngie2015-10-241-4/+8
* Fix a problem which made loader(8) load non-kld files twice.trasz2015-08-031-0/+8
* Document md_root in loader(8). The md(4) manual page mentions it,trasz2015-07-251-3/+9
* Install loader(8) and zfsloader(8) only oncebapt2015-06-192-5/+10
* Refactor net_getparams() to make it easier to get params from sources otherian2015-05-182-28/+51
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.ian2015-05-171-16/+19
* The self-relocation code is not efi-specific, move it to boot/common.ian2015-05-101-0/+123
* Small change in header order to allow this to compile.scottl2015-04-271-1/+1
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-141-0/+2
* Make sure forth manpages are only installed once.bapt2015-04-041-10/+0
* Add code to support loading relocatable kernels at offsets that are notnwhitehorn2015-01-311-5/+8
* Add support for booting relocatable kernels on PowerPC.nwhitehorn2015-01-311-19/+27
* loader: use correct types for parse_modmetadataroyger2015-01-171-4/+4
* loader: implement multiboot support for Xen Dom0royger2015-01-154-66/+226
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forimp2015-01-151-0/+1
* mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* Use the proper markup for single quotes.ian2014-12-271-2/+3
* Add a new loader(8) variable, twiddle_divisor, allowing control over theian2014-12-222-1/+36
* The current limit of 100k for the linker hints file is getting a bitimp2014-11-291-1/+1
* Misc mdoc fixes:joel2014-11-231-3/+0
* Fix incorrect reading of 32-bit modinfo by 64-bit loaders.grehan2014-11-111-0/+22
* In alloc_pread() and kern_pread(), print errors only when DEBUG ismarcel2014-11-051-0/+10
OpenPOWER on IntegriCloud