aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* pxeboot: Add nfs.read_size tunable.Sepherosa Ziehau2016-09-081-0/+8
* Don't use -N to set the OMAGIC with data and text writeable and dataWarner Losh2016-09-0313-11/+29
* bd_int13probe() should check extended info if sector info is badToomas Soome2016-09-011-4/+19
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-312-20/+19
* The read-ahead code from r298230 made it likely the boot code would readPeter Wemm2016-08-281-9/+10
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-187-40/+62
* Add the missing space between .asciz directive and opening quote for someStephen J. Kiernan2016-08-111-6/+6
* Add kernel environment variables under smbios.system for the followingStephen J. Kiernan2016-08-101-0/+6
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* report sector size and number of sectors in lsdev output for bios disksAndriy Gapon2016-08-041-2/+4
* Fixup the geliboot sector rounding codeAllan Jude2016-05-202-19/+31
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-182-2/+8
* Attempt to fix r299660:Peter Wemm2016-05-171-2/+4
* Put slba and elba under LOADER_GELI_SUPPORT ifdef to mute warning about them ...Enji Cooper2016-05-131-0/+2
* Remove unused const variableEnji Cooper2016-05-131-1/+0
* Add missing prototype for getchar(..)Enji Cooper2016-05-131-0/+1
* Change a rounding operation that had missing braces into a roundup2()Peter Wemm2016-05-031-7/+4
* bcache read ahead may attempt to read past end of diskAllan Jude2016-05-012-3/+38
* sys/boot: spelling fixes in comments.Pedro F. Giffuni2016-04-305-8/+8
* A new implementation of the loader block cacheAllan Jude2016-04-186-19/+65
* Deprecate using hints.acpi.0.rsdp to communicate the RSDP to theWarner Losh2016-04-141-1/+16
* Fix GELIBoot support for GELI sector size is > 512Allan Jude2016-04-062-25/+80
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-2610-10/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-215-0/+10
* If the dhcp server provided an interface-mtu option, transcribe the valueIan Lepore2016-03-211-0/+5
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-1612-42/+571
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-116-6/+6
* Revert r269030. CLEANFILES is already added to .NOPATH since r241298.Bryan Drewery2016-03-111-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-242-4/+0
* Remove dd xfer stats emitted during buildworldEd Maste2016-02-183-4/+4
* Restore kgzldr on i386 onlyEd Maste2016-02-081-0/+4
* Fix mistake when transitioning to the new defines with ZFS loader. IWarner Losh2016-01-273-5/+5
* RBX_ defines are in rbx.h, move it there.Warner Losh2016-01-262-100/+2
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-263-15/+3
* Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ...Allan Jude2016-01-151-29/+0
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-2/+2
* Return call to init_zfs_bootenv to its previous locationAllan Jude2016-01-091-1/+5
* Only call init_zfs_bootenv() when the system was booted with ZFSAllan Jude2016-01-091-6/+12
* Add support for ZFS Boot Environments to userboot (for bhyve and others)Allan Jude2016-01-081-1/+2
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-311-0/+57
* Fix remaining direct tests of the carry flag in the v86 %eflags via aJohn Baldwin2015-12-241-3/+3
* Add missing smbios.h #include to mute a -Wimplicit-function-declaration warningEnji Cooper2015-12-201-0/+1
* Use human readable representation of ip for the pxeboot.ip kenvBaptiste Daroussin2015-12-161-3/+2
* pxeboot: make the tftp loader use the option root-path directiveBaptiste Daroussin2015-12-163-29/+3
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-0116-0/+192
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* Disconnect unused kgzldr from sys/boot/i386Ed Maste2015-11-201-1/+1
* Remove disconnected boot0ext.Bryan Drewery2015-11-203-507/+0
* Change gptldr from relocating 0xfff1 bytes of boot2 to relocating 0x20000Colin Percival2015-10-081-11/+28
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-255-10/+0