summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new gptboot(8) man page. Factor out the redundant informationwblock2013-07-012-0/+237
* When rebooting (exiting) from the BTX loader, make sure to restore thedim2013-04-241-1/+1
* Always update the hw.uart.console hint anytime a change is made to thejhb2013-01-231-18/+7
* Fix linking of loader.efi.benno2013-01-221-1/+1
* Quiesce some clang warnings while we're here doing stuff.sbruno2013-01-143-2/+9
* amd64 only has rela sections.rpaulo2012-12-171-12/+12
* Make this work for 64 bit binaries.rpaulo2012-12-071-9/+22
* Remove dead code that clang refuses to compile.rpaulo2012-12-051-10/+0
* boot: use packed attribute for edd_params* structures and their substructuresavg2012-11-141-5/+5
* Shrink boot2 by 8 bytes, by eliminating some unneeded instructions indim2012-11-081-4/+2
* Hook in new files menusets.4th and manual.dteske2012-11-071-1/+1
* Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-211-3/+7
* boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-201-2/+2
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-066-20/+35
* i386 comconsole: don't loop forever if hardware doesn't respondavg2012-10-061-14/+22
* zfsboot: simplify probe_drive() a little bitavg2012-10-061-27/+13
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-062-2/+20
* zfsboot: use the same zfs dataset naming format as loaderavg2012-10-061-32/+53
* zfs boot: add lszfs command to i386 loaderavg2012-10-061-0/+23
* Reduce the number of attempts to detect proper kld format for the amd64ae2012-09-302-0/+7
* Almost each time when loader opens a file, this leads to callingae2012-09-291-1/+9
* Disable splitfs support, since we aren't support floppies for a longae2012-09-291-0/+2
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* a bit of trailing whitespace cleanupavg2012-09-111-7/+7
* Slightly reduce an overhead for the open() call in the zfsloader.ae2012-09-111-3/+3
* After r239066, reinitialize v86.ctl and v86.addr for int 13 EDD probingdim2012-08-131-0/+2
* Add another debug message.ae2012-08-121-0/+2
* Teach the ZFS use new partitions API when probing.ae2012-08-051-13/+5
* Remove unneeded flag.ae2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withae2012-08-054-1070/+243
* When GPT signature is invalid in the primary GPT header, then try toae2012-08-051-7/+36
OpenPOWER on IntegriCloud