summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* Hook in new files menusets.4th and manual.dteske2012-11-071-1/+1
* zfs boot: export boot/primary pool and vdev guid all the way to kenvavg2012-10-061-1/+9
* 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
* 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
* 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
* Teach the ZFS use new partitions API when probing.ae2012-08-051-13/+5
* Remove unneeded flag.ae2012-08-051-3/+0
* Import work done under project/nand (@235533) into head.gber2012-05-172-0/+6
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-122-34/+65
* r235154 followup: add stddef.h for offsetofavg2012-05-091-0/+1
* i386 zfsloader: rename LIBZFS to LIBZFSBOOTavg2012-05-091-5/+3
* btxldr: future-proof argument passing from boot1/2-ish to loaderavg2012-05-091-17/+6
* - Whitespaces fixed onlymiwi2011-11-191-3/+3
* New boot loader menus from Devin Teske.julian2011-05-281-0/+5
* Remove support for autoloading ACPI from the loader. Leave in the code tojhb2010-11-081-18/+0
* For consistency, change all 'i386' and MACHINE_ARCH to x86.delphij2010-08-311-1/+1
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* Correctly setup LDADD with regards to libstand. The submitter pointsrpaulo2010-07-221-1/+1
* Improve the algorithm the loader uses to choose a memory range for itsjhb2009-12-071-6/+10
* Various small whitespace and style fixes.jhb2009-12-071-1/+2
* Add new loader console type: "spinconsole". This console selects thesobomax2009-11-271-0/+2
* Create a seperate ZFS enabled loader.rnoland2009-11-231-12/+18
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-092-1/+4
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* Fix building without ZFS (can't find library)ache2008-11-181-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-173-13/+62
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-081-0/+5
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-2/+1
* MFp4: add FireWire/dcons support in loader for i386/amd64.simokawa2007-05-293-3/+22
* Remove an unused variable.ru2006-11-161-2/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-4/+4
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-0/+3
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-281-0/+7
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* For the cases when loading bzip2-compressed kernels enabled use lastsobomax2005-12-211-2/+3
* If LOADER_BZIP2_SUPPORT is defined allocate heap in the 1MB-4MB range tosobomax2005-12-191-2/+13
* Add back some bits.scottl2005-10-302-1/+18
* Cause all flags passed by boot2 to set the respective loader(8)ru2005-09-221-1/+1
* Scan static SMBIOS structures and export the following environmentjkim2005-07-141-0/+3
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* - Add support to the loader for multiple consoles.jhb2005-05-271-4/+8
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-8/+0
* Pick up loader.rc from its old home.ru2004-11-291-1/+1
OpenPOWER on IntegriCloud