summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixup the geliboot sector rounding codeallanjude2016-05-202-19/+31
* Fix several instances where the boot loader ignored pager_outputimp2016-05-182-2/+8
* Attempt to fix r299660:peter2016-05-171-2/+4
* Put slba and elba under LOADER_GELI_SUPPORT ifdef to mute warning about them ...ngie2016-05-131-0/+2
* Remove unused const variablengie2016-05-131-1/+0
* Add missing prototype for getchar(..)ngie2016-05-131-0/+1
* Change a rounding operation that had missing braces into a roundup2()peter2016-05-031-7/+4
* bcache read ahead may attempt to read past end of diskallanjude2016-05-012-3/+38
* sys/boot: spelling fixes in comments.pfg2016-04-305-8/+8
* A new implementation of the loader block cacheallanjude2016-04-186-19/+65
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theimp2016-04-141-1/+16
* Fix GELIBoot support for GELI sector size is > 512allanjude2016-04-062-25/+80
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-2610-10/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-03-215-0/+10
* If the dhcp server provided an interface-mtu option, transcribe the valueian2016-03-211-0/+5
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootallanjude2016-03-1612-42/+571
* Add more .NOMETA missed in r291320bdrewery2016-03-116-6/+6
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.bdrewery2016-03-111-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-242-4/+0
* Remove dd xfer stats emitted during buildworldemaste2016-02-183-4/+4
* Restore kgzldr on i386 onlyemaste2016-02-081-0/+4
* Fix mistake when transitioning to the new defines with ZFS loader. Iimp2016-01-273-5/+5
* RBX_ defines are in rbx.h, move it there.imp2016-01-262-100/+2
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-263-15/+3
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...allanjude2016-01-151-29/+0
* Enable warnings in EFI boot codesmh2016-01-121-2/+2
* 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
* Fix remaining direct tests of the carry flag in the v86 %eflags via ajhb2015-12-241-3/+3
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningngie2015-12-201-0/+1
* Use human readable representation of ip for the pxeboot.ip kenvbapt2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-163-29/+3
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-0116-0/+192
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-2/+2
* Disconnect unused kgzldr from sys/boot/i386emaste2015-11-201-1/+1
* Remove disconnected boot0ext.bdrewery2015-11-203-507/+0
* Change gptldr from relocating 0xfff1 bytes of boot2 to relocating 0x20000cperciva2015-10-081-11/+28
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-255-10/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-255-10/+0
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-271-1/+1
* Remove guards around overwriting loader.rc and menu.rcallanjude2015-08-061-6/+1
* Reduce warnings:delphij2015-06-261-1/+3
* Install loader(8) and zfsloader(8) only oncebapt2015-06-191-0/+1
* Add META_MODE support.sjg2015-06-135-0/+75
|\
| * Merge sync of headsjg2015-05-2729-843/+1055
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1916-46/+459
| |\
| * \ Merge head from 7/28sjg2014-08-1912-16/+88
| |\ \
| * \ \ Merge from headsjg2014-05-083-3/+4
| |\ \ \
OpenPOWER on IntegriCloud