summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC r322329:rlibby2017-09-071-0/+1
* MFC r309412,r316109,r316132:ngie2017-05-283-6/+8
* MFC r316754: loader/multiboot: fix multiboot loadingroyger2017-05-091-0/+42
* MFC r309369,310850,310853:tsoome2017-02-064-17/+17
* MFC r310845: boot2 will deadlock if extended keys are used on text inputtsoome2017-02-061-15/+34
* 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 r310702: btxldr: process all PT_LOAD segments, not just the first twoemaste2017-01-111-7/+1
* MFC r310661: loader: use strip -o instead of cp and strip in placeemaste2017-01-041-2/+1
* MFC r308089: zfsbootcfg: a simple tool to set next boot (one time)avg2016-11-215-9/+130
* MFC r308477:bapt2016-11-161-4/+5
* MFC: 304677, 304680, 305125, 305770, 305769bapt2016-10-192-20/+19
* MFC 305588sephe2016-10-171-0/+8
* MFC r303891, r303892:pfg2016-09-081-1/+1
* MFC r303738: report sector size and number of sectors in lsdev outputavg2016-09-061-2/+4
* MFC r304966 (peter):gjb2016-09-011-9/+10
* 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
OpenPOWER on IntegriCloud