summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the code for non-digits below '0' by casting the expressionrdivacky2014-11-301-1/+1
* Shrink boot2 a bit more by factoring out common patternrdivacky2014-11-291-6/+10
* Revert part of r275059. Comparing unsigned 8 bit valuerdivacky2014-11-271-2/+1
* 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
* 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
* mdoc: fix AUTHORS section.joel2014-06-091-2/+2
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-085-0/+10
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-062-2/+2
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-1/+2
* Re-indent break statement.brueffer2014-04-141-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-139-9/+9
* Support UEFI booting on amd64 via loader.efiemaste2014-04-048-932/+0
* Build boot/ficl as 64-bit library on amd64emaste2014-04-032-0/+8
* Put each source file on a separate lineemaste2014-04-031-2/+12
* Merge r246607 by benno from projects/uefiemaste2014-03-311-3/+3
* howto_names: unify declarationroyger2014-03-112-46/+2
* Build a 32-bit libstand under sys/boot/emaste2014-02-065-0/+9
* Describe the use of a freebsd-boot GPT partition, brought up by Scotwblock2014-02-051-4/+11
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-3/+0
* Similar to r130943 for cdboot.S, update the license on this file to ajhb2014-02-051-8/+19
* Make comconsole options set before its activation to be remembered.mav2014-01-201-4/+4
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-054-4/+11
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passeddim2013-12-305-13/+14
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-262-5/+7
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-302-4/+4
* Purely cosmetic change: order DT_REL* and DT_RELA* consistently.emaste2013-11-281-1/+1
* Add a try-include word (which acts the same as "include") and use it todteske2013-11-171-0/+1
* Defer loading of kernel and modules if the beastie menu is enabled. Add adteske2013-11-041-1/+1
* Allow users to set UUID in network byte order regardless of SMBIOS version.jkim2013-10-222-6/+13
* Sanitize the %eflags returned by BIOS routines. Some BIOS routines enterjhb2013-10-101-2/+5
* Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knobbdrewery2013-09-291-1/+1
* Set the hint for physical address of RSDP in hexadecimal as before r223262.jkim2013-08-231-1/+1
* Add descriptions to the FILES list, fix some mdoc complaints, move thewblock2013-07-031-5/+7
OpenPOWER on IntegriCloud