aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Warner Losh2016-05-181-1/+1
* Also add comment about the bug I comments in the forth.Warner Losh2016-05-181-0/+8
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-186-17/+30
* It sure would be nice to use printf with wide strings. Implement %S toWarner Losh2016-05-172-0/+6
* sys/boot/common: use of spaces vs. TAB.Pedro F. Giffuni2016-05-124-51/+51
* bcache read ahead may attempt to read past end of diskAllan Jude2016-05-011-8/+39
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-5/+6
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-185-208/+282
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader andKonstantin Belousov2016-04-081-1/+1
* If the dhcp server provided an interface-mtu option, transcribe the valueIan Lepore2016-03-211-0/+6
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-164-3/+4
* Since kernel modules can now contain sections of type SHT_AMD64_UNWIND,Dimitry Andric2016-03-061-0/+3
* Fix ubldr build failure on mipsn32 and mipsn32el targets.Stanislav Galabov2016-03-041-1/+1
* Fix build failure introduced by r296182Stanislav Galabov2016-02-291-1/+0
* These changes attempt to put things in order before the introduction of MIPSStanislav Galabov2016-02-292-2/+3
* Don't set the offset when loading the kernel on the arm loader.efi. TheAndrew Turner2016-02-091-1/+6
* Fix EFI platform build failuresSteven Hartland2016-02-061-1/+1
* Fix mistake when transitioning to the new defines with ZFS loader. IWarner Losh2016-01-271-1/+1
* RBX_ defines are in rbx.h, move it there.Warner Losh2016-01-261-0/+61
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-0/+39
* Prevent loader.conf load failure due to unknown console entriesSteven Hartland2016-01-211-26/+65
* Fix EFI UFS cachingSteven Hartland2016-01-211-7/+23
* Ensure boot fsread correctly probes all partitionsSteven Hartland2016-01-151-1/+8
* Make common boot file_loadraw name parameter constSteven Hartland2016-01-152-8/+7
* Improve non-interactive forth cmd error reportingSteven Hartland2016-01-133-11/+37
* Enable warnings in EFI boot codeSteven Hartland2016-01-127-22/+18
* Remove hidden "Not ufs" printfs from boot codeSteven Hartland2016-01-091-1/+0
* Make detection of GPT a bit more reliable.Andrey V. Elsukov2015-12-101-1/+6
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* Implement simple ops for umass_diskZbigniew Bodek2015-11-272-0/+46
* Document loader(8) dumpdev optionSteven Hartland2015-11-181-1/+9
* Make vers.c creation atomic by using a temporary file, then movingEnji Cooper2015-10-241-4/+8
* Fix a problem which made loader(8) load non-kld files twice.Edward Tomasz Napierala2015-08-031-0/+8
* Document md_root in loader(8). The md(4) manual page mentions it,Edward Tomasz Napierala2015-07-251-3/+9
* Install loader(8) and zfsloader(8) only onceBaptiste Daroussin2015-06-192-5/+10
* Refactor net_getparams() to make it easier to get params from sources otherIan Lepore2015-05-182-28/+51
* An ARM kernel can be loaded at any 2MB boundary, make ubldr aware of that.Ian Lepore2015-05-171-16/+19
* The self-relocation code is not efi-specific, move it to boot/common.Ian Lepore2015-05-101-0/+123
* Small change in header order to allow this to compile.Scott Long2015-04-271-1/+1
* Add support for arm64 to loader.efi and boot1.efiAndrew Turner2015-04-141-0/+2
* Make sure forth manpages are only installed once.Baptiste Daroussin2015-04-041-10/+0
* Add code to support loading relocatable kernels at offsets that are notNathan Whitehorn2015-01-311-5/+8
* Add support for booting relocatable kernels on PowerPC.Nathan Whitehorn2015-01-311-19/+27
* loader: use correct types for parse_modmetadataRoger Pau Monné2015-01-171-4/+4
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-154-66/+226
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forWarner Losh2015-01-151-0/+1
* mdoc: remove EOL whitespace.Joel Dahl2014-12-291-1/+1