aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-255-10/+0
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-1/+1
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-6/+1
* Reduce warnings:Xin LI2015-06-261-1/+3
* Install loader(8) and zfsloader(8) only onceBaptiste Daroussin2015-06-191-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-135-0/+75
|\
| * Merge sync of headSimon J. Gerraty2015-05-2729-843/+1055
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1916-46/+459
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-1912-16/+88
| |\ \
| * \ \ Merge from headSimon J. Gerraty2014-05-083-3/+4
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2835-1025/+109
| |\ \ \ \
| * \ \ \ \ Merge head@256308Simon J. Gerraty2013-10-141-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-054-2/+241
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync with HEAD.David E. O'Brien2013-02-0811-62/+59
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-082-0/+28
| * | | | | | | | | Sync from headSimon J. Gerraty2012-11-0418-1228/+485
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-223-0/+42
* | | | | | | | | | | Minor comments fixesThomas Quinot2015-05-161-2/+2
* | | | | | | | | | | Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* | | | | | | | | | | SMBIOS support for EFI.Rui Paulo2015-04-064-13/+51
* | | | | | | | | | | Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-0/+1
* | | | | | | | | | | Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-7/+2
* | | | | | | | | | | Move i386/efi files to new home in efi/loader/arch/i386Ed Maste2015-04-027-751/+0
* | | | | | | | | | | Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-024-8/+8
* | | | | | | | | | | multiboot: fix error codesRoger Pau Monné2015-04-011-4/+4
* | | | | | | | | | | multiboot: zero mod list arrayRoger Pau Monné2015-04-011-0/+7
* | | | | | | | | | | Merging ^/head r279596 through r279758.Dimitry Andric2015-03-071-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | When compiling boot2 with gcc on i386 and pc98, only use the custom flagDimitry Andric2015-03-041-1/+3
* | | | | | | | | | | | Merge ^/head r279163 through r279308.Dimitry Andric2015-02-261-6/+112
|\| | | | | | | | | | |
| * | | | | | | | | | | Improve memory detection in biosmem.cMichael Gmelin2015-02-231-6/+112
* | | | | | | | | | | | Merge ^/head r277956 through r277974.Dimitry Andric2015-01-311-23/+23
|\| | | | | | | | | | |
| * | | | | | | | | | | Fix order of functions in smbios.c (corrects r277949), since this correctsMichael Gmelin2015-01-311-23/+23
* | | | | | | | | | | | Merge ^/head r277945 through r277955.Dimitry Andric2015-01-302-46/+137
|\| | | | | | | | | | |
| * | | | | | | | | | | New function smbios_match to detect BIOS versions during bootMichael Gmelin2015-01-302-46/+137
* | | | | | | | | | | | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' forDimitry Andric2015-01-281-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Fix panic in firewire and creation of invalid config ROM.Will Andrews2015-01-231-5/+9
* | | | | | | | | | | loader: fix the size of MODINFOMD_MODULEPRoger Pau Monné2015-01-201-2/+3
* | | | | | | | | | | loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-158-21/+729
* | | | | | | | | | | Merge ^/head r274961 through r276301.Dimitry Andric2014-12-271-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make this compile when TERM_EMU is not defined.Warner Losh2014-12-221-0/+2
* | | | | | | | | | | | Merge ^/head r275262 through r275363.Dimitry Andric2014-12-011-1/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | Unbreak the code for non-digits below '0' by casting the expressionRoman Divacky2014-11-301-1/+1
* | | | | | | | | | | | Merge ^/head r274961 through r275261.Dimitry Andric2014-11-291-6/+10
|\| | | | | | | | | | |
| * | | | | | | | | | | Shrink boot2 a bit more by factoring out common patternRoman Divacky2014-11-291-6/+10
* | | | | | | | | | | | Merge ^/head r275118 through r275209.Dimitry Andric2014-11-281-2/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | Revert part of r275059. Comparing unsigned 8 bit valueRoman Divacky2014-11-271-2/+1
* | | | | | | | | | | | r274961 through r275075Dimitry Andric2014-11-251-2/+2
|\| | | | | | | | | | |
| * | | | | | | | | | | Fix style(9).Roman Divacky2014-11-251-1/+1
| * | | | | | | | | | | Fix style(9).Roman Divacky2014-11-251-1/+1