summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r296419 (by kib):dim2016-03-071-0/+3
* MFC r295356 (Partial)smh2016-02-111-1/+1
* MFC boot loader path and RBX constant deduplicationemaste2016-02-092-0/+100
* MFC r281060, r294060, r294291, r294493, r294284:smh2016-01-281-7/+23
* MFC r294506:smh2016-01-281-27/+66
* MFC r293835:smh2016-01-283-11/+37
* MFC r286234 (by trasz):smh2016-01-281-0/+8
* MFC r294059:smh2016-01-281-1/+8
* MFC r281169, r293724, r293796, r294029, r294041, r294058smh2016-01-288-30/+25
* MFC r293461:smh2016-01-251-1/+0
* MFC r277215, r277291, r277418, r280953 and r280954:royger2016-01-204-66/+226
* MFC r292057:ae2016-01-101-0/+6
* MFC r291012:smh2015-11-251-1/+9
* MFC r289896:ngie2015-11-151-4/+8
* MFC r285870:trasz2015-10-181-3/+9
* MFC r283033, r283062, r283066, r283069:ian2015-05-252-28/+51
* MFC r277962, r277988, r282661, r282727, r282731, r283013, r283035:ian2015-05-252-36/+173
* MFC revisions 277693,278335,280382-280385,280923-280926,280931,dteske2015-04-221-10/+0
* MFC r276306: Use proper markup for quotes.ian2015-02-121-2/+3
* MFC r276079, r276087:ian2015-02-112-1/+36
* MFC r274407grehan2014-11-241-0/+22
* MFC r271054:ian2014-10-261-0/+5
* MFC r272749:ae2014-10-151-3/+3
* MFC r272487:ae2014-10-111-0/+3
* MFC r271609: add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pagesavg2014-10-072-0/+112
* MFC r270445:ae2014-09-011-8/+9
* MFC 261504:jhb2014-06-122-0/+2
* MFC r262340, r262345, r262347, find and load an appropriate dtb file.ian2014-04-292-10/+10
* MFC r263468:ae2014-03-311-8/+5
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-2/+2
* Make the check for number of entries less strict.ae2013-08-081-6/+9
* Since we didn't break the loop, we should set i to -1 to start from theae2013-04-211-1/+2
* strncmp for boot code: fix an off by one erroravg2013-04-051-2/+2
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-101-0/+2
* Since ubldr doesn't necessarily load a kernel at the physical address in theian2013-03-091-5/+6
* Fix a typo that prevented booting a kernel that had virtual addresses inian2013-02-271-1/+1
* Adjust the arm kernel entry point address properly regardless of whether theian2013-02-261-6/+17
* Fix the bug I introduced in r247045.kientzle2013-02-252-38/+0
* Add mem_load_raw() for loading data from another location in memory.kientzle2013-02-182-0/+39
* Add bootcamp support to the loader.ae2013-02-101-3/+7
* Bring in some userboot changes from the bhyve branch to reduce diffs.grehan2013-01-081-2/+9
* Hook in new files menusets.4th and manual.dteske2012-11-071-0/+1
* Fix loader crash when some unhalted exception happens during `include`mav2012-10-261-0/+6
* Remove new-line characters from the include() errors to make it consistentmav2012-10-251-2/+2
* When loader tries to open GPT partition, but partition table is not GPT,ae2012-10-221-0/+7
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-212-10/+20
* boot/console: handle consoles that fail to probeavg2012-10-062-10/+17
* Fix the style.ae2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forae2012-09-301-2/+9
* Fix disk_cleanup() to work without DISK_DEBUG too.ae2012-09-301-1/+3
OpenPOWER on IntegriCloud