aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r316754: loader/multiboot: fix multiboot loadingRoger Pau Monné2017-05-092-0/+17
* MFC r316108:Enji Cooper2017-03-311-2/+1
* MFC r313982, r314068:Pedro F. Giffuni2017-03-141-1/+1
* MFC r309369,310850,310853:Toomas Soome2017-02-064-40/+26
* MFC r311929:Dimitry Andric2017-01-251-1/+0
* Add WITH_REPRODUCIBLE_BUILD src.conf(5) knobEd Maste2017-01-252-2/+21
* MFC r310267: Deduplicate loader vers.c Makefile rulesEd Maste2017-01-201-0/+5
* MFC r310225: Reduce boot loader version string duplicationEd Maste2017-01-172-7/+4
* Fix EFI self relocation code for rela architecturesEd Maste2016-12-281-10/+9
* MFC r307238:Baptiste Daroussin2016-11-161-17/+0
* MFC: 304677, 304680, 305125, 305770, 305769Baptiste Daroussin2016-10-191-2/+16
* 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-209/+283
* 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-27/+66
* 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