summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r322628: Fix BSD label partition end sector calculation.oleg2017-09-151-1/+1
* MFC r316754: loader/multiboot: fix multiboot loadingroyger2017-05-092-0/+17
* MFC r316108:ngie2017-03-311-2/+1
* MFC r313982, r314068:pfg2017-03-141-1/+1
* MFC r309369,310850,310853:tsoome2017-02-064-40/+26
* MFC r311929:dim2017-01-251-1/+0
* Add WITH_REPRODUCIBLE_BUILD src.conf(5) knobemaste2017-01-252-2/+21
* MFC r310267: Deduplicate loader vers.c Makefile rulesemaste2017-01-201-0/+5
* MFC r310225: Reduce boot loader version string duplicationemaste2017-01-172-7/+4
* Fix EFI self relocation code for rela architecturesemaste2016-12-281-10/+9
* MFC r307238:bapt2016-11-161-17/+0
* MFC: 304677, 304680, 305125, 305770, 305769bapt2016-10-191-2/+16
* Fix typo.imp2016-05-181-1/+1
* Also add comment about the bug I comments in the forth.imp2016-05-181-0/+8
* Fix several instances where the boot loader ignored pager_outputimp2016-05-186-17/+30
* It sure would be nice to use printf with wide strings. Implement %S toimp2016-05-172-0/+6
* sys/boot/common: use of spaces vs. TAB.pfg2016-05-124-51/+51
* bcache read ahead may attempt to read past end of diskallanjude2016-05-011-8/+39
* 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
OpenPOWER on IntegriCloud