| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r309369,310850,310853: | tsoome | 2017-02-06 | 4 | -17/+17 |
* | MFC r310845: boot2 will deadlock if extended keys are used on text input | tsoome | 2017-02-06 | 1 | -15/+34 |
* | MFC r310267: Deduplicate loader vers.c Makefile rules | emaste | 2017-01-20 | 1 | -5/+2 |
* | MFC r310225: Reduce boot loader version string duplication | emaste | 2017-01-17 | 1 | -4/+2 |
* | MFC r310702: btxldr: process all PT_LOAD segments, not just the first two | emaste | 2017-01-11 | 1 | -7/+1 |
* | MFC r310661: loader: use strip -o instead of cp and strip in place | emaste | 2017-01-04 | 1 | -2/+1 |
* | MFC r308089: zfsbootcfg: a simple tool to set next boot (one time) | avg | 2016-11-21 | 5 | -9/+130 |
* | MFC r308477: | bapt | 2016-11-16 | 1 | -4/+5 |
* | MFC: 304677, 304680, 305125, 305770, 305769 | bapt | 2016-10-19 | 2 | -20/+19 |
* | MFC 305588 | sephe | 2016-10-17 | 1 | -0/+8 |
* | MFC r303891, r303892: | pfg | 2016-09-08 | 1 | -1/+1 |
* | MFC r303738: report sector size and number of sectors in lsdev output | avg | 2016-09-06 | 1 | -2/+4 |
* | MFC r304966 (peter): | gjb | 2016-09-01 | 1 | -9/+10 |
* | Fixup the geliboot sector rounding code | allanjude | 2016-05-20 | 2 | -19/+31 |
* | Fix several instances where the boot loader ignored pager_output | imp | 2016-05-18 | 2 | -2/+8 |
* | Attempt to fix r299660: | peter | 2016-05-17 | 1 | -2/+4 |
* | Put slba and elba under LOADER_GELI_SUPPORT ifdef to mute warning about them ... | ngie | 2016-05-13 | 1 | -0/+2 |
* | Remove unused const variable | ngie | 2016-05-13 | 1 | -1/+0 |
* | Add missing prototype for getchar(..) | ngie | 2016-05-13 | 1 | -0/+1 |
* | Change a rounding operation that had missing braces into a roundup2() | peter | 2016-05-03 | 1 | -7/+4 |
* | bcache read ahead may attempt to read past end of disk | allanjude | 2016-05-01 | 2 | -3/+38 |
* | sys/boot: spelling fixes in comments. | pfg | 2016-04-30 | 5 | -8/+8 |
* | A new implementation of the loader block cache | allanjude | 2016-04-18 | 6 | -19/+65 |
* | Deprecate using hints.acpi.0.rsdp to communicate the RSDP to the | imp | 2016-04-14 | 1 | -1/+16 |
* | Fix GELIBoot support for GELI sector size is > 512 | allanjude | 2016-04-06 | 2 | -25/+80 |
* | Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. | bdrewery | 2016-03-26 | 10 | -10/+0 |
* | DIRDEPS_BUILD: Update dependencies. | bdrewery | 2016-03-21 | 5 | -0/+10 |
* | If the dhcp server provided an interface-mtu option, transcribe the value | ian | 2016-03-21 | 1 | -0/+5 |
* | Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot | allanjude | 2016-03-16 | 12 | -42/+571 |
* | Add more .NOMETA missed in r291320 | bdrewery | 2016-03-11 | 6 | -6/+6 |
* | Revert r269030. CLEANFILES is already added to .NOPATH since r241298. | bdrewery | 2016-03-11 | 1 | -1/+1 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | bdrewery | 2016-02-24 | 2 | -4/+0 |
* | Remove dd xfer stats emitted during buildworld | emaste | 2016-02-18 | 3 | -4/+4 |
* | Restore kgzldr on i386 only | emaste | 2016-02-08 | 1 | -0/+4 |
* | Fix mistake when transitioning to the new defines with ZFS loader. I | imp | 2016-01-27 | 3 | -5/+5 |
* | RBX_ defines are in rbx.h, move it there. | imp | 2016-01-26 | 2 | -100/+2 |
* | Move all the separate copies of the same strings into paths.h. There's | imp | 2016-01-26 | 3 | -15/+3 |
* | Move init_zfs_bootenv to sys/boot/zfs/zfs.c instead of having a copy in each ... | allanjude | 2016-01-15 | 1 | -29/+0 |
* | Enable warnings in EFI boot code | smh | 2016-01-12 | 1 | -2/+2 |
* | Return call to init_zfs_bootenv to its previous location | allanjude | 2016-01-09 | 1 | -1/+5 |
* | Only call init_zfs_bootenv() when the system was booted with ZFS | allanjude | 2016-01-09 | 1 | -6/+12 |
* | Add support for ZFS Boot Environments to userboot (for bhyve and others) | allanjude | 2016-01-08 | 1 | -1/+2 |
* | Introduce the ZFS Boot Environments menu to the loader menu | allanjude | 2015-12-31 | 1 | -0/+57 |
* | Fix remaining direct tests of the carry flag in the v86 %eflags via a | jhb | 2015-12-24 | 1 | -3/+3 |
* | Add missing smbios.h #include to mute a -Wimplicit-function-declaration warning | ngie | 2015-12-20 | 1 | -0/+1 |
* | Use human readable representation of ip for the pxeboot.ip kenv | bapt | 2015-12-16 | 1 | -3/+2 |
* | pxeboot: make the tftp loader use the option root-path directive | bapt | 2015-12-16 | 3 | -29/+3 |
* | META MODE: Update dependencies with 'the-lot' and add missing directories. | bdrewery | 2015-12-01 | 16 | -0/+192 |
* | META MODE: Don't create .meta files when symlinking sources into the obj dire... | bdrewery | 2015-11-25 | 1 | -2/+2 |
* | Disconnect unused kgzldr from sys/boot/i386 | emaste | 2015-11-20 | 1 | -1/+1 |