summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTavg2012-05-091-5/+3
* i386 boot: consolidate MAXBDDEV definitionavg2012-05-093-4/+2
* btxldr: future-proof argument passing from boot1/2-ish to loaderavg2012-05-099-34/+99
* sys/boot: add common CTASSERT definitionavg2012-05-091-10/+1
* Build a 32-bit EFI loader on amd64. This to match the rest of themarcel2012-04-201-2/+9
* zfsboot: honor -q if it's present in boot.configavg2012-04-161-2/+8
* Make boot2 build with Clang again.jkim2012-03-091-4/+2
* Add a note to clarify why we create a relocated copy of boot1 in lowerjhb2012-03-061-1/+4
* Fix boot2 to handle boot config files that only contain a custom path tojhb2012-03-051-6/+15
* Fix a long standing bug. The caller expects a non-zero value for success.jkim2012-02-291-2/+2
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-289-51/+39
* Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such thatsbruno2012-01-191-0/+2
OpenPOWER on IntegriCloud