summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC r261522:wblock2014-02-101-4/+11
* MFC r260949:mav2014-02-071-4/+4
* MFC r258779,r258780,r258787,r258822:eadler2014-02-042-4/+4
* MFC r260334:dim2014-01-094-4/+11
* MFC r260095:dim2014-01-045-13/+14
* MFC r257532 (by adrian):dim2013-12-302-5/+7
* MFC 256293:jhb2013-10-151-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
* Remove unnecessary initializations. The BSS of boot2 is in factjhb2012-06-011-2/+2
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-291-0/+1
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-252-8/+6
* Import work done under project/nand (@235533) into head.gber2012-05-172-0/+6
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-126-55/+133
* Fix sys/boot/i386/cdboot/cdboot.S compilation with clang after r235219.dim2012-05-111-0/+4
* cdboot, pxeldr: make use of bootargs.h instead of redefining flag constantsavg2012-05-104-11/+8
* r235154 followup: add stddef.h for offsetofavg2012-05-091-0/+1
OpenPOWER on IntegriCloud