summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* MFC r316754: loader/multiboot: fix multiboot loadingroyger2017-05-091-0/+42
* MFC r309369,310850,310853:tsoome2017-02-063-15/+15
* MFC r308477:bapt2016-11-161-4/+5
* MFC: 304677, 304680, 305125, 305770, 305769bapt2016-10-191-16/+19
* MFC r303738: report sector size and number of sectors in lsdev outputavg2016-09-061-2/+4
* MFC r304966 (peter):gjb2016-09-011-9/+10
* Fixup the geliboot sector rounding codeallanjude2016-05-201-14/+25
* Fix several instances where the boot loader ignored pager_outputimp2016-05-182-2/+8
* bcache read ahead may attempt to read past end of diskallanjude2016-05-012-3/+38
* sys/boot: spelling fixes in comments.pfg2016-04-302-4/+4
* A new implementation of the loader block cacheallanjude2016-04-184-15/+60
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-1/+16
* Fix GELIBoot support for GELI sector size is > 512allanjude2016-04-061-6/+30
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-261-1/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-03-211-0/+1
* If the dhcp server provided an interface-mtu option, transcribe the valueian2016-03-211-0/+5
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-162-3/+181
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* Enable warnings in EFI boot codesmh2016-01-121-2/+2
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningngie2015-12-201-0/+1
* Use human readable representation of ip for the pxeboot.ip kenvbapt2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-162-24/+3
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+13
* SMBIOS support for EFI.rpaulo2015-04-063-11/+48
* multiboot: fix error codesroyger2015-04-011-4/+4
* multiboot: zero mod list arrayroyger2015-04-011-0/+7
* Merge ^/head r279163 through r279308.dim2015-02-261-6/+112
|\
| * Improve memory detection in biosmem.cgrembo2015-02-231-6/+112
* | Merge ^/head r277956 through r277974.dim2015-01-311-23/+23
|\ \ | |/
| * Fix order of functions in smbios.c (corrects r277949), since this correctsgrembo2015-01-311-23/+23
| * New function smbios_match to detect BIOS versions during bootgrembo2015-01-302-46/+137
* | Merge ^/head r277945 through r277955.dim2015-01-302-46/+137
* | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-2/+2
|/
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-2/+3
* loader: implement multiboot support for Xen Dom0royger2015-01-157-21/+725
* Make this compile when TERM_EMU is not defined.imp2014-12-221-0/+2
* Add support for serial and null console to UEFI boot loader.ambrisko2014-09-121-0/+8
* Add support for calling pcibios routines from theimp2014-09-102-24/+105
* 1. Suppress output for the TFTP-based PXE loader, but leave it inmarcel2014-07-271-4/+15
* Give loaders more control over the Forth initialization process. Inmarcel2014-07-272-0/+24
* don't set CR4 PSE bit on amd64royger2014-07-231-1/+1
* Supress clang warning for FreeBSD printf %b and %D formatssbruno2014-07-221-0/+3
* howto_names: unify declarationroyger2014-03-111-23/+1
* Make comconsole options set before its activation to be remembered.mav2014-01-201-4/+4
* Allow users to set UUID in network byte order regardless of SMBIOS version.jkim2013-10-222-6/+13
* Set the hint for physical address of RSDP in hexadecimal as before r223262.jkim2013-08-231-1/+1
* Always update the hw.uart.console hint anytime a change is made to thejhb2013-01-231-18/+7
* Quiesce some clang warnings while we're here doing stuff.sbruno2013-01-143-2/+9
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-211-3/+7
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
OpenPOWER on IntegriCloud