summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Minor comments fixesthomas2015-05-161-2/+2
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* SMBIOS support for EFI.rpaulo2015-04-064-13/+51
* Revert .PATH changes to fix mips build.jkim2015-04-031-0/+1
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.jkim2015-04-021-7/+2
* Move i386/efi files to new home in efi/loader/arch/i386emaste2015-04-027-751/+0
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-024-8/+8
* multiboot: fix error codesroyger2015-04-011-4/+4
* multiboot: zero mod list arrayroyger2015-04-011-0/+7
* Merging ^/head r279596 through r279758.dim2015-03-071-1/+3
|\
| * When compiling boot2 with gcc on i386 and pc98, only use the custom flagdim2015-03-041-1/+3
* | 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
|/
* Fix panic in firewire and creation of invalid config ROM.will2015-01-231-5/+9
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-2/+3
* loader: implement multiboot support for Xen Dom0royger2015-01-158-21/+729
* Merge ^/head r274961 through r276301.dim2014-12-271-0/+2
|\
| * Make this compile when TERM_EMU is not defined.imp2014-12-221-0/+2
| * Unbreak the code for non-digits below '0' by casting the expressionrdivacky2014-11-301-1/+1
* | Merge ^/head r275262 through r275363.dim2014-12-011-1/+1
* | Merge ^/head r274961 through r275261.dim2014-11-291-6/+10
|\ \ | |/
| * Shrink boot2 a bit more by factoring out common patternrdivacky2014-11-291-6/+10
* | Merge ^/head r275118 through r275209.dim2014-11-281-2/+1
|\ \ | |/
| * Revert part of r275059. Comparing unsigned 8 bit valuerdivacky2014-11-271-2/+1
* | r274961 through r275075dim2014-11-251-2/+2
|\ \ | |/
| * Fix style(9).rdivacky2014-11-251-1/+1
| * Fix style(9).rdivacky2014-11-251-1/+1
| * Shrink boot2 by a couple more bytes.rdivacky2014-11-251-9/+14
* | Ensure boot2 stays below the limit, by applying a patch from Romandim2014-11-242-13/+18
|/
* Misc mdoc fixes:joel2014-11-231-3/+3
* Move NFS and TFTP filesystems before the synthetic filesystems (bzip,jhb2014-11-111-7/+7
* Correct grammos.schweikh2014-10-151-3/+3
* Properly NUL-terminate the on-stack buffer for reading /boot.configmarcel2014-10-091-3/+5
* Remove extra '\'.nyan2014-09-281-1/+1
* Remove obsolete compatibility glue and improve firewire code readability.kan2014-09-271-1/+1
* add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pagesavg2014-09-154-0/+328
* 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-104-24/+109
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-195-10/+0
* 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-273-1/+30
* Add .NOPATH to the machine target so that builds in sys/boot work and don'tsbruno2014-07-231-1/+1
* 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
* Make SERIAL support optional again. Enable it for i386 because a hugeimp2014-07-101-7/+26
OpenPOWER on IntegriCloud