summaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/conf.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-159/+0
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-4/+0
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-0/+4
* Move NFS and TFTP filesystems before the synthetic filesystems (bzip,John Baldwin2014-11-111-7/+7
* Reduce the number of attempts to detect proper kld format for the amd64Andrey V. Elsukov2012-09-301-0/+6
* Disable splitfs support, since we aren't support floppies for a longAndrey V. Elsukov2012-09-291-0/+2
* Slightly reduce an overhead for the open() call in the zfsloader.Andrey V. Elsukov2012-09-111-3/+3
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+3
* zfsboot/zfsloader: support accessing filesystems within a poolAndriy Gapon2012-05-121-8/+3
* Add new loader console type: "spinconsole". This console selects theMaxim Sobolev2009-11-271-0/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-0/+14
* MFp4: add FireWire/dcons support in loader for i386/amd64.Hidetoshi Shimokawa2007-05-291-0/+13
* Add the loader side of support for preloading ELF relocatable objectIan Dowse2004-08-291-0/+4
* Use __FBSDID().David E. O'Brien2003-08-251-2/+3
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-011-0/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatPeter Wemm2002-08-291-2/+0
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-0/+1
* Hook up the bioscd driver and the cd9660 filesystem.John Baldwin2001-11-051-0/+2
* Add support for loading bzip2-compressed kernels and modules. This supportMaxim Sobolev2001-09-181-0/+5
* Add support for the "nullconsole" console type, for systems withArchie Cobbs2000-09-201-0/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-3/+3
* Teach the loader about the ext2fs filesystem, extended partitions, andJonathan Lemon2000-04-291-0/+1
* Make PXE use the UDP API. This allows for both TFTP and NFS support.Paul Saab2000-04-081-2/+12
* Mega i386 loader commit.John Baldwin2000-03-281-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable the PCI BIOS PnP enumerator.Mike Smith1998-10-231-3/+3
* Add a dependancy on the BTX crt0 objectMike Smith1998-10-221-1/+3
* - Enable PnP and ISA PnP code.Mike Smith1998-10-211-2/+2
* Enable the DOS filesystem. NOTE: you will have to rebuild libstand inMike Smith1998-10-071-3/+1
* Turn on i386-elfPeter Wemm1998-09-301-1/+3
* Reactivate the a.out kernel loader code.Peter Wemm1998-09-281-2/+2
* Enable the biosdisk driver, duplicate -lstand as it both calls and is calledMike Smith1998-09-181-2/+2
* Initial integration of the i386 bootloader and BTX.Mike Smith1998-09-171-3/+3
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-1/+10
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+85