summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/zfsboot
Commit message (Expand)AuthorAgeFilesLines
* Build a 32-bit libstand under sys/boot/emaste2014-02-061-0/+2
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+3
* For sys/boot/i386 and sys/boot/pc98, separate flags to be passeddim2013-12-301-3/+3
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-061-2/+4
* 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-061-1/+11
* zfsboot: use the same zfs dataset naming format as loaderavg2012-10-061-32/+53
* zfsboot/zfsloader: support accessing filesystems within a poolavg2012-05-121-17/+50
* i386 boot: consolidate MAXBDDEV definitionavg2012-05-091-2/+0
* btxldr: future-proof argument passing from boot1/2-ish to loaderavg2012-05-091-3/+1
* zfsboot: honor -q if it's present in boot.configavg2012-04-161-2/+8
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-5/+4
* zfsboot: print boot.config contents before parsing itavg2011-12-041-2/+2
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-181-2/+4
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-131-17/+2
* When building some of the boot loaders with clang, and DEBUG_FLAGS ordim2011-07-171-0/+3
* Revert the entry point label to 'start' to unbreak the build.jhb2011-06-272-3/+3
* - Remove the fake BPB from zfsldr. zfsldr doesn't support booting fromjhb2011-06-272-82/+31
* The recent change to increase the zfsboot size to 64k made a few BIOSesjhb2011-06-231-62/+63
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-1/+1
* Due to space constraints, the UFS boot2 and boot1 use an evil hack wherejhb2011-04-282-123/+26
* Remove all object files during 'make clean'.ae2011-04-211-1/+2
* The size of zfsboot2 grown up to 64 Kbytes in r219089.ae2011-03-162-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-1/+1
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.dim2011-02-271-2/+0
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+7
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-051-1/+0
* - Split code shared by almost any boot loader into separate files andpjd2010-09-242-412/+24
* Before VirtualBox is fixed, mark with #ifdef what has to be done to makepjd2010-09-171-2/+7
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* - Set 'dmadat' earlier so that we properly setup the heap if we fail tojhb2010-05-211-4/+6
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-261-1/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andjhb2009-12-091-3/+3
* - Port bios_getmem() from libi386 to {gpt,}zfsboot() and use it tojhb2009-12-091-20/+111
* Create a seperate ZFS enabled loader.rnoland2009-11-231-1/+1
* Always use 64-bit LBAs for disk addresses in zfsboot and gptzfsboot tojhb2009-11-202-14/+14
* Correct some issues with zfs boot.rnoland2009-10-231-4/+19
* Use zfs_read() instead of xfsread() to read /boot.config. xfsread() failsjhb2009-10-141-1/+1
* Add support for booting from raidz1 and raidz2 pools.dfr2009-05-161-14/+22
* Use full 64bit arithmetic when converting file offsets to block numbers - fixesdfr2008-12-171-1/+1
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerdfr2008-11-191-1/+106
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-173-0/+1454
OpenPOWER on IntegriCloud