summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/loader
Commit message (Expand)AuthorAgeFilesLines
* MFC r310267: Deduplicate loader vers.c Makefile rulesemaste2017-01-201-5/+2
* MFC r310225: Reduce boot loader version string duplicationemaste2017-01-171-4/+2
* MFC r310661: loader: use strip -o instead of cp and strip in placeemaste2017-01-041-2/+1
* MFC: 304677, 304680, 305125, 305770, 305769bapt2016-10-191-4/+0
* A new implementation of the loader block cacheallanjude2016-04-181-2/+2
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-03-211-0/+1
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-162-4/+38
* Add more .NOMETA missed in r291320bdrewery2016-03-111-1/+1
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.bdrewery2016-03-111-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-2/+0
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-151-29/+0
* Return call to init_zfs_bootenv to its previous locationallanjude2016-01-091-1/+5
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-091-6/+12
* Add support for ZFS Boot Environments to userboot (for bhyve and others)allanjude2016-01-081-1/+2
* Introduce the ZFS Boot Environments menu to the loader menuallanjude2015-12-311-0/+57
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-161-5/+0
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+11
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Remove guards around overwriting loader.rc and menu.rcallanjude2015-08-061-6/+1
* Install loader(8) and zfsloader(8) only oncebapt2015-06-191-0/+1
* Add META_MODE support.sjg2015-06-131-0/+15
|\
| * Merge sync of headsjg2015-05-273-8/+9
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-9/+11
| |\
| * \ Merge head from 7/28sjg2014-08-192-2/+9
| |\ \
| * \ \ Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-282-1/+8
| |\ \ \ \
| * \ \ \ \ Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-043-40/+55
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | SMBIOS support for EFI.rpaulo2015-04-061-2/+3
* | | | | | | | Revert .PATH changes to fix mips build.jkim2015-04-031-0/+1
* | | | | | | | Install newly added brand-*.4th and logo-*.4th files and reduce duplication.jkim2015-04-021-7/+2
* | | | | | | | loader: implement multiboot support for Xen Dom0royger2015-01-151-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Move NFS and TFTP filesystems before the synthetic filesystems (bzip,jhb2014-11-111-7/+7
* | | | | | | Add support for calling pcibios routines from theimp2014-09-102-0/+4
* | | | | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Give loaders more control over the Forth initialization process. Inmarcel2014-07-271-1/+6
* | | | | | Add .NOPATH to the machine target so that builds in sys/boot work and don'tsbruno2014-07-231-1/+1
* | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Build boot/ficl as 64-bit library on amd64emaste2014-04-031-0/+4
* | | | Build a 32-bit libstand under sys/boot/emaste2014-02-061-0/+2
* | | | Add a try-include word (which acts the same as "include") and use it todteske2013-11-171-0/+1
* | | | Defer loading of kernel and modules if the beastie menu is enabled. Add adteske2013-11-041-1/+1
| |_|/ |/| |
* | | 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
OpenPOWER on IntegriCloud